[maemo-commits] [maemo-commits] r17368 - in projects/haf/tags/theme-config: . 0.7 0.7/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 6 14:34:39 EET 2009
- Previous message: [maemo-commits] r17367 - projects/haf/tags
- Next message: [maemo-commits] r17369 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-02-06 14:34:38 +0200 (Fri, 06 Feb 2009) New Revision: 17368 Added: projects/haf/tags/theme-config/0.7/ projects/haf/tags/theme-config/0.7/debian/ projects/haf/tags/theme-config/0.7/debian/changelog projects/haf/tags/theme-config/0.7/debian/control projects/haf/tags/theme-config/0.7/debian/copyright projects/haf/tags/theme-config/0.7/debian/rules projects/haf/tags/theme-config/0.7/debian/theme-config.postinst Log: import the latest tag Added: projects/haf/tags/theme-config/0.7/debian/changelog =================================================================== --- projects/haf/tags/theme-config/0.7/debian/changelog 2009-02-06 12:32:55 UTC (rev 17367) +++ projects/haf/tags/theme-config/0.7/debian/changelog 2009-02-06 12:34:38 UTC (rev 17368) @@ -0,0 +1,42 @@ +theme-config (0.7) unstable; urgency=low + + * Link to /usr/share/themes/default instead of /usr/share/themes/$THEME. + + -- Daniel Borgmann <danielb at openismus.com> Tue, 22 Jan 2009 10:07:00 +0200 + +theme-config (0.6) unstable; urgency=low + + * Create /etc/hildon/theme if it does not exist yet. + + -- Daniel Borgmann <danielb at openismus.com> Tue, 21 Jan 2009 16:30:00 +0200 + +theme-config (0.5) unstable; urgency=low + + * Remove dependency on ttf-bitstream-vera. + + -- Daniel Borgmann <danielb at openismus.com> Tue, 13 Jan 2009 17:11:00 +0200 + +theme-config (0.4) unstable; urgency=low + + * Remove code related to the unused /usr/share/backgrounds directory. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Wed, 17 Dec 2008 17:33:34 +0200 + +theme-config (0.3) unstable; urgency=low + + * Selected 'devel' theme for Fremantle. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Thu, 7 Aug 2008 14:15:32 +0300 + +theme-config (0.2) unstable; urgency=low + + * Added true type font dependency temporarily. + + -- Lauri Jakku <ext-lauri.jakku at nokia.com> Fri, 13 Jun 2008 14:36:00 +0200 + +theme-config (0.1) unstable; urgency=low + + * First release of the package that will configure theme + + -- Natalia Dobrovolskaya <natalia.dobrovolskaya at nokia.com> Thu, 5 Jun 2008 12:27:00 +0200 + Added: projects/haf/tags/theme-config/0.7/debian/control =================================================================== --- projects/haf/tags/theme-config/0.7/debian/control 2009-02-06 12:32:55 UTC (rev 17367) +++ projects/haf/tags/theme-config/0.7/debian/control 2009-02-06 12:34:38 UTC (rev 17368) @@ -0,0 +1,13 @@ +Source: theme-config +Section: base +Priority: optional +Maintainer: Natalia Dobrovolskaya <natalia.dobrovolskaya at nokia.com> +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: theme-config +Architecture: all +Depends: hildon-theme-devel +Description: Package for defining the default theme + + Added: projects/haf/tags/theme-config/0.7/debian/copyright =================================================================== --- projects/haf/tags/theme-config/0.7/debian/copyright 2009-02-06 12:32:55 UTC (rev 17367) +++ projects/haf/tags/theme-config/0.7/debian/copyright 2009-02-06 12:34:38 UTC (rev 17368) @@ -0,0 +1,2 @@ + +Copyright (C) 2004-2008 Nokia Corporation. All rights reserved. Added: projects/haf/tags/theme-config/0.7/debian/rules =================================================================== --- projects/haf/tags/theme-config/0.7/debian/rules 2009-02-06 12:32:55 UTC (rev 17367) +++ projects/haf/tags/theme-config/0.7/debian/rules 2009-02-06 12:34:38 UTC (rev 17368) @@ -0,0 +1,49 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add here commands to clean up after the build process. + rm -f build-stamp install-stamp + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + touch install-stamp + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install Property changes on: projects/haf/tags/theme-config/0.7/debian/rules ___________________________________________________________________ Name: svn:executable + Added: projects/haf/tags/theme-config/0.7/debian/theme-config.postinst =================================================================== --- projects/haf/tags/theme-config/0.7/debian/theme-config.postinst 2009-02-06 12:32:55 UTC (rev 17367) +++ projects/haf/tags/theme-config/0.7/debian/theme-config.postinst 2009-02-06 12:34:38 UTC (rev 17368) @@ -0,0 +1,31 @@ +#!/bin/sh -e + +THEME='devel' + +# We try to support upgrade path from older dists +# First check if there is an existing old-default directory +# and try moving it around a bit +if [[ -d '/usr/share/themes/default' && ! -h '/usr/share/themes/default' ]]; then + echo "Moving 'default' theme to 'theme0'..." + mv "/usr/share/themes/default" "/usr/share/themes/theme0" +fi + +# Remove the existing symlink if it exists +if [ -h '/usr/share/themes/default' ]; then + echo "Removing existing 'default' theme symlink" + rm -f '/usr/share/themes/default' +fi + +# Create a symlink to default theme +echo "Creating a theme symlink 'default' => '$THEME' in /usr/share/themes" +ln -s "/usr/share/themes/$THEME" '/usr/share/themes/default' + +# If the user setting does not exist, also create a symlink in /etc +if [ ! -h '/etc/hildon/theme' ]; then + echo "Creating symlink '/etc/hildon/theme' => '/usr/share/themes/default'" + if [ ! -d '/etc/hildon' ]; then + mkdir '/etc/hildon' + fi + ln -s "/usr/share/themes/default" '/etc/hildon/theme' +fi +exit 0
- Previous message: [maemo-commits] r17367 - projects/haf/tags
- Next message: [maemo-commits] r17369 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]