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

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Thu Nov 30 17:18:37 EET 2006
Author: mdk
Date: 2006-11-30 17:18:36 +0200 (Thu, 30 Nov 2006)
New Revision: 8508

Modified:
   projects/haf/trunk/hildon-theme-layout-3/ChangeLog
   projects/haf/trunk/hildon-theme-layout-3/configure.ac
   projects/haf/trunk/hildon-theme-layout-3/data/index.theme
Log:
Removing scripts directory from processing.
Changing the replacement char from @ to _ in index.theme.


Modified: projects/haf/trunk/hildon-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-30 15:16:16 UTC (rev 8507)
+++ projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-30 15:18:36 UTC (rev 8508)
@@ -1,3 +1,9 @@
+2006-11-30  Michael Dominic K.  <mdk at mdk.am> 
+
+	* configure.ac: Removing scripts directory from processing.
+
+	* data/index.theme: Changing the replacement char from @ to _.
+
 2006-11-30  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* autogen.sh: Adding the executable property.

Modified: projects/haf/trunk/hildon-theme-layout-3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-11-30 15:16:16 UTC (rev 8507)
+++ projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-11-30 15:18:36 UTC (rev 8508)
@@ -8,7 +8,6 @@
 PKG_CHECK_MODULES(TOOLS, hildon-theme-tools >= 0.1.0)
 
 AC_OUTPUT([Makefile                             \
-           scripts/Makefile                     \
 	   rc/Makefile                          \
            pkgconfig/hildon-theme-layout-3.pc   \
            pkgconfig/Makefile                   \

Modified: projects/haf/trunk/hildon-theme-layout-3/data/index.theme
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/data/index.theme	2006-11-30 15:16:16 UTC (rev 8507)
+++ projects/haf/trunk/hildon-theme-layout-3/data/index.theme	2006-11-30 15:18:36 UTC (rev 8508)
@@ -1,11 +1,11 @@
 [Desktop Entry]
 Type=X-Hildon-Metatheme
-Name=@ThemeName@
-Icon=@ThemeDir@/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=@ThemeDirBaseName@
+GtkTheme=_THEME_DIR_
 IconTheme=default
-X-MatchboxTheme=@ThemeDirBaseName@
+X-MatchboxTheme=_THEME_DIR_
 X-AdditionalRCFiles=maemo_af_desktop


More information about the maemo-commits mailing list