[maemo-commits] [maemo-commits] r8582 - in projects/haf/trunk/hildon-theme-tools: . debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 4 16:24:44 EET 2006
- Previous message: [maemo-commits] r8581 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildonwm test
- Next message: [maemo-commits] r8583 - in projects/haf/trunk/hildon-theme-layout-3: . debian rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2006-12-04 16:24:43 +0200 (Mon, 04 Dec 2006) New Revision: 8582 Modified: projects/haf/trunk/hildon-theme-tools/ChangeLog projects/haf/trunk/hildon-theme-tools/configure.ac projects/haf/trunk/hildon-theme-tools/debian/changelog projects/haf/trunk/hildon-theme-tools/debian/control projects/haf/trunk/hildon-theme-tools/src/slicer.c Log: [0.2.0 release] Modified: projects/haf/trunk/hildon-theme-tools/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-tools/ChangeLog 2006-12-04 14:09:54 UTC (rev 8581) +++ projects/haf/trunk/hildon-theme-tools/ChangeLog 2006-12-04 14:24:43 UTC (rev 8582) @@ -1,5 +1,15 @@ -2006-12-04 Michael Dominic K. <mdk at mdk.am> +2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + [0.2.0 release] + + * configure.ac: + * debian/changelog: + * debian/control: Updating to 0.2.0. + + * src/slicer.c: Removing "WARNING" from "Processed" message. + +2006-12-04 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * README: Typo fix. * scripts/hildon-theme-mk-bundle: @@ -27,7 +37,7 @@ * scripts/hildon-theme-install: Removing. -2006-12-01 Michael Dominic K. <mdk at mdk.am> +2006-12-01 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * src/Makefile.am: * src/hildon-theme-mk-bundle: Adding the tool to build layout bundles. @@ -36,7 +46,7 @@ * src/Makefile.am: Wrong category. -2006-11-30 Michael Dominic K. <mdk at mdk.am> +2006-11-30 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * src/Makefile.am: * src/colourizer.c: Modified: projects/haf/trunk/hildon-theme-tools/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-tools/configure.ac 2006-12-04 14:09:54 UTC (rev 8581) +++ projects/haf/trunk/hildon-theme-tools/configure.ac 2006-12-04 14:24:43 UTC (rev 8582) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-theme-tools, 0.1.0) +AM_INIT_AUTOMAKE(hildon-theme-tools, 0.2.0) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST Modified: projects/haf/trunk/hildon-theme-tools/debian/changelog =================================================================== --- projects/haf/trunk/hildon-theme-tools/debian/changelog 2006-12-04 14:09:54 UTC (rev 8581) +++ projects/haf/trunk/hildon-theme-tools/debian/changelog 2006-12-04 14:24:43 UTC (rev 8582) @@ -1,3 +1,12 @@ +hildon-theme-tools (0.2.0-1) unstable; urgency=low + + * Second official release. + * Adding a lot of new tools. + * Fixing the build system. + * Should work as expected now. + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Mon, 04 December 2006 15:00:06 +0300 + hildon-theme-tools (0.1.0-1) unstable; urgency=low * First official release. Modified: projects/haf/trunk/hildon-theme-tools/debian/control =================================================================== --- projects/haf/trunk/hildon-theme-tools/debian/control 2006-12-04 14:09:54 UTC (rev 8581) +++ projects/haf/trunk/hildon-theme-tools/debian/control 2006-12-04 14:24:43 UTC (rev 8582) @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> -Build-Depends: debhelper (>= 4.0.0), pkg-config, libgtk2.0-dev (>= 1:2.6.0), gtk2-engines-sapwood (>= 2.14) +Build-Depends: debhelper (>= 4.0.0), pkg-config, libgtk2.0-dev (>= 1:2.6.0) Standards-Version: 3.6.0 Package: hildon-theme-tools Modified: projects/haf/trunk/hildon-theme-tools/src/slicer.c =================================================================== --- projects/haf/trunk/hildon-theme-tools/src/slicer.c 2006-12-04 14:09:54 UTC (rev 8581) +++ projects/haf/trunk/hildon-theme-tools/src/slicer.c 2006-12-04 14:24:43 UTC (rev 8582) @@ -155,7 +155,7 @@ g_free (fname); gdk_pixbuf_unref (sub); - g_printerr ("WARNING: Processed %s\n", element->Name); + g_print ("Processed %s\n", element->Name); } } }
- Previous message: [maemo-commits] r8581 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildonwm test
- Next message: [maemo-commits] r8583 - in projects/haf/trunk/hildon-theme-layout-3: . debian rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]