[oe-commits] Angus Ainslie : paroli : add the enlightenment paroli theme

GIT User account git at amethyst.openembedded.net
Tue Apr 21 04:39:44 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Apr 20 22:34:47 2009 -0600

paroli : add the enlightenment paroli theme

---

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

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 66a09ad..d371efe 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -26,9 +26,11 @@ E_CONFIG_DIR="/usr/share/enlightenment/data"
 
 do_install_append() {
        	# install paroli theme
-       	install -d ${D}${E_CONFIG_DIR}/config/illume/
-       	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/illume/
+       	#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/* ${D}${E_CONFIG_DIR}/config/paroli/
        	install -d ${D}${E_CONFIG_DIR}/themes
 	install ${S}/data/illume.edj ${D}${E_CONFIG_DIR}/themes
 	install -d ${D}${datadir}/elementary/themes





More information about the Openembedded-commits mailing list