[Pioneers-commits] r5 - in trunk: . client/gtk/data editor/gtk server/gtk

kemm at garage.maemo.org kemm at garage.maemo.org
Sun Dec 30 23:58:52 EET 2007


Author: kemm
Date: 2007-12-30 23:58:51 +0200 (Sun, 30 Dec 2007)
New Revision: 5

Added:
   trunk/client/gtk/data/pioneers.png
   trunk/client/gtk/data/splash.png
   trunk/editor/gtk/pioneers-editor.png
   trunk/server/gtk/pioneers-server.png
Modified:
   trunk/Makefile.am
   trunk/client/gtk/data/Makefile.am
Log:
* Add .png version of icons and splash screen
* Create dbus service file
* Put *.desktop files to apropriate place


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2007-12-30 20:52:56 UTC (rev 4)
+++ trunk/Makefile.am	2007-12-30 21:58:51 UTC (rev 5)
@@ -58,7 +58,8 @@
 configdir = $(datadir)/games/pioneers
 icondir = $(datadir)/pixmaps
 pixmapdir = $(datadir)/pixmaps/pioneers
-desktopdir = $(datadir)/applications
+desktopdir = $(datadir)/applications/hildon
+dbusdir = $(datadir)/dbus-1/services
 
 # Let object files be generated in their own subdirectories
 AUTOMAKE_OPTIONS = subdir-objects
@@ -73,6 +74,7 @@
 icon_DATA =
 pixmap_DATA =
 desktop_DATA =
+dbus_DATA =
 CLEANFILES =
 MAINTAINERCLEANFILES =
 EXTRA_DIST = autogen.sh pioneers.spec xmldocs.make omf.make README.Cygwin README.MinGW debian/changelog debian/control debian/compat debian/copyright debian/rules debian/docs

Modified: trunk/client/gtk/data/Makefile.am
===================================================================
--- trunk/client/gtk/data/Makefile.am	2007-12-30 20:52:56 UTC (rev 4)
+++ trunk/client/gtk/data/Makefile.am	2007-12-30 21:58:51 UTC (rev 5)
@@ -53,6 +53,8 @@
 
 desktop_DATA += client/gtk/data/pioneers.desktop
 
+dbus_DATA += client/gtk/data/com.nokia.pioneers.service
+
 EXTRA_DIST += client/gtk/data/splash.svg
 MAINTAINERCLEANFILES += client/gtk/data/splash.png
 

Added: trunk/client/gtk/data/pioneers.png
===================================================================
(Binary files differ)


Property changes on: trunk/client/gtk/data/pioneers.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/client/gtk/data/splash.png
===================================================================
(Binary files differ)


Property changes on: trunk/client/gtk/data/splash.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/editor/gtk/pioneers-editor.png
===================================================================
(Binary files differ)


Property changes on: trunk/editor/gtk/pioneers-editor.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/server/gtk/pioneers-server.png
===================================================================
(Binary files differ)


Property changes on: trunk/server/gtk/pioneers-server.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Pioneers-commits mailing list