[maemo-commits] [maemo-commits] r10267 - in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3: . template wallpaper
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 1 10:37:10 EET 2007
- Previous message: [maemo-commits] r10266 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10268 - projects/haf/trunk/hildon-home-webshortcut/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-01 10:37:09 +0200 (Thu, 01 Mar 2007) New Revision: 10267 Added: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/Makefile.am projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/theme_bg.desktop.in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/wallpaper.png Modified: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/ChangeLog projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/Makefile.am projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/configure.ac projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template/Makefile.am Log: Correcting the EXTRA_DIST dir. Adding the wallpaper. Modified: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/ChangeLog =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/ChangeLog 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/ChangeLog 2007-03-01 08:37:09 UTC (rev 10267) @@ -1,3 +1,14 @@ +2007-03-01 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * template/Makefile.am: Correcting the EXTRA_DIST dir. + + * Makefile.am: + * configure.ac: + * wallpaper: + * wallpaper/Makefile.am: + * wallpaper/theme_bg.desktop.in: + * wallpaper/wallpaper.png: Adding the wallpaper. + 2007-02-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * data/Makefile.am: Embed the layout version in the generated gtkrc Modified: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/Makefile.am =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/Makefile.am 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/Makefile.am 2007-03-01 08:37:09 UTC (rev 10267) @@ -1,4 +1,4 @@ -SUBDIRS = template data +SUBDIRS = template data wallpaper MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ config.h.in compile \ Modified: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/configure.ac =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/configure.ac 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/configure.ac 2007-03-01 08:37:09 UTC (rev 10267) @@ -30,9 +30,11 @@ dnl check the tools installation PKG_CHECK_MODULES(TOOLS, hildon-theme-tools >= 0.2.0) -AC_OUTPUT([Makefile \ - template/Makefile \ - data/Makefile]) +AC_OUTPUT([Makefile \ + template/Makefile \ + data/Makefile \ + wallpaper/Makefile \ + wallpaper/theme_bg.desktop]) dnl some nicey output AC_MSG_RESULT([ Modified: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template/Makefile.am =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template/Makefile.am 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/template/Makefile.am 2007-03-01 08:37:09 UTC (rev 10267) @@ -3,8 +3,8 @@ CLEANFILES = slice.stamp EXTRA_DIST = template.png \ - slice.stamp \ - template.xcf.gz + template.svg \ + coordinates.png all: slice.stamp Added: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/Makefile.am =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/Makefile.am 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/Makefile.am 2007-03-01 08:37:09 UTC (rev 10267) @@ -0,0 +1,9 @@ +MAINTAINERCLEANFILES = Makefile.in + +EXTRA_DIST = wallpaper.png theme_bg.desktop + +install: + $(mkinstalldirs) $(DESTDIR)/usr/share/backgrounds + install -c -m 644 wallpaper.png $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR).png + install -c -m 644 theme_bg.desktop $(DESTDIR)/usr/share/backgrounds/$(THEME_DIR)_bg.desktop + Added: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/theme_bg.desktop.in =================================================================== --- projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/theme_bg.desktop.in 2007-03-01 08:33:31 UTC (rev 10266) +++ projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/theme_bg.desktop.in 2007-03-01 08:37:09 UTC (rev 10267) @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Background Image +Name=@THEME_NAME@ +File=/usr/share/backgrounds/@THEME_DIR at .png +X-Order=01 Added: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/wallpaper.png =================================================================== (Binary files differ) Property changes on: projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3/wallpaper/wallpaper.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream
- Previous message: [maemo-commits] r10266 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10268 - projects/haf/trunk/hildon-home-webshortcut/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]