r7041 - packages/trunk/nexuiz/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Thu May 15 16:19:34 UTC 2008


Author: fuddl-guest
Date: 2008-05-15 16:19:34 +0000 (Thu, 15 May 2008)
New Revision: 7041

Added:
   packages/trunk/nexuiz/debian/nexuiz_pro.desktop
Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/nexuiz.desktop
   packages/trunk/nexuiz/debian/rules
Log:
* fix my misunderstanding of .desktop files :)

Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog	2008-05-15 15:50:01 UTC (rev 7040)
+++ packages/trunk/nexuiz/debian/changelog	2008-05-15 16:19:34 UTC (rev 7041)
@@ -8,12 +8,12 @@
   * Support "pro" extension
     * Support "pro" extenstion in wrapper scripts. Both know -p|--pro, now
     * Add desktop shortcuts (.menu and .desktop) to start Nexuiz with the "pro"
-      extension enabled
+      extension enabled (Install additional nexuiz_pro.desktop)
     * Update manpages for -p|--pro parameter
     * Update NEWS.Debian for "pro" mode
   * Hopefully improved wrapper scripts for parameter handling
 
- -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Thu, 15 May 2008 17:28:35 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at tauware.de>  Thu, 15 May 2008 18:10:25 +0200
 
 nexuiz (2.4-1) unstable; urgency=low
 

Modified: packages/trunk/nexuiz/debian/nexuiz.desktop
===================================================================
--- packages/trunk/nexuiz/debian/nexuiz.desktop	2008-05-15 15:50:01 UTC (rev 7040)
+++ packages/trunk/nexuiz/debian/nexuiz.desktop	2008-05-15 16:19:34 UTC (rev 7041)
@@ -10,16 +10,3 @@
 Terminal=false
 Type=Application
 Categories=Game;ArcadeGame;
-
-[Desktop Entry]
-Name=Nexuiz (pro mode)
-Comment=A networked 3D first person shooter game with high-quality graphic effects
-Comment[de]=Ein netzwerkfähiges 3D Ego-Shooter Spiel mit aufwändigen Grafikeffekten
-Comment[fr_FR]=Un Ego-Shooter en 3D pouvant être joué en réseau
-Comment[pl_PL]=Gra sieciowa 3D, strzelanka, w pierwszej osobie z efektami graficznymi wysokiej jakosci
-Comment[ro_RO]=Un joc 3D cu împuşcături, perspectivă personală şi efecte grafice de înaltă calitate
-Exec=/usr/games/nexuiz --pro --quiet
-Icon=nexuiz48x48
-Terminal=false
-Type=Application
-Categories=Game;ArcadeGame;

Added: packages/trunk/nexuiz/debian/nexuiz_pro.desktop
===================================================================
--- packages/trunk/nexuiz/debian/nexuiz_pro.desktop	                        (rev 0)
+++ packages/trunk/nexuiz/debian/nexuiz_pro.desktop	2008-05-15 16:19:34 UTC (rev 7041)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Nexuiz (pro mode)
+Comment=A networked 3D first person shooter game with high-quality graphic effects
+Comment[de]=Ein netzwerkfähiges 3D Ego-Shooter Spiel mit aufwändigen Grafikeffekten
+Comment[fr_FR]=Un Ego-Shooter en 3D pouvant être joué en réseau
+Comment[pl_PL]=Gra sieciowa 3D, strzelanka, w pierwszej osobie z efektami graficznymi wysokiej jakosci
+Comment[ro_RO]=Un joc 3D cu împuşcături, perspectivă personală şi efecte grafice de înaltă calitate
+Exec=/usr/games/nexuiz --pro --quiet
+Icon=nexuiz48x48
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame;

Modified: packages/trunk/nexuiz/debian/rules
===================================================================
--- packages/trunk/nexuiz/debian/rules	2008-05-15 15:50:01 UTC (rev 7040)
+++ packages/trunk/nexuiz/debian/rules	2008-05-15 16:19:34 UTC (rev 7041)
@@ -32,6 +32,7 @@
 	dh_install -pnexuiz debian/tmp/nexuiz48x48.png usr/share/icons/hicolor/48x48/apps
 	dh_install -pnexuiz debian/tmp/nexuiz.xpm usr/share/pixmaps
 	dh_install -pnexuiz debian/nexuiz.desktop usr/share/applications # waiting for dh_desktop to do that job
+	dh_install -pnexuiz debian/nexuiz_pro.desktop usr/share/applications # waiting for dh_desktop to do that job
 	dh_install -pnexuiz debian/scripts/nexuiz usr/games
 	dh_install -pnexuiz debian/tmp/nexuiz.bin usr/lib/games/nexuiz
 	dh_install -pnexuiz-server debian/scripts/nexuiz-server usr/games




More information about the Pkg-games-commits mailing list