[oe-commits] Michael 'Mickey' Lauer : add illume-theme-illume (from raster)

GIT User account git at amethyst.openembedded.net
Thu Oct 16 12:27:07 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 772e59441bb0a133b9412eb9deacf817a6eb1b8c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=772e59441bb0a133b9412eb9deacf817a6eb1b8c

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 15 21:23:29 2008 +0200

add illume-theme-illume (from raster)

---

 packages/e17/illume-theme-illume_svn.bb |   33 +++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/packages/e17/illume-theme-illume_svn.bb b/packages/e17/illume-theme-illume_svn.bb
new file mode 100644
index 0000000..eb313e0
--- /dev/null
+++ b/packages/e17/illume-theme-illume_svn.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Illume theme for Illume E module"
+HOMEPAGE = "http://www.enlightenment.org/"
+LICENSE = "MIT/BSD"
+DEPENDS = "edje-native eet-native"
+PV = "0.0+${PR}-svnr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=THEMES/b_and_w;proto=http"
+S = "${WORKDIR}/THEMES/b_and_w"
+
+do_compile() {
+   edje_cc illume.edc
+   edje_cc illume_init.edc
+}
+
+do_install() {
+    install -d ${D}${sysconfdir}/enlightenment
+    install -d ${D}${datadir}/enlightenment/data/themes/
+    install -d ${D}${datadir}/enlightenment/data/init/
+
+    # FIXME: hack. should modify profile.cfg and nto use enlightenment_start.oe
+    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/
+}
+
+RPROVIDES_${PN} = "illume-theme"
+CONFFILES_${PN} = "${sysconfdir}/enlightenment/default_profile"
+FILES_${PN} = "${sysconfdir}/enlightenment ${datadir}/enlightenment"
+
+PACKAGE_ARCH_${PN} = "all"
+





More information about the Openembedded-commits mailing list