[maemo-commits] [maemo-commits] r10273 - in projects/haf/tags/hildon-theme-plankton: . 3.1.2-1 3.1.2-1/data 3.1.2-1/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 1 12:25:34 EET 2007
Author: mdk
Date: 2007-03-01 12:25:08 +0200 (Thu, 01 Mar 2007)
New Revision: 10273

Added:
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/ChangeLog
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/Makefile.am
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/configure.ac
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/data/Makefile.am
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/changelog
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/control
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/wallpaper/
Removed:
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/ChangeLog
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/Makefile.am
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/configure.ac
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/data/Makefile.am
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/changelog
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/control
   projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/files
Log:
Tagging for 3.1.2-1.


Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1 (from rev 10239, projects/haf/trunk/hildon-theme-test)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-test/ChangeLog	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/ChangeLog	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1 +0,0 @@
-

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/ChangeLog (from rev 10271, projects/haf/trunk/hildon-theme-test/ChangeLog)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-test/Makefile.am	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/Makefile.am	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1,13 +0,0 @@
-SUBDIRS 		= template data
-
-MAINTAINERCLEANFILES	= Makefile.in aclocal.m4 configure 	\
-			  config.h.in compile 			\
-			  ltmain.sh depcomp missing 		\
-			  install-sh config.sub 		\
-			  config.guess intltool-extract.in 	\
-			  intltool-merge.in intltool-update.in  \
-			  mkinstalldirs build-stamp 		\
-			  install-stamp configure-stamp		\
-			  config.status 
-
-

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/Makefile.am (from rev 10271, projects/haf/trunk/hildon-theme-test/Makefile.am)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-test/configure.ac	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/configure.ac	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1,49 +0,0 @@
-AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-theme-test, 4.2.0)
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_INSTALL
-
-dnl Add parameters for aclocal 
-AC_SUBST(ACLOCAL_FLAGS, "-I m4") 
-
-dnl theme directory name, ie: default
-THEME_DIR="test"
-
-dnl user-friendly theme name, ie: My default theme
-THEME_NAME="Test"
-
-dnl a layout this theme is based on
-LAYOUT_NAME="hildon-theme-layout-4"
-
-dnl check the layout installation
-PKG_CHECK_MODULES(HILDON_LAYOUT, "$LAYOUT_NAME" >= 0.2.0)
-
-AC_SUBST(THEME_DIR)
-AC_SUBST(THEME_NAME)
-AS_AC_EXPAND(LAYOUT_DIR, `$PKG_CONFIG --variable=pkgdatadir $LAYOUT_NAME`)
-AS_AC_EXPAND(THEME_FULL_DIR, "${datadir}/themes/$THEME_DIR")
-AS_AC_EXPAND(MATCHBOX_FULL_DIR, "${datadir}/themes/$THEME_DIR/matchbox")
-AS_AC_EXPAND(IMAGES_FULL_DIR, "${datadir}/themes/$THEME_DIR/images")
-AS_AC_EXPAND(GTK_FULL_DIR, "${datadir}/themes/$THEME_DIR/gtk-2.0")
-
-dnl check the tools installation
-PKG_CHECK_MODULES(TOOLS, hildon-theme-tools >= 0.2.0)
-
-AC_OUTPUT([Makefile             \
-           template/Makefile    \
-           data/Makefile])
-
-dnl some nicey output
-AC_MSG_RESULT([
-$PACKAGE $VERSION
-
-        Theme name    : $THEME_NAME
-        Theme dir     : $THEME_DIR 
-        Theme full dir: $THEME_FULL_DIR
-        Matchbox dir  : $MATCHBOX_FULL_DIR
-        Gtk full dir  : $GTK_FULL_DIR
-
-        Layout name   : $LAYOUT_NAME
-        Layout dir    : $LAYOUT_DIR
-])

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/configure.ac (from rev 10271, projects/haf/trunk/hildon-theme-test/configure.ac)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/data/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-theme-test/data/Makefile.am	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/data/Makefile.am	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1,39 +0,0 @@
-themedir 				= @THEME_FULL_DIR@
-
-gtkthemedir				= @GTK_FULL_DIR@
-
-matchboxthemedir			= @MATCHBOX_FULL_DIR@
-
-gtktheme_DATA				= gtkrc				\
-					  gtkrc.maemo_af_desktop        
-
-matchboxtheme_DATA			= theme.xml
-
-theme_DATA 				= index.theme
-
-gtkrc: 
-	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/gtkrc gtkrc
-
-gtkrc.maemo_af_desktop: 
-	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/gtkrc.maemo_af_desktop gtkrc.maemo_af_desktop
-
-theme.xml: 
-	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/theme.xml theme.xml
-	sed -i -e 's:@THEME_DIR\@:@THEME_DIR@:' theme.xml
-	sed -i -e 's:@THEME_FULL_DIR\@:@THEME_FULL_DIR@:' theme.xml
-	sed -i -e 's:@THEME_NAME\@:@THEME_NAME@:' theme.xml
-
-index.theme: 
-	hildon-theme-subst $(LAYOUT_DIR)/layout.txt $(srcdir)/../template/template.png $(LAYOUT_DIR)/index.theme index.theme
-	sed -i -e 's:@THEME_DIR\@:@THEME_DIR@:' index.theme
-	sed -i -e 's:@THEME_FULL_DIR\@:@THEME_FULL_DIR@:' index.theme
-	sed -i -e 's:@THEME_NAME\@:@THEME_NAME@:' index.theme
-
-MAINTAINERCLEANFILES			= Makefile.in
-
-CLEANFILES				= gtkrc				\
-					  gtkrc.maemo_af_desktop	\
-					  theme.xml			\
-					  index.theme			
-
-

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/data/Makefile.am (from rev 10243, projects/haf/trunk/hildon-theme-test/data/Makefile.am)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-theme-test/debian/changelog	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/changelog	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1,6 +0,0 @@
-hildon-theme-test (4.2.0-1) unstable; urgency=low
-
-  * New.
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Fri, 21 Feb 2007 17:00:00 +0300
-

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/changelog (from rev 10240, projects/haf/trunk/hildon-theme-test/debian/changelog)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/control
===================================================================
--- projects/haf/trunk/hildon-theme-test/debian/control	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/control	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1,11 +0,0 @@
-Source: hildon-theme-test
-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
-Standards-Version: 3.6.0
-
-Package: hildon-theme-test
-Architecture: all
-Depends: gtk2-engines-sapwood, hildon-theme-cacher
-Description: A hildon test theme. 

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/control (from rev 10240, projects/haf/trunk/hildon-theme-test/debian/control)

Deleted: projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/files
===================================================================
--- projects/haf/trunk/hildon-theme-test/debian/files	2007-02-28 08:18:43 UTC (rev 10239)
+++ projects/haf/tags/hildon-theme-plankton/3.1.2-1/debian/files	2007-03-01 10:25:08 UTC (rev 10273)
@@ -1 +0,0 @@
-hildon-theme-test_4.2.0-1_all.deb user/themes optional

Copied: projects/haf/tags/hildon-theme-plankton/3.1.2-1/wallpaper (from rev 10271, projects/haf/trunk/hildon-theme-test/wallpaper)


More information about the maemo-commits mailing list