[maemo-commits] [maemo-commits] r10271 - in projects/haf/trunk/hildon-theme-test: . debian wallpaper
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 1 10:54:57 EET 2007
- Previous message: [maemo-commits] r10270 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10272 - in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-03-01 10:54:56 +0200 (Thu, 01 Mar 2007) New Revision: 10271 Added: projects/haf/trunk/hildon-theme-test/wallpaper/ projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am projects/haf/trunk/hildon-theme-test/wallpaper/theme_bg.desktop.in projects/haf/trunk/hildon-theme-test/wallpaper/wallpaper.png Removed: projects/haf/trunk/hildon-theme-test/debian/files Modified: projects/haf/trunk/hildon-theme-test/ChangeLog projects/haf/trunk/hildon-theme-test/Makefile.am projects/haf/trunk/hildon-theme-test/configure.ac Log: Adding wallpaper. Modified: projects/haf/trunk/hildon-theme-test/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-test/ChangeLog 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/ChangeLog 2007-03-01 08:54:56 UTC (rev 10271) @@ -1,3 +1,14 @@ +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 Modified: projects/haf/trunk/hildon-theme-test/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-test/Makefile.am 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/Makefile.am 2007-03-01 08:54:56 UTC (rev 10271) @@ -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-test/configure.ac =================================================================== --- projects/haf/trunk/hildon-theme-test/configure.ac 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/configure.ac 2007-03-01 08:54:56 UTC (rev 10271) @@ -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([ Deleted: projects/haf/trunk/hildon-theme-test/debian/files =================================================================== --- projects/haf/trunk/hildon-theme-test/debian/files 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/debian/files 2007-03-01 08:54:56 UTC (rev 10271) @@ -1 +0,0 @@ -hildon-theme-test_4.2.0-1_all.deb user/themes optional Added: projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am =================================================================== --- projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am 2007-03-01 08:54:56 UTC (rev 10271) @@ -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/trunk/hildon-theme-test/wallpaper/theme_bg.desktop.in =================================================================== --- projects/haf/trunk/hildon-theme-test/wallpaper/theme_bg.desktop.in 2007-03-01 08:52:47 UTC (rev 10270) +++ projects/haf/trunk/hildon-theme-test/wallpaper/theme_bg.desktop.in 2007-03-01 08:54:56 UTC (rev 10271) @@ -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/trunk/hildon-theme-test/wallpaper/wallpaper.png =================================================================== (Binary files differ) Property changes on: projects/haf/trunk/hildon-theme-test/wallpaper/wallpaper.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream
- Previous message: [maemo-commits] r10270 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10272 - in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]