[maemo-commits] [maemo-commits] r11060 - in projects/haf/trunk/hildon-theme-plankton: . debian template
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Apr 16 14:03:03 EEST 2007
- Previous message: [maemo-commits] r11059 - in projects/haf/tags/hildon-theme-layout-4: . 0.6.0-1 0.6.0-1/debian 0.6.0-1/rc
- Next message: [maemo-commits] r11061 - in projects/haf/tags/hildon-theme-plankton: . 4.6.0-1 4.6.0-1/debian 4.6.0-1/template
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-04-16 14:03:01 +0300 (Mon, 16 Apr 2007) New Revision: 11060 Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog projects/haf/trunk/hildon-theme-plankton/NEWS projects/haf/trunk/hildon-theme-plankton/configure.ac projects/haf/trunk/hildon-theme-plankton/debian/changelog projects/haf/trunk/hildon-theme-plankton/debian/control projects/haf/trunk/hildon-theme-plankton/template/Makefile.am Log: [4.6.0-1 release] Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-04-16 11:03:01 UTC (rev 11060) @@ -1,3 +1,13 @@ +2007-04-16 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + [4.6.0-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: + * debian/control: + * template/Makefile.am: Updating. + 2007-04-13 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * template/template.*: added custom buttons for voip app. Modified: projects/haf/trunk/hildon-theme-plankton/NEWS =================================================================== --- projects/haf/trunk/hildon-theme-plankton/NEWS 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/NEWS 2007-04-16 11:03:01 UTC (rev 11060) @@ -1,3 +1,11 @@ +[4.6.0-1 release] +* Added combobox artwork, removed old cruft. Some cleanups too. +* Added some new logical colours. +* Added some alpha to applet backgrounds. +* Moved voip buttons closer together. +* Added custom tabs for mediaplayer. +* Added custom buttons for voip app. + [4.5.0-1 release] * Fixing the wallpaper installation prefixes for good now * Added a new icon for bcrumb separator clicked state and made them use no alpha Modified: projects/haf/trunk/hildon-theme-plankton/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-04-16 11:03:01 UTC (rev 11060) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-theme-plankton, 4.5.0) +AM_INIT_AUTOMAKE(hildon-theme-plankton, 4.6.0) AM_CONFIG_HEADER(config.h) AC_PROG_INSTALL @@ -17,7 +17,7 @@ LAYOUT_NAME="hildon-theme-layout-4" dnl check the layout installation -PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.5.0) +PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.6.0) AC_SUBST(THEME_DIR) AC_SUBST(THEME_NAME) Modified: projects/haf/trunk/hildon-theme-plankton/debian/changelog =================================================================== --- projects/haf/trunk/hildon-theme-plankton/debian/changelog 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/debian/changelog 2007-04-16 11:03:01 UTC (rev 11060) @@ -1,3 +1,14 @@ +hildon-theme-plankton (4.6.0-1) unstable; urgency=low + + * Added combobox artwork, removed old cruft. Some cleanups too. + * Added some new logical colours. + * Added some alpha to applet backgrounds. + * Moved voip buttons closer together. + * Added custom tabs for mediaplayer. + * Added custom buttons for voip app. + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Mon, 16 Apr 2007 11:44:09 +0300 + hildon-theme-plankton (4.5.0-1) unstable; urgency=low * debian/control: Fix Build-Depends syntax Modified: projects/haf/trunk/hildon-theme-plankton/debian/control =================================================================== --- projects/haf/trunk/hildon-theme-plankton/debian/control 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/debian/control 2007-04-16 11:03:01 UTC (rev 11060) @@ -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-4 (>= 0.5.0), hildon-theme-layout-4 (< 0.6.0), hildon-theme-tools +Build-Depends: debhelper (>= 4.0.0), hildon-theme-layout-4 (>= 0.6.0), hildon-theme-layout-4 (< 0.7.0), hildon-theme-tools Standards-Version: 3.6.0 Package: hildon-theme-plankton Modified: projects/haf/trunk/hildon-theme-plankton/template/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-plankton/template/Makefile.am 2007-04-16 10:59:43 UTC (rev 11059) +++ projects/haf/trunk/hildon-theme-plankton/template/Makefile.am 2007-04-16 11:03:01 UTC (rev 11060) @@ -8,7 +8,7 @@ all: slice.stamp clean-local: - find -iname '*.png' -a ! -iname template.png -exec rm -f '{}' \; + find -iname '*.png' -a ! -iname template.png -a ! -name coordinates.png -exec rm -f '{}' \; find -iname '*.jpg' -exec rm -f '{}' \; find -iname '*.jpeg' -exec rm -f '{}' \; @@ -18,7 +18,7 @@ install: all $(mkinstalldirs) $(DESTDIR)/$(IMAGES_FULL_DIR) - find -iname '*.png' -a ! -iname template.png -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \; - find -iname '*.jpg' -a ! -iname template.png -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \; - find -iname '*.jpeg' -a ! -iname template.png -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \; + find -iname '*.png' -a ! -iname template.png -a ! -iname coordinates.png -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \; + find -iname '*.jpg' -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \; + find -iname '*.jpeg' -exec install -c -m 644 '{}' $(DESTDIR)/$(IMAGES_FULL_DIR)/ \;
- Previous message: [maemo-commits] r11059 - in projects/haf/tags/hildon-theme-layout-4: . 0.6.0-1 0.6.0-1/debian 0.6.0-1/rc
- Next message: [maemo-commits] r11061 - in projects/haf/tags/hildon-theme-plankton: . 4.6.0-1 4.6.0-1/debian 4.6.0-1/template
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]