[maemo-commits] [maemo-commits] r8327 - in projects/haf/trunk/maemo-theme-default: . debian

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Mon Nov 27 13:08:39 EET 2006
Author: mdk
Date: 2006-11-27 13:07:13 +0200 (Mon, 27 Nov 2006)
New Revision: 8327

Added:
   projects/haf/trunk/maemo-theme-default/debian/postinst
Modified:
   projects/haf/trunk/maemo-theme-default/ChangeLog
   projects/haf/trunk/maemo-theme-default/Makefile.am
   projects/haf/trunk/maemo-theme-default/configure.ac
   projects/haf/trunk/maemo-theme-default/debian/control
Log:
Small fixes.
Adding cacher as a dependency.
Adding a postinst script to run the cacher.


Modified: projects/haf/trunk/maemo-theme-default/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-theme-default/ChangeLog	2006-11-27 11:07:45 UTC (rev 8326)
+++ projects/haf/trunk/maemo-theme-default/ChangeLog	2006-11-27 11:07:13 UTC (rev 8327)
@@ -1,3 +1,12 @@
+2006-11-27  Michael Dominic K.  <mdk at mdk.am> 
+
+	* Makefile.am:
+	* configure.ac: Fixes.
+
+	* debian/control: Adding cacher as a dependency.
+
+	* debian/postinst: Adding a postinst script to run the cacher.
+
 2006-11-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* configure.ac: Check the existance of the layout using pkgconfig,

Modified: projects/haf/trunk/maemo-theme-default/Makefile.am
===================================================================
--- projects/haf/trunk/maemo-theme-default/Makefile.am	2006-11-27 11:07:45 UTC (rev 8326)
+++ projects/haf/trunk/maemo-theme-default/Makefile.am	2006-11-27 11:07:13 UTC (rev 8327)
@@ -15,7 +15,7 @@
 	hildon-theme-install-3					\
             --name $(THEME_NAME)				\
             --template $(srcdir)/template/template.png		\
-            --theme $(datadir)/themes/$(THEME_DIR)/		\
+            --theme $(THEME_FULL_DIR)/				\
             --destdir $(DESTDIR)
 
 

Modified: projects/haf/trunk/maemo-theme-default/configure.ac
===================================================================
--- projects/haf/trunk/maemo-theme-default/configure.ac	2006-11-27 11:07:45 UTC (rev 8326)
+++ projects/haf/trunk/maemo-theme-default/configure.ac	2006-11-27 11:07:13 UTC (rev 8327)
@@ -19,7 +19,7 @@
 AC_SUBST(THEME_DIR)
 AC_SUBST(THEME_NAME)
 AS_AC_EXPAND(LAYOUT_DIR, "${datadir}/$LAYOUT_NAME")
-AS_AC_EXPAND(THEME_FULL_DIR, "${datadir}/$THEME_DIR")
+AS_AC_EXPAND(THEME_FULL_DIR, "${datadir}/themes/$THEME_DIR")
 
 dnl check the layout installation
 PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME")

Modified: projects/haf/trunk/maemo-theme-default/debian/control
===================================================================
--- projects/haf/trunk/maemo-theme-default/debian/control	2006-11-27 11:07:45 UTC (rev 8326)
+++ projects/haf/trunk/maemo-theme-default/debian/control	2006-11-27 11:07:13 UTC (rev 8327)
@@ -7,5 +7,5 @@
 
 Package: hildon-theme-default
 Architecture: all
-Depends: gtk2-engines-sapwood, ui-fonts, osso-icons
+Depends: gtk2-engines-sapwood, ui-fonts, osso-icons, hildon-theme-cacher
 Description: A maemo/hildon theme. 

Added: projects/haf/trunk/maemo-theme-default/debian/postinst
===================================================================
--- projects/haf/trunk/maemo-theme-default/debian/postinst	2006-11-27 11:07:45 UTC (rev 8326)
+++ projects/haf/trunk/maemo-theme-default/debian/postinst	2006-11-27 11:07:13 UTC (rev 8327)
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+hildon-theme-cacher /usr/share/themes/hildon-default
+
+#DEBHELPER#
+
+exit 0
+


More information about the maemo-commits mailing list