[maemo-commits] [maemo-commits] r10241 - in projects/haf/trunk/hildon-theme-plankton: . data

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 28 11:14:50 EET 2007
Author: mdk
Date: 2007-02-28 11:14:49 +0200 (Wed, 28 Feb 2007)
New Revision: 10241

Modified:
   projects/haf/trunk/hildon-theme-plankton/ChangeLog
   projects/haf/trunk/hildon-theme-plankton/data/Makefile.am
Log:
Embed the layout version in the generated gtkrc file.


Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-02-28 09:04:53 UTC (rev 10240)
+++ projects/haf/trunk/hildon-theme-plankton/ChangeLog	2007-02-28 09:14:49 UTC (rev 10241)
@@ -1,3 +1,8 @@
+2007-02-28  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* data/Makefile.am: Embed the layout version in the generated gtkrc
+	file.
+
 2007-02-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* debian/control: Adding dependency to proper sapwood version and

Modified: projects/haf/trunk/hildon-theme-plankton/data/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton/data/Makefile.am	2007-02-28 09:04:53 UTC (rev 10240)
+++ projects/haf/trunk/hildon-theme-plankton/data/Makefile.am	2007-02-28 09:14:49 UTC (rev 10241)
@@ -13,9 +13,13 @@
 
 gtkrc: 
 	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/gtkrc gtkrc
+	echo "" >> gtkrc
+	echo "# Generated from hildon-theme-layout-4 version `pkg-config --modversion hildon-theme-layout-4`" >> gtkrc
 
 gtkrc.maemo_af_desktop: 
 	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/gtkrc.maemo_af_desktop gtkrc.maemo_af_desktop
+	echo "" >> gtkrc.maemo_af_desktop
+	echo "# Generated from hildon-theme-layout-4 version `pkg-config --modversion hildon-theme-layout-4`" >> gtkrc.maemo_af_desktop
 
 theme.xml: 
 	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/theme.xml theme.xml


More information about the maemo-commits mailing list