monkey-bubble r236 - trunk



Author: herzi
Date: Fri Jan 11 02:40:01 2008
New Revision: 236
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=236&view=rev

Log:
2008-01-11  Sven Herzberg  <herzi gnome-de org>

	For Maemo, specify the full path of the binary in the .desktop file.
	Based on the Maemo port of Monkey-Bubble which was created by Jouni
	Roivas.

	* Makefile.am: updated the GNOME rule to build the file properly
	* monkey-bubble.desktop.in.in: added the substitute pattern to the
	file


Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/monkey-bubble.desktop.in.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Fri Jan 11 02:40:01 2008
@@ -23,7 +23,7 @@
 if MAEMO
 	sed 's# BINDIR@#$(bindir)/#' $< > $@
 else
-	cp $< $@
+	sed 's# BINDIR@##' $< > $@
 endif
 
 @INTLTOOL_DESKTOP_RULE@

Modified: trunk/monkey-bubble.desktop.in.in
==============================================================================
--- trunk/monkey-bubble.desktop.in.in	(original)
+++ trunk/monkey-bubble.desktop.in.in	Fri Jan 11 02:40:01 2008
@@ -2,7 +2,7 @@
 Encoding=UTF-8
 _Name=Monkey Bubble
 _Comment=Monkey Bubble Arcade Game
-Exec=monkey-bubble
+Exec= BINDIR@monkey-bubble
 Icon=monkey-bubble
 Terminal=false
 Type=Application



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]