r11269 - packages/trunk/7kaa/debian

Bertrand Marc bbk-guest at alioth.debian.org
Wed Aug 18 18:39:18 UTC 2010


Author: bbk-guest
Date: 2010-08-18 18:39:14 +0000 (Wed, 18 Aug 2010)
New Revision: 11269

Modified:
   packages/trunk/7kaa/debian/7kaa.desktop
   packages/trunk/7kaa/debian/7kaa.install
   packages/trunk/7kaa/debian/control
   packages/trunk/7kaa/debian/rules
Log:
Use the official icon in the desktop file

Modified: packages/trunk/7kaa/debian/7kaa.desktop
===================================================================
--- packages/trunk/7kaa/debian/7kaa.desktop	2010-08-18 15:19:14 UTC (rev 11268)
+++ packages/trunk/7kaa/debian/7kaa.desktop	2010-08-18 18:39:14 UTC (rev 11269)
@@ -5,4 +5,5 @@
 Comment=Seven Kingdoms: Ancient Adversaries
 Type=Application
 Exec=7kaa
+Icon=7kaa
 Categories=Game;StrategyGame;

Modified: packages/trunk/7kaa/debian/7kaa.install
===================================================================
--- packages/trunk/7kaa/debian/7kaa.install	2010-08-18 15:19:14 UTC (rev 11268)
+++ packages/trunk/7kaa/debian/7kaa.install	2010-08-18 18:39:14 UTC (rev 11269)
@@ -1,3 +1,4 @@
 src/7kaa /usr/lib/
+src/client/7kaa.png /usr/share/pixmaps/
 debian/bin/7kaa usr/games/
 debian/7kaa.desktop usr/share/applications/

Modified: packages/trunk/7kaa/debian/control
===================================================================
--- packages/trunk/7kaa/debian/control	2010-08-18 15:19:14 UTC (rev 11268)
+++ packages/trunk/7kaa/debian/control	2010-08-18 18:39:14 UTC (rev 11269)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bertrand Marc <beberking at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), perl, libsdl1.2-dev, libopenal-dev
+Build-Depends: debhelper (>= 7.0.50~), perl, libsdl1.2-dev, libopenal-dev, imagemagick
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/7kaa/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/7kaa/

Modified: packages/trunk/7kaa/debian/rules
===================================================================
--- packages/trunk/7kaa/debian/rules	2010-08-18 15:19:14 UTC (rev 11268)
+++ packages/trunk/7kaa/debian/rules	2010-08-18 18:39:14 UTC (rev 11269)
@@ -13,13 +13,14 @@
 build-stamp: configure-stamp
 	dh_testdir
 	./build.pl
+	convert src/client/7k.ico src/client/7kaa.png
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	dh_clean
-	rm -f build-stamp configure-stamp src/7kaa opts.pl
+	rm -f build-stamp configure-stamp src/7kaa src/client/7kaa.png opts.pl
 	./clean.pl
 
 install: build




More information about the Pkg-games-commits mailing list