monkey-bubble r232 - trunk



Author: herzi
Date: Fri Jan 11 00:17:17 2008
New Revision: 232
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=232&view=rev

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

	Install monkey-bubble.desktop to the right path for Maemo. Based on
	the Maemo port of Monkey-Bubble with was created by Jouni Roivas.

	* configure.in: set GNOME and MAEMO conditionals for automake
	* Makefile.am: set the right installation path for the .desktop file
	for Maemo and for GNOME


Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/configure.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Fri Jan 11 00:17:17 2008
@@ -11,7 +11,11 @@
 
 applications_in_files = monkey-bubble.desktop.in
 applications_DATA = $(applications_in_files:.desktop.in=.desktop)
+if MAEMO
+applicationsdir = $(datadir)/applications/hildon
+else
 applicationsdir = $(datadir)/applications
+endif
 
 @INTLTOOL_DESKTOP_RULE@
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 11 00:17:17 2008
@@ -69,6 +69,9 @@
 	AC_DEFINE(MAEMO,[],[defined if we're building for maemo])
 fi
 
+AM_CONDITIONAL(GNOME,test "x$with_platform" = "xgnome")
+AM_CONDITIONAL(MAEMO,test "x$with_platform" = "xmaemo")
+
 dnl  ----------------------
 dnl | library dependencies |--------------------------------------------------
 dnl  ----------------------



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