r8871 - packages/trunk/lmemory/debian

Gonéri Le Bouder goneri at alioth.debian.org
Tue Feb 17 20:29:59 UTC 2009


Author: goneri
Date: 2009-02-17 20:29:59 +0000 (Tue, 17 Feb 2009)
New Revision: 8871

Added:
   packages/trunk/lmemory/debian/lmemory.desktop
Modified:
   packages/trunk/lmemory/debian/changelog
   packages/trunk/lmemory/debian/rules
Log:
* Add a .desktop file
* use dh_install to install the pixmaps


Modified: packages/trunk/lmemory/debian/changelog
===================================================================
--- packages/trunk/lmemory/debian/changelog	2009-02-17 20:13:43 UTC (rev 8870)
+++ packages/trunk/lmemory/debian/changelog	2009-02-17 20:29:59 UTC (rev 8871)
@@ -9,6 +9,8 @@
    - call autoreconf, and then add a builddeps on autoconf, automale,
      libtool
    - add ac_local_program.diff to avoid a warning
+  * Add a .desktop file
+  * use dh_install to install the pixmaps
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 17 Feb 2009 00:26:15 +0100
 

Added: packages/trunk/lmemory/debian/lmemory.desktop
===================================================================
--- packages/trunk/lmemory/debian/lmemory.desktop	                        (rev 0)
+++ packages/trunk/lmemory/debian/lmemory.desktop	2009-02-17 20:29:59 UTC (rev 8871)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=LMemory
+GenericName=Memory Game
+Exec=lmemory
+Terminal=false
+Categories=Game;KidsGame;

Modified: packages/trunk/lmemory/debian/rules
===================================================================
--- packages/trunk/lmemory/debian/rules	2009-02-17 20:13:43 UTC (rev 8870)
+++ packages/trunk/lmemory/debian/rules	2009-02-17 20:29:59 UTC (rev 8871)
@@ -79,8 +79,8 @@
 
 	# We provide some default pixmaps here.  No need for
 	# a Makefile for just a simple data install:
-	cp -a debian/pixmaps \
-	  $(CURDIR)/debian/lmemory/usr/share/games/lmemory/
+	dh_install debian/pixmaps /usr/share/games/lmemory/
+	dh_install debian/lmemory.desktop /usr/share/applications
 
 #binary-indep: build install
 binary-indep: build




More information about the Pkg-games-commits mailing list