[maemo-commits] [maemo-commits] r10265 - in projects/haf/trunk/hildon-theme-plankton: . template wallpaper

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 1 10:32:59 EET 2007
Author: mdk
Date: 2007-03-01 10:32:58 +0200 (Thu, 01 Mar 2007)
New Revision: 10265

Added:
   projects/haf/trunk/hildon-theme-plankton/wallpaper/theme_bg.desktop.in
Modified:
   projects/haf/trunk/hildon-theme-plankton/ChangeLog
   projects/haf/trunk/hildon-theme-plankton/configure.ac
   projects/haf/trunk/hildon-theme-plankton/template/Makefile.am
   projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
Log:
Install the desktop file so that the wallpaper is visible as a possible selection in the background selection.


Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-01 08:32:54 UTC (rev 10264)
+++ projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-03-01 08:32:58 UTC (rev 10265)
@@ -1,3 +1,13 @@
+2007-03-01  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* template/Makefile.am: Remove stamp from distfiles.
+
+	* configure.ac:
+	* wallpaper/Makefile.am:
+	* wallpaper/theme_bg.desktop.in: Install the desktop file so that the
+	wallpaper is visible as a possible selection in the background
+	selection.
+
 2007-02-28  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* wallpaper/wallpaper.png: added a wallpaper that isnt just a photo

Modified: projects/haf/trunk/hildon-theme-plankton/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/configure.ac	2007-03-01 08:32:54 UTC (rev 10264)
+++ projects/haf/trunk/hildon-theme-plankton/configure.ac	2007-03-01 08:32:58 UTC (rev 10265)
@@ -33,7 +33,8 @@
 AC_OUTPUT([Makefile             \
            template/Makefile    \
            data/Makefile        \
-           wallpaper/Makefile])
+           wallpaper/Makefile   \
+           wallpaper/theme_bg.desktop])
 
 dnl some nicey output
 AC_MSG_RESULT([

Modified: projects/haf/trunk/hildon-theme-plankton/template/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/template/Makefile.am	2007-03-01 08:32:54 UTC (rev 10264)
+++ projects/haf/trunk/hildon-theme-plankton/template/Makefile.am	2007-03-01 08:32:58 UTC (rev 10265)
@@ -2,8 +2,8 @@
 
 CLEANFILES			= slice.stamp
 
-EXTRA_DIST 			= template.png 		\
-				  slice.stamp
+EXTRA_DIST 			= template.png \
+				  template.svg
 
 all: slice.stamp
 

Modified: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-01 08:32:54 UTC (rev 10264)
+++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-03-01 08:32:58 UTC (rev 10265)
@@ -1,8 +1,9 @@
 MAINTAINERCLEANFILES 		= Makefile.in
 
-EXTRA_DIST 			= wallpaper.png
+EXTRA_DIST 			= wallpaper.png theme_bg.desktop
 
 install: 
-	$(mkinstalldirs) $(DESTDIR)/$(IMAGES_FULL_DIR)
-	install -c -m 644 wallpaper.png $(DESTDIR)/$(IMAGES_FULL_DIR)/qgn_plat_home_background.png
+	$(mkinstalldirs) $(DESTDIR)/usr/share/backgrounds
+	install -c -m 644 wallpaper.png $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR).png
+	install -c -m 644 theme_bg.desktop $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR)_bg.desktop
 

Added: projects/haf/trunk/hildon-theme-plankton/wallpaper/theme_bg.desktop.in
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/wallpaper/theme_bg.desktop.in	2007-03-01 08:32:54 UTC (rev 10264)
+++ projects/haf/trunk/hildon-theme-plankton/wallpaper/theme_bg.desktop.in	2007-03-01 08:32:58 UTC (rev 10265)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Background Image
+Name=@THEME_NAME@
+File=/usr/share/backgrounds/@THEME_DIR at .png
+X-Order=01


More information about the maemo-commits mailing list