[oe-commits] Angus Ainslie : paroli: ship paroli.png icon

GIT User account git at amethyst.openembedded.net
Sat Apr 25 20:32:41 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sat Apr 25 14:29:01 2009 -0600

paroli: ship paroli.png icon

---

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

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 9d41a64..31ae3ac 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 = "r12"
+PR = "r13"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -26,9 +26,6 @@ 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/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/
@@ -39,6 +36,9 @@ do_install_append() {
     	install -d ${D}/etc/enlightenment/
 	echo 'E_PROFILE="-profile illume"' > ${D}${sysconfdir}/enlightenment/default_profile
 
+    	install -d ${D}${datadir}/pixmaps	
+	install ${S}/data/paroli.png ${D}${datadir}/pixmaps
+
        	# install autostart
     	install -d ${D}${E_CONFIG_DIR}/applications/all
 	cp ${D}/usr/share/applications/paroli.desktop ${D}${E_CONFIG_DIR}/applications/all
@@ -105,7 +105,8 @@ FILES_${PN} += " \
 	${datadir}/bin \
 	${datadir}/applications \
 	${datadir}/elementary \
-	${datadir}/paroli \	    
+	${datadir}/paroli \
+	${datadir}/pixmaps \
 	"
 
 FILES_${PN}-theme = " \





More information about the Openembedded-commits mailing list