[oe-commits] Thomas Zimmermann : Correcting theme path within neon

git version control git at git.openembedded.org
Sat Aug 29 06:39:23 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 1e8b362d3e0363497f24b957ce64bec30deb3efb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e8b362d3e0363497f24b957ce64bec30deb3efb

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Aug 27 22:47:34 2009 +0000

Correcting theme path within neon

---

 recipes/openmoko-3rdparty/om-neon_svn.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/openmoko-3rdparty/om-neon_svn.bb b/recipes/openmoko-3rdparty/om-neon_svn.bb
index eede2e9..48aa0ab 100644
--- a/recipes/openmoko-3rdparty/om-neon_svn.bb
+++ b/recipes/openmoko-3rdparty/om-neon_svn.bb
@@ -8,7 +8,7 @@ DEPENDS = "edje-native python-native"
 
 SRCREV = ${AUTOREV}
 PV = "1.0.0+svn${SRCREV}"
-PR = "r0"
+PR = "r2"
 
 S = "${WORKDIR}/trunk"
 
@@ -19,10 +19,12 @@ SRC_URI = "svn://svn.projects.openmoko.org/svnroot/neon;module=trunk"
 
 inherit distutils
 
-FILES_${PN} += "${datadir}/${PN} ${datadir}/applications/neon.desktop ${datadir}/pixmaps"
+FILES_${PN} += "${datadir}/neon ${datadir}/applications/neon.desktop ${datadir}/pixmaps"
 
 RDEPENDS += "python-textutils python-evas python-ecore python-edje"
 
 do_compile_prepend() {
-	sed -i "s/\/opt\/bin\/edje_cc -v/${@"${STAGING_BINDIR_NATIVE}".replace('/', '\/')}\/edje_cc/g" ${S}/build_edje.py 
+	sed -i "s/\/opt\/bin\/edje_cc -v/${@"${STAGING_BINDIR_NATIVE}".replace('/', '\/')}\/edje_cc/g" ${S}/build_edje.py
+	sed -i "s/#THEMES_DIR = '\/usr\/share\/neon\/themes'/THEMES_DIR = '\/usr\/share\/neon\/themes'/g" ${S}/neon/neon.py
+	sed -i "s/THEMES_DIR = '..\/data\/themes'/#THEMES_DIR = '..\/data\/themes'/g" ${S}/neon/neon.py
 }





More information about the Openembedded-commits mailing list