r4907 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Dec 12 01:57:06 UTC 2007


Author: kibi-guest
Date: 2007-12-12 01:57:06 +0000 (Wed, 12 Dec 2007)
New Revision: 4907

Modified:
   packages/trunk/boswars/debian/boswars-data.install
   packages/trunk/boswars/debian/boswars.desktop
   packages/trunk/boswars/debian/boswars.install
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
Use an icon from the sources as desktop icon

Modified: packages/trunk/boswars/debian/boswars-data.install
===================================================================
--- packages/trunk/boswars/debian/boswars-data.install	2007-12-12 01:44:58 UTC (rev 4906)
+++ packages/trunk/boswars/debian/boswars-data.install	2007-12-12 01:57:06 UTC (rev 4907)
@@ -1,9 +1,8 @@
 campaigns usr/share/games/boswars
-graphics usr/share/games/boswars
+graphics  usr/share/games/boswars
 languages usr/share/games/boswars
-maps usr/share/games/boswars
-scripts usr/share/games/boswars
-sounds usr/share/games/boswars
-units usr/share/games/boswars
-video usr/share/games/boswars
-
+maps      usr/share/games/boswars
+scripts   usr/share/games/boswars
+sounds    usr/share/games/boswars
+units     usr/share/games/boswars
+video     usr/share/games/boswars

Modified: packages/trunk/boswars/debian/boswars.desktop
===================================================================
--- packages/trunk/boswars/debian/boswars.desktop	2007-12-12 01:44:58 UTC (rev 4906)
+++ packages/trunk/boswars/debian/boswars.desktop	2007-12-12 01:57:06 UTC (rev 4907)
@@ -4,7 +4,7 @@
 Comment=Battle for survival
 Type=Application
 Exec=boswars
-Icon=boswars
+Icon=boswars.png
 Terminal=false
 Categories=Game;StrategyGame;
 

Modified: packages/trunk/boswars/debian/boswars.install
===================================================================
--- packages/trunk/boswars/debian/boswars.install	2007-12-12 01:44:58 UTC (rev 4906)
+++ packages/trunk/boswars/debian/boswars.install	2007-12-12 01:57:06 UTC (rev 4907)
@@ -1,4 +1,4 @@
-./boswars usr/games
-doc/* usr/share/doc/boswars/html
+./boswars              usr/games
+doc/*                  usr/share/doc/boswars/html
 debian/boswars.desktop usr/share/applications
-
+debian/boswars.png     usr/share/applications

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2007-12-12 01:44:58 UTC (rev 4906)
+++ packages/trunk/boswars/debian/changelog	2007-12-12 01:57:06 UTC (rev 4907)
@@ -11,6 +11,7 @@
   * Add Homepage entry to debian/control, use Vcs-*.
   * Add get-orig-source target to debian/rules, based on Barry's, and a bit
     more generic (independent of the version number).
+  * Copy and rename an icon from the source, to be used as desktop icon.
 
   [ Barry deFreese ]
   * New upstream release (from 2.4 to 2.4.1).

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-12-12 01:44:58 UTC (rev 4906)
+++ packages/trunk/boswars/debian/rules	2007-12-12 01:57:06 UTC (rev 4907)
@@ -48,6 +48,9 @@
 	# Adjust the permissions
 	chmod +x languages/makesame.py
 
+	# Copy (and rename) an icon to be used as desktop file
+	cp units/tank/ico_tank.png debian/boswars.png
+
 	touch $@
 
 clean: unpatch
@@ -63,6 +66,9 @@
 	-rm -rf .sconf_temp
 	-rm config.log
 
+	# Additional icon (see build-indep-stamp)
+	-rm debian/boswars.png
+
 	dh_clean
 
 install: install-indep install-arch




More information about the Pkg-games-commits mailing list