[maemo-commits] [maemo-commits] r8590 - in projects/haf/trunk/hildon-theme-default: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 4 17:00:27 EET 2006
- Previous message: [maemo-commits] r8588 - in projects/haf/trunk/hildon-theme-default: . debian
- Next message: [maemo-commits] r8591 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2006-12-04 17:00:25 +0200 (Mon, 04 Dec 2006) New Revision: 8590 Modified: projects/haf/trunk/hildon-theme-default/ChangeLog projects/haf/trunk/hildon-theme-default/configure.ac projects/haf/trunk/hildon-theme-default/debian/changelog projects/haf/trunk/hildon-theme-default/debian/control projects/haf/trunk/hildon-theme-default/debian/postinst projects/haf/trunk/hildon-theme-default/debian/rules Log: [0.2.0 release] hildon-theme-default => hildon-theme-plankton-3. Modified: projects/haf/trunk/hildon-theme-default/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-default/ChangeLog 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/ChangeLog 2006-12-04 15:00:25 UTC (rev 8590) @@ -1,7 +1,17 @@ 2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + [0.2.0 release] + * configure.ac: * debian/changelog: + * debian/control: + * debian/postinst: + * debian/rules: hildon-theme-default => hildon-theme-plankton-3. + +2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * configure.ac: + * debian/changelog: * debian/control: Updating to 0.2.0. 2006-11-30 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Modified: projects/haf/trunk/hildon-theme-default/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-default/configure.ac 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/configure.ac 2006-12-04 15:00:25 UTC (rev 8590) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-theme-default, 0.2.0) +AM_INIT_AUTOMAKE(hildon-theme-plankton-3, 0.2.0) AM_CONFIG_HEADER(config.h) AC_PROG_INSTALL @@ -8,10 +8,10 @@ AC_SUBST(ACLOCAL_FLAGS, "-I m4") dnl theme directory name, ie: default -THEME_DIR="hildon-default" +THEME_DIR="plankton" dnl user-friendly theme name, ie: My default theme -THEME_NAME="Default" +THEME_NAME="Plankton" dnl a layout this theme is based on LAYOUT_NAME="hildon-theme-layout-3" Modified: projects/haf/trunk/hildon-theme-default/debian/changelog =================================================================== --- projects/haf/trunk/hildon-theme-default/debian/changelog 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/debian/changelog 2006-12-04 15:00:25 UTC (rev 8590) @@ -1,4 +1,4 @@ -hildon-theme-default (0.2.0-1) unstable; urgency=low +hildon-theme-plankton-3 (0.2.0-1) unstable; urgency=low * Second official release. * Lots of fixes. @@ -6,13 +6,13 @@ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Mon, 04 December 2006 14:00:00 +0300 -hildon-theme-default (0.1.0-1) unstable; urgency=low +hildon-theme-plankton-3 (0.1.0-1) unstable; urgency=low * First official release. -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Fri, 20 October 2006 14:55:06 +0300 -hildon-theme-default (0.0-unreleased1) unstable; urgency=low +hildon-theme-plankton-3 (0.0-unreleased1) unstable; urgency=low * Copied from osso-theme-demo-config 2.1.0-1 and modified a bit. Modified: projects/haf/trunk/hildon-theme-default/debian/control =================================================================== --- projects/haf/trunk/hildon-theme-default/debian/control 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/debian/control 2006-12-04 15:00:25 UTC (rev 8590) @@ -1,11 +1,11 @@ -Source: hildon-theme-default +Source: hildon-theme-plankton-3 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 Standards-Version: 3.6.0 -Package: hildon-theme-default +Package: hildon-theme-plankton-3 Architecture: all Depends: gtk2-engines-sapwood, ui-fonts, osso-icons, hildon-theme-cacher Description: A hildon theme. Modified: projects/haf/trunk/hildon-theme-default/debian/postinst =================================================================== --- projects/haf/trunk/hildon-theme-default/debian/postinst 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/debian/postinst 2006-12-04 15:00:25 UTC (rev 8590) @@ -1,6 +1,6 @@ #! /bin/sh -hildon-theme-cacher /usr/share/themes/hildon-default +hildon-theme-cacher /usr/share/themes/plankton #DEBHELPER# Modified: projects/haf/trunk/hildon-theme-default/debian/rules =================================================================== --- projects/haf/trunk/hildon-theme-default/debian/rules 2006-12-04 14:58:05 UTC (rev 8589) +++ projects/haf/trunk/hildon-theme-default/debian/rules 2006-12-04 15:00:25 UTC (rev 8590) @@ -48,7 +48,7 @@ # Add here commands to clean up after the build process. -$(MAKE) maintainer-clean - rm -rf debian/hildon-theme-default + rm -rf debian/hildon-theme-plankton-3 dh_clean @@ -59,7 +59,7 @@ dh_installdirs # Add here commands to install the package into debian/build - $(MAKE) install DESTDIR=$(CURDIR)/debian/hildon-theme-default + $(MAKE) install DESTDIR=$(CURDIR)/debian/hildon-theme-plankton-3 # Build architecture-independent files here. binary-indep: build install
- Previous message: [maemo-commits] r8588 - in projects/haf/trunk/hildon-theme-default: . debian
- Next message: [maemo-commits] r8591 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]