[maemo-commits] [maemo-commits] r10244 - in projects/haf/trunk/hildon-theme-plankton: . wallpaper
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 28 12:53:20 EET 2007
- Previous message: [maemo-commits] r10243 - in projects/haf/trunk/hildon-theme-test: . data
- Next message: [maemo-commits] r10245 - in projects/haf/trunk/hildon-theme-plankton: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-02-28 12:53:19 +0200 (Wed, 28 Feb 2007) New Revision: 10244 Added: projects/haf/trunk/hildon-theme-plankton/wallpaper/ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am projects/haf/trunk/hildon-theme-plankton/wallpaper/wallpaper.png Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog projects/haf/trunk/hildon-theme-plankton/Makefile.am projects/haf/trunk/hildon-theme-plankton/configure.ac Log: Adding wallpaper. Modified: projects/haf/trunk/hildon-theme-plankton/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-02-28 09:19:20 UTC (rev 10243) +++ projects/haf/trunk/hildon-theme-plankton/ChangeLog 2007-02-28 10:53:19 UTC (rev 10244) @@ -1,5 +1,13 @@ 2007-02-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * Makefile.am: + * configure.ac: + * wallpaper: + * wallpaper/Makefile.am: + * wallpaper/wallpaper.png: Adding wallpaper. + +2007-02-28 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * data/Makefile.am: Embed the layout version in the generated gtkrc file. Modified: projects/haf/trunk/hildon-theme-plankton/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-plankton/Makefile.am 2007-02-28 09:19:20 UTC (rev 10243) +++ projects/haf/trunk/hildon-theme-plankton/Makefile.am 2007-02-28 10:53:19 UTC (rev 10244) @@ -1,4 +1,4 @@ -SUBDIRS = template data +SUBDIRS = template data wallpaper MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ config.h.in compile \ Modified: projects/haf/trunk/hildon-theme-plankton/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-02-28 09:19:20 UTC (rev 10243) +++ projects/haf/trunk/hildon-theme-plankton/configure.ac 2007-02-28 10:53:19 UTC (rev 10244) @@ -32,7 +32,8 @@ AC_OUTPUT([Makefile \ template/Makefile \ - data/Makefile]) + data/Makefile \ + wallpaper/Makefile]) dnl some nicey output AC_MSG_RESULT([ Added: projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am 2007-02-28 09:19:20 UTC (rev 10243) +++ projects/haf/trunk/hildon-theme-plankton/wallpaper/Makefile.am 2007-02-28 10:53:19 UTC (rev 10244) @@ -0,0 +1,8 @@ +MAINTAINERCLEANFILES = Makefile.in + +EXTRA_DIST = wallpaper.png + +install: + $(mkinstalldirs) $(DESTDIR)/$(IMAGES_FULL_DIR) + install -c -m 644 wallpaper.png $(DESTDIR)/$(IMAGES_FULL_DIR)/qgn_plat_home_background.png + Added: projects/haf/trunk/hildon-theme-plankton/wallpaper/wallpaper.png =================================================================== (Binary files differ) Property changes on: projects/haf/trunk/hildon-theme-plankton/wallpaper/wallpaper.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream
- Previous message: [maemo-commits] r10243 - in projects/haf/trunk/hildon-theme-test: . data
- Next message: [maemo-commits] r10245 - in projects/haf/trunk/hildon-theme-plankton: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]