[oe-commits] Angus Ainslie : paroli: add serenity theme

git version control git at git.openembedded.org
Wed May 27 21:18:05 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 1b08c557d06ba8c2fc742f844ff0dc258e1a007c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b08c557d06ba8c2fc742f844ff0dc258e1a007c

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed May 27 15:26:24 2009 -0600

paroli: add serenity theme

---

 recipes/openmoko-projects/paroli_git.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index dd1ce70..d680ed8 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Paroli"
 SECTION = "x11"
 LICENSE = "GPL"
 PV = "0.2.1+gitr${SRCREV}"
-PR = "r22"
+PR = "r23"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -38,12 +38,11 @@ do_install_append() {
        	# install paroli theme
        	install -d ${D}${E_CONFIG_DIR}/themes
        	install ${S}/data/e-config/paroli.edj ${D}${E_CONFIG_DIR}/themes/
+       	install ${S}/data/e-config/serenity.edj ${D}${E_CONFIG_DIR}/themes/
        	install -d ${D}${E_CONFIG_DIR}/config/paroli
        	install ${S}/data/e-config/paroli/* ${D}${E_CONFIG_DIR}/config/paroli/
-       	install -d ${D}${E_CONFIG_DIR}/config/paroli-illume
-       	install ${S}/data/e-config/paroli-illume/* ${D}${E_CONFIG_DIR}/config/paroli-illume/
-       	#install -d ${D}${E_CONFIG_DIR}/themes
-	#install ${S}/data/illume.edj ${D}${E_CONFIG_DIR}/themes
+       	install -d ${D}${E_CONFIG_DIR}/config/paroli-serenity
+       	install ${S}/data/e-config/paroli-serenity/* ${D}${E_CONFIG_DIR}/config/paroli-serenity/
 	install -d ${D}${datadir}/elementary/themes
 	install ${S}/data/paroli.edj ${D}${datadir}/elementary/themes
 





More information about the Openembedded-commits mailing list