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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 10 14:32:37 EEST 2007
Author: mdk
Date: 2007-05-10 14:32:32 +0300 (Thu, 10 May 2007)
New Revision: 11568

Modified:
   projects/haf/trunk/hildon-theme-plankton/ChangeLog
   projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
Log:
Do not install the second qgn_plat_crap background wallpaper into /usr/share/themes/plankton/images/. That was needed to support the default wallpaper being hardfixed in the hildon desktop. Now it'll nicely pick it up from /usr/share/backgrounds/default.desktop which we symlink in another place.


Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-05-10 11:28:39 UTC (rev 11567)
+++ projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-05-10 11:32:32 UTC (rev 11568)
@@ -1,5 +1,14 @@
-2007-05-03  Michael Dominic K.  <mdk at mdk.am> 
+2007-05-10  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* wallpaper/Makefile.am: Do not install the second qgn_plat_crap
+	background wallpaper into /usr/share/themes/plankton/images/. That was
+	needed to support the default wallpaper being hardfixed in the hildon
+	desktop. Now it'll nicely pick it up from
+	/usr/share/backgrounds/default.desktop which we symlink in another
+	place.
+
+2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	[4.7.0-1 release]
 
 	* NEWS:

Modified: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-05-10 11:28:39 UTC (rev 11567)
+++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am	2007-05-10 11:32:32 UTC (rev 11568)
@@ -5,6 +5,5 @@
 install: 
 	$(mkinstalldirs) $(DESTDIR)/$(datadir)/backgrounds
 	install -c -m 644 wallpaper.png $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR).png
-	install -c -m 644 theme_bg.desktop $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR)_bg.desktop
-	install -c -m 644 wallpaper.png $(DESTDIR)/$(IMAGES_FULL_DIR)/qgn_plat_home_background.png
+	install -c -m 644 theme_bg.desktop $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR).desktop
 


More information about the maemo-commits mailing list