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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 8 15:41:12 EET 2006
Author: mdk
Date: 2006-12-08 15:41:10 +0200 (Fri, 08 Dec 2006)
New Revision: 8685

Modified:
   projects/haf/trunk/hildon-theme-plankton-3/AUTHORS
   projects/haf/trunk/hildon-theme-plankton-3/ChangeLog
   projects/haf/trunk/hildon-theme-plankton-3/NEWS
   projects/haf/trunk/hildon-theme-plankton-3/configure.ac
   projects/haf/trunk/hildon-theme-plankton-3/data/Makefile.am
   projects/haf/trunk/hildon-theme-plankton-3/debian/changelog
   projects/haf/trunk/hildon-theme-plankton-3/debian/control
Log:
[0.3.0 release]
Adding @_@ subsitutions for matchbox etc. 


Modified: projects/haf/trunk/hildon-theme-plankton-3/AUTHORS
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/AUTHORS	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/AUTHORS	2006-12-08 13:41:10 UTC (rev 8685)
@@ -1,5 +1,8 @@
+Code:
 Johan Bilien   <johan.bilien at nokia.com>
 Marius Vollmer <marius.vollmer at nokia.com>
-Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com>
 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>
 
+Artwork:
+Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com>
+

Modified: projects/haf/trunk/hildon-theme-plankton-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/ChangeLog	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/ChangeLog	2006-12-08 13:41:10 UTC (rev 8685)
@@ -1,3 +1,17 @@
+2006-12-08  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.3.0 release]
+
+	* AUTHORS: Making it more explicit that tigert is the author of the
+	artwork.
+
+	* NEWS: 
+	* configure.ac:
+	* debian/changelog:
+	* debian/control: Bumping release.
+
+	* data/Makefile.am: Adding @_@ subsitutions for matchbox etc. 
+
 2006-12-04  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.2.0 release]

Modified: projects/haf/trunk/hildon-theme-plankton-3/NEWS
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/NEWS	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/NEWS	2006-12-08 13:41:10 UTC (rev 8685)
@@ -1,5 +1,13 @@
+[0.3.0 release]
+* Adding hardfixed dependency to layout.
+* Adjusting to new substing (@_@).
+* Adding actual plankton theme images.
+
+[0.2.0 release]
+* Second official release.
+
 [0.1.0 release]
-* First official release
+* First official release.
 
 [0.0.0]
 * Shiny shiny!

Modified: projects/haf/trunk/hildon-theme-plankton-3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/configure.ac	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/configure.ac	2006-12-08 13:41:10 UTC (rev 8685)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-plankton-3, 0.2.0)
+AM_INIT_AUTOMAKE(hildon-theme-plankton-3, 0.3.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL
@@ -17,7 +17,7 @@
 LAYOUT_NAME="hildon-theme-layout-3"
 
 dnl check the layout installation
-PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME")
+PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.3.0)
 
 AC_SUBST(THEME_DIR)
 AC_SUBST(THEME_NAME)

Modified: projects/haf/trunk/hildon-theme-plankton-3/data/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/data/Makefile.am	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/data/Makefile.am	2006-12-08 13:41:10 UTC (rev 8685)
@@ -19,12 +19,15 @@
 
 theme.xml: 
 	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/theme.xml theme.xml
+	sed -i -e 's:@THEME_DIR\@:@THEME_DIR@:' theme.xml
+	sed -i -e 's:@THEME_FULL_DIR\@:@THEME_FULL_DIR@:' theme.xml
+	sed -i -e 's:@THEME_NAME\@:@THEME_NAME@:' theme.xml
 
 index.theme: 
 	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/index.theme index.theme
-	sed -i -e 's:_THEME_DIR_:@THEME_DIR@:' index.theme
-	sed -i -e 's:_THEME_FULL_DIR_:@THEME_FULL_DIR@:' index.theme
-	sed -i -e 's:_THEME_NAME_:@THEME_NAME@:' index.theme
+	sed -i -e 's:@THEME_DIR\@:@THEME_DIR@:' index.theme
+	sed -i -e 's:@THEME_FULL_DIR\@:@THEME_FULL_DIR@:' index.theme
+	sed -i -e 's:@THEME_NAME\@:@THEME_NAME@:' index.theme
 
 MAINTAINERCLEANFILES			= Makefile.in
 

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/changelog	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/changelog	2006-12-08 13:41:10 UTC (rev 8685)
@@ -1,3 +1,11 @@
+hildon-theme-plankton-3 (0.3.0-1) unstable; urgency=low
+
+  * Adding hardfixed dependency to layout.
+  * Adjusting to new substing (@_@).
+  * Adding actual plankton theme images.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 08 December 2006 14:00:00 +0300
+
 hildon-theme-plankton-3 (0.2.0-1) unstable; urgency=low
 
   * Second official release.

Modified: projects/haf/trunk/hildon-theme-plankton-3/debian/control
===================================================================
--- projects/haf/trunk/hildon-theme-plankton-3/debian/control	2006-12-08 13:37:43 UTC (rev 8684)
+++ projects/haf/trunk/hildon-theme-plankton-3/debian/control	2006-12-08 13:41:10 UTC (rev 8685)
@@ -2,7 +2,7 @@
 Section: user/themes
 Priority: optional
 Maintainer: Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com>
-Build-Depends: debhelper (>= 4.0.0), hildon-theme-layout-3 (>= 0.2.0) (<= 0.3.0), hildon-theme-tools
+Build-Depends: debhelper (>= 4.0.0), hildon-theme-layout-3 (>= 0.3.0) (<= 0.4.0), hildon-theme-tools
 Standards-Version: 3.6.0
 
 Package: hildon-theme-plankton-3


More information about the maemo-commits mailing list