* Add support files for maemo desktop integration.
authorFlorian Boor <florian@kernelconcepts.de>
Thu, 22 Jun 2006 10:31:58 +0000 (10:31 +0000)
committerFlorian Boor <florian@kernelconcepts.de>
Thu, 22 Jun 2006 10:31:58 +0000 (10:31 +0000)
pmo-trunk-r324

configure.ac
src/hildon/Makefile.am
src/hildon/com.nokia.modest.service.in [new file with mode: 0644]
src/hildon/modest.desktop.in.in [new file with mode: 0644]
src/hildon/modest.png [new file with mode: 0644]

index bad7439..f36140e 100644 (file)
@@ -73,6 +73,8 @@ src/Makefile
 src/gtk/Makefile
 src/gtk-glade/Makefile
 src/hildon/Makefile
 src/gtk/Makefile
 src/gtk-glade/Makefile
 src/hildon/Makefile
+src/hildon/com.nokia.modest.service
+src/hildon/modest.desktop.in
 docs/Makefile
 docs/reference/Makefile
 ])
 docs/Makefile
 docs/reference/Makefile
 ])
index 81a74e6..ac195b5 100644 (file)
@@ -50,3 +50,13 @@ glade_DATA = $(GLADE_FILES)
 
 pixmapdir = $(prefix)/share/modest/pixmaps
 pixmap_DATA = $(PIXMAP_FILES)
 
 pixmapdir = $(prefix)/share/modest/pixmaps
 pixmap_DATA = $(PIXMAP_FILES)
+
+
+desktopdir = $(datadir)/applications/hildon
+desktop_in_files = modest.desktop.in
+
+servicedir = $(datadir)/dbus-1/services
+service_in_files = hildon/com.nokia.modest.service.in
+
+pixmaps_extradir = $(datadir)/pixmaps
+pixmaps_extra_DATA = modest.png
diff --git a/src/hildon/com.nokia.modest.service.in b/src/hildon/com.nokia.modest.service.in
new file mode 100644 (file)
index 0000000..7ab396c
--- /dev/null
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=com.nokia.modest
+Exec=@prefix@/bin/modest
diff --git a/src/hildon/modest.desktop.in.in b/src/hildon/modest.desktop.in.in
new file mode 100644 (file)
index 0000000..9cc3d65
--- /dev/null
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Modest eMail
+_Comment=The modest email application
+Exec=@prefix@/bin/modest
+Terminal=false
+Type=Application
+Icon=modest
+X-Window-Icon=modest
+X-Window-Icon-Dimmed=modest
+X-Osso-Service=modest
+X-HildonDesk-ShowInToolbar=true
+X-Osso-Type=application/x-executable
diff --git a/src/hildon/modest.png b/src/hildon/modest.png
new file mode 100644 (file)
index 0000000..173f657
Binary files /dev/null and b/src/hildon/modest.png differ