[maemo-commits] [maemo-commits] r11284 - in projects/haf/trunk/hildon-theme-plankton: . debian wallpaper
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 25 11:08:09 EEST 2007
- Previous message: [maemo-commits] r11283 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11285 - in projects/haf/tags/hildon-theme-plankton: . 4.6.1-1 4.6.1-1/debian 4.6.1-1/wallpaper
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-04-25 11:08:07 +0300 (Wed, 25 Apr 2007) New Revision: 11284 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/wallpaper/Makefile.am Log: [4.6.1-1 release] Install wallpaper in two places to make the home pick it up on first boot. Totally TEMPORARY. Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-04-25 08:08:07 UTC (rev 11284) @@ -1,3 +1,15 @@ +2007-04-25 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + [4.6.1-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: + * debian/control: + + * wallpaper/Makefile.am: Install wallpaper in two places to make the + home pick it up on first boot. Totally TEMPORARY. + 2007-04-16 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> [4.6.0-1 release] Modified: projects/haf/trunk/hildon-theme-plankton/NEWS =================================================================== --- projects/haf/trunk/hildon-theme-plankton/NEWS 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/NEWS 2007-04-25 08:08:07 UTC (rev 11284) @@ -1,3 +1,7 @@ +[4.6.1-1 release] +* Bumping version for layout. +* Temporarily installing wallpaper in two places to make the home pick it up on first boot. + [4.6.0-1 release] * Added combobox artwork, removed old cruft. Some cleanups too. * Added some new logical colours. Modified: projects/haf/trunk/hildon-theme-plankton/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-04-25 08:08:07 UTC (rev 11284) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-theme-plankton, 4.6.0) +AM_INIT_AUTOMAKE(hildon-theme-plankton, 4.6.1) AM_CONFIG_HEADER(config.h) AC_PROG_INSTALL Modified: projects/haf/trunk/hildon-theme-plankton/debian/changelog =================================================================== --- projects/haf/trunk/hildon-theme-plankton/debian/changelog 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/debian/changelog 2007-04-25 08:08:07 UTC (rev 11284) @@ -1,3 +1,11 @@ +hildon-theme-plankton (4.6.1-1) unstable; urgency=low + + * Layout bump. + * Temporarily installing wallpaper in two places to make the home pick it up + on first boot. + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Wed, 25 Apr 2007 11:04:23 +0300 + hildon-theme-plankton (4.6.0-1) unstable; urgency=low * Added combobox artwork, removed old cruft. Some cleanups too. Modified: projects/haf/trunk/hildon-theme-plankton/debian/control =================================================================== --- projects/haf/trunk/hildon-theme-plankton/debian/control 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/debian/control 2007-04-25 08:08:07 UTC (rev 11284) @@ -7,7 +7,7 @@ Package: hildon-theme-plankton Architecture: all -Depends: gtk2-engines-sapwood (>= 2.91.2), hildon-theme-cacher (>= 0.3.0) +Depends: gtk2-engines-sapwood (>= 2.91.4), hildon-theme-cacher (>= 0.3.0) Description: A hildon theme. Conflicts: hildon-theme-plankton-3, hildon-theme-plankton-2 Replaces: hildon-theme-plankton-3, hildon-theme-plankton-2 Modified: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am 2007-04-25 08:06:17 UTC (rev 11283) +++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am 2007-04-25 08:08:07 UTC (rev 11284) @@ -6,4 +6,5 @@ $(mkinstalldirs) $(DESTDIR)/$(datadir)/backgrounds install -c -m 644 wallpaper.png $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR).png install -c -m 644 theme_bg.desktop $(DESTDIR)/$(datadir)/backgrounds/$(THEME_DIR)_bg.desktop + install -c -m 644 wallpaper.png $(DESTDIR)/$(IMAGES_FULL_DIR)/qgn_plat_home_background.png
- Previous message: [maemo-commits] r11283 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11285 - in projects/haf/tags/hildon-theme-plankton: . 4.6.1-1 4.6.1-1/debian 4.6.1-1/wallpaper
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]