[maemo-commits] [maemo-commits] r8683 - in projects/haf/trunk/hildon-theme-layout-3: . data debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 8 15:36:28 EET 2006
Author: mdk
Date: 2006-12-08 15:36:27 +0200 (Fri, 08 Dec 2006)
New Revision: 8683

Modified:
   projects/haf/trunk/hildon-theme-layout-3/ChangeLog
   projects/haf/trunk/hildon-theme-layout-3/NEWS
   projects/haf/trunk/hildon-theme-layout-3/configure.ac
   projects/haf/trunk/hildon-theme-layout-3/data/index.theme
   projects/haf/trunk/hildon-theme-layout-3/data/theme.xml
   projects/haf/trunk/hildon-theme-layout-3/debian/changelog
Log:
[0.3.0-1 release]
Adding the new-style @_@ substitutions.


Modified: projects/haf/trunk/hildon-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,5 +1,16 @@
-2006-12-08  Michael Dominic K.  <mdk at mdk.am> 
+2006-12-08  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	[0.3.0-1 release]
+
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Bumping release.
+
+	* data/index.theme:
+	* data/theme.xml: Adding the new-style @_@ substitutions.
+
+2006-12-08  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* rc/hildonhome.rc:
 	* rc/hildonnavigator.rc: Removing old stuff (skin and layout).
 

Modified: projects/haf/trunk/hildon-theme-layout-3/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/NEWS	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/NEWS	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,5 +1,8 @@
-[UNRELEASE]
+[0.3.0 release]
 * Fixing double mention of MenuInfoTextColor
+* Removing some olf stuff that just causes run-time warnings from theme parsing
+* Correcting matchbox theme name
+* Using more standard (@BLAH@) expansion variables
 
 [0.2.0 release]
 * Second release, lots of cool new stuff. Fixed for now.

Modified: projects/haf/trunk/hildon-theme-layout-3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-layout-3, 0.2.0)
+AM_INIT_AUTOMAKE(hildon-theme-layout-3, 0.3.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL

Modified: projects/haf/trunk/hildon-theme-layout-3/data/index.theme
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/data/index.theme	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/data/index.theme	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,11 +1,12 @@
 [Desktop Entry]
 Type=X-Hildon-Metatheme
-Name=_THEME_NAME_
-Icon=_THEME_FULL_DIR_/images/qgn_plat_theme_thumbnail.png
+Name=@THEME_NAME@
+Icon=@THEME_FULL_DIR@/images/qgn_plat_theme_thumbnail.png
 Encoding=UTF-8
 
 [X-Hildon-Metatheme]
-GtkTheme=_THEME_DIR_
+GtkTheme=@THEME_DIR@
 IconTheme=default
-X-MatchboxTheme=_THEME_DIR_
+X-MatchboxTheme=@THEME_DIR@
 X-AdditionalRCFiles=maemo_af_desktop
+X-OperaSkin=default.zip
\ No newline at end of file

Modified: projects/haf/trunk/hildon-theme-layout-3/data/theme.xml
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/data/theme.xml	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/data/theme.xml	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<theme name="theme4" author="Nokia"
+<theme name="@THEME_DIR@" author="Nokia"
        desc="" version="1.0" engine_version="1" cache="false" >
 
 <!-- List Resources, defined by an id and then a definition -->

Modified: projects/haf/trunk/hildon-theme-layout-3/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/debian/changelog	2006-12-08 13:32:39 UTC (rev 8682)
+++ projects/haf/trunk/hildon-theme-layout-3/debian/changelog	2006-12-08 13:36:27 UTC (rev 8683)
@@ -1,3 +1,12 @@
+hildon-theme-layout-3 (0.3.0-1) unstable; urgency=low
+
+  * Fixing double mention of MenuInfoTextColor
+  * Removing some olf stuff that just causes run-time warnings from theme parsing
+  * Correcting matchbox theme name
+  * Using more standard (@BLAH@) expansion variables
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 08 Dec 2006 15:00:00 +0300
+
 hildon-theme-layout-3 (0.2.0-2) unstable; urgency=low
 
   * Fixing a dependency problem. 


More information about the maemo-commits mailing list