[oe-commits] Angus Ainslie : paroli: fix-up shipped theme

GIT User account git at amethyst.openembedded.net
Fri Apr 24 19:53:55 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri Apr 24 13:50:33 2009 -0600

paroli: fix-up shipped theme

---

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

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index d371efe..9d41a64 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 = "r11"
+PR = "r12"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -30,9 +30,10 @@ do_install_append() {
        	#install ${S}/data/module.illume.cfg ${D}${E_CONFIG_DIR}/config/illume/
        	#install ${S}/data/e.cfg ${D}${E_CONFIG_DIR}/config/illume/
        	install -d ${D}${E_CONFIG_DIR}/config/paroli
+       	install ${S}/data/e-config/paroli.edj ${D}${E_CONFIG_DIR}/config/
        	install ${S}/data/e-config/paroli/* ${D}${E_CONFIG_DIR}/config/paroli/
        	install -d ${D}${E_CONFIG_DIR}/themes
-	install ${S}/data/illume.edj ${D}${E_CONFIG_DIR}/themes
+	#install ${S}/data/illume.edj ${D}${E_CONFIG_DIR}/themes
 	install -d ${D}${datadir}/elementary/themes
 	install ${S}/data/default.edj ${D}${datadir}/elementary/themes
     	install -d ${D}/etc/enlightenment/





More information about the Openembedded-commits mailing list