~ubuntu-branches/ubuntu/maverick/ultrastar-ng/maverick

« back to all changes in this revision

Viewing changes to debian/patches/desktop.patch

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz, Mario Bonino, Jon Dowland, Ansgar Burchardt
  • Date: 2008-06-07 16:43:18 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080607164318-4cnzizck1tp8mrwp
Tags: 0.2.1-1
[ Miriam Ruiz ]
* New Upstream Release (Closes: #453132)
* Removed unneeded patches
* Added packages to build deps:
  + libtool
  + portaudio19-dev | portaudio-dev
  + libboost-dev, libboost-thread-dev, libboost-serialization-dev
  + libboost-program-options-dev, libboost-regex-dev
* Moved shared objects to private directory: /usr/lib/ultraster-ng
* Added rpath to binaries to search for shared objects in the private dir
* Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
  since there are significantly less issues with GStreamer.
* Added patch to fix upstream desktop file
* Added -Wl,-as-needed to LDFLAGS
* Replaced fftw3-dev by libfftw3-dev in build dependencies.
* Standards-Version upgraded to 3.7.3

[ Mario Bonino ]
* Fixed data/Makefile.am to install .desktop file and icon

[ Jon Dowland ]
* add Homepage: control field to source stanza
* fix a bashism in debian/rules (Closes: #478634)

[ Ansgar Burchardt ]
* debian/control: Change XS-Vcs-* to Vcs-*
* Remove Homepage semi-field from description

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2007  Miriam Ruiz <little_miry@yahoo.es>
 
2
# Copyright (C) 2007  Mario Bonino <mariobonino@ubuntu-it.org>
 
3
# Distributed under the same license as the game. See debian/copyright.
 
4
 
 
5
Index: ultrastar-ng-0.2.1/data/Makefile.am
 
6
===================================================================
 
7
--- ultrastar-ng-0.2.1.orig/data/Makefile.am    2007-11-30 14:14:17.000000000 +0000
 
8
+++ ultrastar-ng-0.2.1/data/Makefile.am 2007-11-30 14:14:18.000000000 +0000
 
9
@@ -1,6 +1,6 @@
 
10
 desktop_DATA = ultrastar-ng.desktop
 
11
-desktopdir = $(datadir)/applications
 
12
+desktopdir = /usr/share/applications
 
13
 pixmap_DATA = ultrastar-ng.xpm
 
14
-pixmapdir = $(datadir)/pixmaps
 
15
+pixmapdir = /usr/share/pixmaps
 
16
 
 
17
 EXTRA_DIST = $(desktop_DATA) $(pixmap_DATA)
 
18
Index: ultrastar-ng-0.2.1/data/ultrastar-ng.desktop
 
19
===================================================================
 
20
--- ultrastar-ng-0.2.1.orig/data/ultrastar-ng.desktop   2007-11-30 14:14:17.000000000 +0000
 
21
+++ ultrastar-ng-0.2.1/data/ultrastar-ng.desktop        2007-11-30 14:18:49.000000000 +0000
 
22
@@ -4,9 +4,9 @@
 
23
 Comment=A karaoke game
 
24
 Comment[de]=Ein Karaoke Spiel
 
25
 Comment[ro]=Un joc de tip karaoke
 
26
-Comment[fr]=Un jeu de Karaok�
 
27
-Exec=ultrastarng
 
28
+Comment[fr]=Un jeu de Karaoké
 
29
+Exec=/usr/games/ultrastarng
 
30
 Icon=ultrastar-ng.xpm
 
31
 Terminal=false
 
32
 Type=Application
 
33
-Categories=Application;Game;ArcadeGame;
 
34
+Categories=Game;ArcadeGame;