[oe-commits] org.oe.dev illume-theme-freesmartphone: Build theme from source.

stefan commit oe at amethyst.openembedded.net
Mon Sep 1 18:00:30 UTC 2008


illume-theme-freesmartphone: Build theme from source.

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: bfc7cf00ad3b7b17b8c438b23a1b5de36ceef986
ViewMTN: http://monotone.openembedded.org/revision/info/bfc7cf00ad3b7b17b8c438b23a1b5de36ceef986
Files:
1
packages/freesmartphone/illume-theme-freesmartphone_git.bb
Diffs:

#
# mt diff -rd891a2d59c9d87292f88ce7bafc7f3c580d617b6 -rbfc7cf00ad3b7b17b8c438b23a1b5de36ceef986
#
#
#
# patch "packages/freesmartphone/illume-theme-freesmartphone_git.bb"
#  from [74dd3d5b16c2639392c7ef886407ef20da006d74]
#    to [7d8251f9fa4e5a7357094ef5e02174512e643850]
#
============================================================
--- packages/freesmartphone/illume-theme-freesmartphone_git.bb	74dd3d5b16c2639392c7ef886407ef20da006d74
+++ packages/freesmartphone/illume-theme-freesmartphone_git.bb	7d8251f9fa4e5a7357094ef5e02174512e643850
@@ -2,11 +2,16 @@ PV = "0.0+gitr${SRCREV}"
 HOMEPAGE = "http://illume.projects.openmoko.org/"
 LICENSE = "MIT/BSD"
 PV = "0.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master"
 S = "${WORKDIR}/git/illume"
 
+do_compile() {
+   cd illume && ./build.sh && cd ..
+   cd illume_init && ./build.sh && cd ..
+}
+
 do_install() {
     install -d ${D}${sysconfdir}/enlightenment
     install -d ${D}${datadir}/enlightenment/data/themes/
@@ -15,8 +20,8 @@ do_install() {
     # Make illume the default profile
     echo 'E_PROFILE="-profile illume"' > ${D}${sysconfdir}/enlightenment/default_profile
 
-    install -m 0644 ${S}/illume.edj ${D}${datadir}/enlightenment/data/themes/
-    install -m 0644 ${S}/illume_init.edj ${D}${datadir}/enlightenment/data/init/
+    install -m 0644 ${S}/illume/illume.edj ${D}${datadir}/enlightenment/data/themes/
+    install -m 0644 ${S}/illume_init/illume_init.edj ${D}${datadir}/enlightenment/data/init/
 }
 
 RPROVIDES_${PN} = "illume-theme"






More information about the Openembedded-commits mailing list