r3475 - in trunk/src/target/OM-2007.2/applications/openmoko-messages2: . data

chris at sita.openmoko.org chris at sita.openmoko.org
Thu Nov 22 13:49:11 CET 2007


Author: chris
Date: 2007-11-22 13:49:10 +0100 (Thu, 22 Nov 2007)
New Revision: 3475

Added:
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/Makefile.am
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/openmoko-messages.desktop
Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/Makefile.am
   trunk/src/target/OM-2007.2/applications/openmoko-messages2/configure.ac
Log:
        * Makefile.am:
        * configure.ac:
        * data/Makefile.am:
        * data/openmoko-messages.desktop:
        Add a .desktop entry


Modified: trunk/src/target/OM-2007.2/applications/openmoko-messages2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-messages2/ChangeLog	2007-11-22 12:25:31 UTC (rev 3474)
+++ trunk/src/target/OM-2007.2/applications/openmoko-messages2/ChangeLog	2007-11-22 12:49:10 UTC (rev 3475)
@@ -1,5 +1,13 @@
 2007-11-22  Chris Lord  <chris at openedhand.com>
 
+	* Makefile.am:
+	* configure.ac:
+	* data/Makefile.am:
+	* data/openmoko-messages.desktop:
+	Add a .desktop entry
+
+2007-11-22  Chris Lord  <chris at openedhand.com>
+
 	* src/Makefile.am:
 	Add new files sms-compose.[ch] and sms-utils.[ch]
 

Modified: trunk/src/target/OM-2007.2/applications/openmoko-messages2/Makefile.am
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-messages2/Makefile.am	2007-11-22 12:25:31 UTC (rev 3474)
+++ trunk/src/target/OM-2007.2/applications/openmoko-messages2/Makefile.am	2007-11-22 12:49:10 UTC (rev 3475)
@@ -1 +1 @@
-SUBDIRS=src
+SUBDIRS=src data

Modified: trunk/src/target/OM-2007.2/applications/openmoko-messages2/configure.ac
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-messages2/configure.ac	2007-11-22 12:25:31 UTC (rev 3474)
+++ trunk/src/target/OM-2007.2/applications/openmoko-messages2/configure.ac	2007-11-22 12:49:10 UTC (rev 3475)
@@ -28,5 +28,6 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
+data/Makefile
 ])
 

Added: trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/Makefile.am
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/Makefile.am	2007-11-22 12:25:31 UTC (rev 3474)
+++ trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/Makefile.am	2007-11-22 12:49:10 UTC (rev 3475)
@@ -0,0 +1,8 @@
+
+desktopdir = $(datadir)/applications
+desktop_DATA = openmoko-messages.desktop
+
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST = $(desktop_DATA)
+

Added: trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/openmoko-messages.desktop
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/openmoko-messages.desktop	2007-11-22 12:25:31 UTC (rev 3474)
+++ trunk/src/target/OM-2007.2/applications/openmoko-messages2/data/openmoko-messages.desktop	2007-11-22 12:49:10 UTC (rev 3475)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Messages
+Comment=View and send SMS messages
+Exec=openmoko-messages
+Icon=openmoko-messages
+Terminal=false
+Type=Application
+Categories=GTK;Office;PIM;
+SingleInstance=true
+StartupNotify=true





More information about the commitlog mailing list