r6599 - packages/trunk/pathogen/debian

Barry deFreese bddebian-guest at alioth.debian.org
Wed Apr 16 20:41:55 UTC 2008


Author: bddebian-guest
Date: 2008-04-16 20:41:55 +0000 (Wed, 16 Apr 2008)
New Revision: 6599

Added:
   packages/trunk/pathogen/debian/pathogen.desktop
Modified:
   packages/trunk/pathogen/debian/changelog
   packages/trunk/pathogen/debian/dirs
   packages/trunk/pathogen/debian/rules
Log:
  * Add desktop file and call dh_desktop.


Modified: packages/trunk/pathogen/debian/changelog
===================================================================
--- packages/trunk/pathogen/debian/changelog	2008-04-16 20:10:23 UTC (rev 6598)
+++ packages/trunk/pathogen/debian/changelog	2008-04-16 20:41:55 UTC (rev 6599)
@@ -6,6 +6,7 @@
   * Make clean not ignore errors.
   * Add Games Team VCS tags.
   * Fix up copyright file.
+  * Add desktop file and call dh_desktop.
   * Add quilt patch system for old source changes.
     + 01_Makefile.diff - Add install: target.
     + 02_fix_paths.diff - Fix paths to data files.

Modified: packages/trunk/pathogen/debian/dirs
===================================================================
--- packages/trunk/pathogen/debian/dirs	2008-04-16 20:10:23 UTC (rev 6598)
+++ packages/trunk/pathogen/debian/dirs	2008-04-16 20:41:55 UTC (rev 6599)
@@ -1 +1,2 @@
 usr/games
+usr/share/applications

Added: packages/trunk/pathogen/debian/pathogen.desktop
===================================================================
--- packages/trunk/pathogen/debian/pathogen.desktop	                        (rev 0)
+++ packages/trunk/pathogen/debian/pathogen.desktop	2008-04-16 20:41:55 UTC (rev 6599)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Pathogen
+GenericName=pathogen
+Comment=Destroy the pathogens
+Type=Application
+Exec=pathogen
+Icon=pathogen
+Terminal=false
+Categories=Game;StrategyGame;
+

Modified: packages/trunk/pathogen/debian/rules
===================================================================
--- packages/trunk/pathogen/debian/rules	2008-04-16 20:10:23 UTC (rev 6598)
+++ packages/trunk/pathogen/debian/rules	2008-04-16 20:41:55 UTC (rev 6599)
@@ -55,6 +55,7 @@
 	# Add here commands to install the package into debian/pathogen.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/pathogen
 
+	cp debian/pathogen.desktop $(CURDIR)/debian/pathogen/usr/share/applications/
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -70,6 +71,7 @@
 #	dh_install
 	dh_installmenu
 	dh_installman
+	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-games-commits mailing list