[oe-commits] org.oe.dev illume-theme-fso: Add config elements to make FSO a complete profile which can be switched

stefan commit oe at amethyst.openembedded.net
Mon Sep 1 18:11:28 UTC 2008


illume-theme-fso: Add config elements to make FSO a complete profile which can be switched

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

#
# mt diff -r42a96a2ab17bf3086ec98148ed51297e0554768d -re0b2ecc68e3384528a9d4b3a43baab11fedc8ba3
#
#
#
# patch "packages/freesmartphone/illume-theme-freesmartphone_git.bb"
#  from [7d8251f9fa4e5a7357094ef5e02174512e643850]
#    to [4e2384d985f0f4aed6d613bd4e69a5509bd23665]
#
============================================================
--- packages/freesmartphone/illume-theme-freesmartphone_git.bb	7d8251f9fa4e5a7357094ef5e02174512e643850
+++ packages/freesmartphone/illume-theme-freesmartphone_git.bb	4e2384d985f0f4aed6d613bd4e69a5509bd23665
@@ -1,8 +1,9 @@ LICENSE = "MIT/BSD"
 DESCRIPTION = "Illume theme for the freesmartphone.org project"
 HOMEPAGE = "http://illume.projects.openmoko.org/"
 LICENSE = "MIT/BSD"
+DEPENDS = "edje-native eet-native"
 PV = "0.0+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master"
 S = "${WORKDIR}/git/illume"
@@ -10,18 +11,27 @@ do_compile() {
 do_compile() {
    cd illume && ./build.sh && cd ..
    cd illume_init && ./build.sh && cd ..
+   cd illume-config
+   eet -e e.cfg config e.src 1
+   eet -e module.battery.cfg config module.battery.src 1
+   eet -e module.illume.cfg config module.illume.src 1
 }
 
 do_install() {
     install -d ${D}${sysconfdir}/enlightenment
     install -d ${D}${datadir}/enlightenment/data/themes/
     install -d ${D}${datadir}/enlightenment/data/init/
+    install -d ${D}${datadir}/enlightenment/data/config/fso/
 
-    # Make illume the default profile
-    echo 'E_PROFILE="-profile illume"' > ${D}${sysconfdir}/enlightenment/default_profile
+    # Make fso the default profile
+    echo 'E_PROFILE="-profile fso"' > ${D}${sysconfdir}/enlightenment/default_profile
 
-    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/
+    install -m 0644 ${S}/illume/fso.edj ${D}${datadir}/enlightenment/data/themes/
+    install -m 0644 ${S}/illume_init/fso_init.edj ${D}${datadir}/enlightenment/data/init/
+    
+    install -m 0644 ${S}/illume-config/e.cfg ${D}${datadir}/enlightenment/data/config/fso/
+    install -m 0644 ${S}/illume-config/module.battery.cfg ${D}${datadir}/enlightenment/data/config/fso/
+    install -m 0644 ${S}/illume-config/module.illume.cfg ${D}${datadir}/enlightenment/data/config/fso/
 }
 
 RPROVIDES_${PN} = "illume-theme"






More information about the Openembedded-commits mailing list