[maemo-commits] [maemo-commits] r11115 - in projects/haf/trunk/hildon-theme-test: . debian wallpaper

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 18 10:45:11 EEST 2007
Author: mdk
Date: 2007-04-18 10:45:09 +0300 (Wed, 18 Apr 2007)
New Revision: 11115

Modified:
   projects/haf/trunk/hildon-theme-test/ChangeLog
   projects/haf/trunk/hildon-theme-test/configure.ac
   projects/haf/trunk/hildon-theme-test/debian/changelog
   projects/haf/trunk/hildon-theme-test/debian/control
   projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am
Log:
[4.6.0-1 release]


Modified: projects/haf/trunk/hildon-theme-test/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-test/ChangeLog	2007-04-17 15:15:32 UTC (rev 11114)
+++ projects/haf/trunk/hildon-theme-test/ChangeLog	2007-04-18 07:45:09 UTC (rev 11115)
@@ -1,3 +1,12 @@
+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

Modified: projects/haf/trunk/hildon-theme-test/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-test/configure.ac	2007-04-17 15:15:32 UTC (rev 11114)
+++ projects/haf/trunk/hildon-theme-test/configure.ac	2007-04-18 07:45:09 UTC (rev 11115)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-test, 4.2.1)
+AM_INIT_AUTOMAKE(hildon-theme-test, 4.6.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_INSTALL
@@ -17,7 +17,7 @@
 LAYOUT_NAME="hildon-theme-layout-4"
 
 dnl check the layout installation
-PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.2.0)
+PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.6.0)
 
 AC_SUBST(THEME_DIR)
 AC_SUBST(THEME_NAME)

Modified: projects/haf/trunk/hildon-theme-test/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-test/debian/changelog	2007-04-17 15:15:32 UTC (rev 11114)
+++ projects/haf/trunk/hildon-theme-test/debian/changelog	2007-04-18 07:45:09 UTC (rev 11115)
@@ -1,3 +1,9 @@
+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.

Modified: projects/haf/trunk/hildon-theme-test/debian/control
===================================================================
--- projects/haf/trunk/hildon-theme-test/debian/control	2007-04-17 15:15:32 UTC (rev 11114)
+++ projects/haf/trunk/hildon-theme-test/debian/control	2007-04-18 07:45:09 UTC (rev 11115)
@@ -2,10 +2,10 @@
 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.2.0) (< 0.3.0), hildon-theme-tools
+Build-Depends: debhelper (>= 4.0.0), hildon-theme-layout-4 (>= 0.6.0), hildon-theme-layout-4 (< 0.7.0), hildon-theme-tools
 Standards-Version: 3.6.0
 
 Package: hildon-theme-test
 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 test theme. 

Modified: projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am	2007-04-17 15:15:32 UTC (rev 11114)
+++ projects/haf/trunk/hildon-theme-test/wallpaper/Makefile.am	2007-04-18 07:45:09 UTC (rev 11115)
@@ -3,7 +3,7 @@
 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
+	$(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
 


More information about the maemo-commits mailing list