[maemo-commits] [maemo-commits] r10243 - in projects/haf/trunk/hildon-theme-test: . data

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 28 11:19:20 EET 2007
Author: mdk
Date: 2007-02-28 11:19:20 +0200 (Wed, 28 Feb 2007)
New Revision: 10243

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


Modified: projects/haf/trunk/hildon-theme-test/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-test/ChangeLog	2007-02-28 09:18:38 UTC (rev 10242)
+++ projects/haf/trunk/hildon-theme-test/ChangeLog	2007-02-28 09:19:20 UTC (rev 10243)
@@ -1,5 +1,10 @@
 2007-02-28  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* data/Makefile.am: Embed the layout version used in the generated
+	gtkrc file.
+
+2007-02-28  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* configure.ac:
 	* debian/changelog:
 	* debian/control: Slightly updating.

Modified: projects/haf/trunk/hildon-theme-test/data/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-test/data/Makefile.am	2007-02-28 09:18:38 UTC (rev 10242)
+++ projects/haf/trunk/hildon-theme-test/data/Makefile.am	2007-02-28 09:19:20 UTC (rev 10243)
@@ -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