[maemo-commits] [maemo-commits] r11668 - in projects/haf/tags/hildon-theme-test: . 4.8.0-1 4.8.0-1/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue May 15 16:45:12 EEST 2007
- Previous message: [maemo-commits] r11667 - in projects/haf/trunk/hildon-theme-test: . debian
- Next message: [maemo-commits] r11670 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-05-15 16:45:11 +0300 (Tue, 15 May 2007) New Revision: 11668 Added: projects/haf/tags/hildon-theme-test/4.8.0-1/ projects/haf/tags/hildon-theme-test/4.8.0-1/ChangeLog projects/haf/tags/hildon-theme-test/4.8.0-1/configure.ac projects/haf/tags/hildon-theme-test/4.8.0-1/debian/changelog projects/haf/tags/hildon-theme-test/4.8.0-1/debian/control Removed: projects/haf/tags/hildon-theme-test/4.8.0-1/ChangeLog projects/haf/tags/hildon-theme-test/4.8.0-1/configure.ac projects/haf/tags/hildon-theme-test/4.8.0-1/debian/changelog projects/haf/tags/hildon-theme-test/4.8.0-1/debian/control Log: Tagging for 4.8.0-1 Copied: projects/haf/tags/hildon-theme-test/4.8.0-1 (from rev 11666, projects/haf/trunk/hildon-theme-test) Deleted: projects/haf/tags/hildon-theme-test/4.8.0-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-test/ChangeLog 2007-05-15 13:41:19 UTC (rev 11666) +++ projects/haf/tags/hildon-theme-test/4.8.0-1/ChangeLog 2007-05-15 13:45:11 UTC (rev 11668) @@ -1,80 +0,0 @@ -2007-05-15 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: Updated to layout, some new color - swatches and graphics. Removed some colours as well. - -2007-05-10 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: updates per the layout.. - - -2007-05-10 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> - - * debian/control: - * wallpaper/Makefile.am: Small bump to latest layout and wallpaper - installation pattern. - -2007-05-09 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: Moved submenu arrow graphics around to - make space. - - Oh the Humanity! I added 30 thumb-scroll arrows. Sorry, Sean. :-( - We need 8bit alpha for Sapwood themes to reduce these in the - future. In any case, these at least look the same, sans the - background color blending. - -2007-05-08 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: new applet graphics are in, moved the generic - applet bitmap around as well as webradio applet's volume bg bitmap. - - The applets are now together in the middle of the home layout area - which seems to make more sense too. The file contains some cruft - that will be added later, but I need to clean it up and update the - layout also. - -2007-04-29 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: Updated the color swatches to the new - layout. Added some logical colors as well. - - Also moved around expander arrows and call handling bits to make - space for color area. This is already reflected in the layout. - -2007-04-18 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> - - [4.6.0-1 release] - - * configure.ac: - * debian/changelog: - * debian/control: - * wallpaper/Makefile.am: Updating. - -2007-04-11 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> - - * template/template.png: moved stuff around a bit according to - layout changes. New version too. - -2007-03-01 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> - - * debian/files: Removing. Accidentaly added. - - * Makefile.am: - * configure.ac: - * wallpaper: - * wallpaper/Makefile.am: - * wallpaper/theme_bg.desktop.in: - * wallpaper/wallpaper.png: Adding wallpaper. - -2007-02-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> - - * data/Makefile.am: Embed the layout version used in the generated - gtkrc file. - -2007-02-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> - - * configure.ac: - * debian/changelog: - * debian/control: Slightly updating. - Copied: projects/haf/tags/hildon-theme-test/4.8.0-1/ChangeLog (from rev 11667, projects/haf/trunk/hildon-theme-test/ChangeLog) Deleted: projects/haf/tags/hildon-theme-test/4.8.0-1/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-test/configure.ac 2007-05-15 13:41:19 UTC (rev 11666) +++ projects/haf/tags/hildon-theme-test/4.8.0-1/configure.ac 2007-05-15 13:45:11 UTC (rev 11668) @@ -1,51 +0,0 @@ -AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-theme-test, 4.6.0) -AM_CONFIG_HEADER(config.h) - -AC_PROG_INSTALL - -dnl Add parameters for aclocal -AC_SUBST(ACLOCAL_FLAGS, "-I m4") - -dnl theme directory name, ie: default -THEME_DIR="test" - -dnl user-friendly theme name, ie: My default theme -THEME_NAME="Test" - -dnl a layout this theme is based on -LAYOUT_NAME="hildon-theme-layout-4" - -dnl check the layout installation -PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.6.0) - -AC_SUBST(THEME_DIR) -AC_SUBST(THEME_NAME) -AS_AC_EXPAND(LAYOUT_DIR, `$PKG_CONFIG --variable=pkgdatadir $LAYOUT_NAME`) -AS_AC_EXPAND(THEME_FULL_DIR, "${datadir}/themes/$THEME_DIR") -AS_AC_EXPAND(MATCHBOX_FULL_DIR, "${datadir}/themes/$THEME_DIR/matchbox") -AS_AC_EXPAND(IMAGES_FULL_DIR, "${datadir}/themes/$THEME_DIR/images") -AS_AC_EXPAND(GTK_FULL_DIR, "${datadir}/themes/$THEME_DIR/gtk-2.0") - -dnl check the tools installation -PKG_CHECK_MODULES(TOOLS, hildon-theme-tools >= 0.2.0) - -AC_OUTPUT([Makefile \ - template/Makefile \ - data/Makefile \ - wallpaper/Makefile \ - wallpaper/theme_bg.desktop]) - -dnl some nicey output -AC_MSG_RESULT([ -$PACKAGE $VERSION - - Theme name : $THEME_NAME - Theme dir : $THEME_DIR - Theme full dir: $THEME_FULL_DIR - Matchbox dir : $MATCHBOX_FULL_DIR - Gtk full dir : $GTK_FULL_DIR - - Layout name : $LAYOUT_NAME - Layout dir : $LAYOUT_DIR -]) Copied: projects/haf/tags/hildon-theme-test/4.8.0-1/configure.ac (from rev 11667, projects/haf/trunk/hildon-theme-test/configure.ac) Deleted: projects/haf/tags/hildon-theme-test/4.8.0-1/debian/changelog =================================================================== --- projects/haf/trunk/hildon-theme-test/debian/changelog 2007-05-15 13:41:19 UTC (rev 11666) +++ projects/haf/tags/hildon-theme-test/4.8.0-1/debian/changelog 2007-05-15 13:45:11 UTC (rev 11668) @@ -1,12 +0,0 @@ -hildon-theme-test (4.6.0-1) unstable; urgency=low - - * Updated. - - -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Wed, 18 Apr 2007 10:42:10 +0300 - -hildon-theme-test (4.2.1-1) unstable; urgency=low - - * New. - - -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Fri, 21 Feb 2007 17:00:00 +0300 - Copied: projects/haf/tags/hildon-theme-test/4.8.0-1/debian/changelog (from rev 11667, projects/haf/trunk/hildon-theme-test/debian/changelog) Deleted: projects/haf/tags/hildon-theme-test/4.8.0-1/debian/control =================================================================== --- projects/haf/trunk/hildon-theme-test/debian/control 2007-05-15 13:41:19 UTC (rev 11666) +++ projects/haf/tags/hildon-theme-test/4.8.0-1/debian/control 2007-05-15 13:45:11 UTC (rev 11668) @@ -1,11 +0,0 @@ -Source: hildon-theme-test -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.7.0), hildon-theme-layout-4 (< 0.8.0), hildon-theme-tools -Standards-Version: 3.6.0 - -Package: hildon-theme-test -Architecture: all -Depends: gtk2-engines-sapwood (>= 2.91.4), hildon-theme-cacher (>= 0.3.0) -Description: A hildon test theme. Copied: projects/haf/tags/hildon-theme-test/4.8.0-1/debian/control (from rev 11667, projects/haf/trunk/hildon-theme-test/debian/control)
- Previous message: [maemo-commits] r11667 - in projects/haf/trunk/hildon-theme-test: . debian
- Next message: [maemo-commits] r11670 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]