add illume-theme-illume (from raster)
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 15 Oct 2008 19:23:29 +0000 (21:23 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 16 Oct 2008 12:26:17 +0000 (14:26 +0200)
packages/e17/illume-theme-illume_svn.bb [new file with mode: 0644]

diff --git a/packages/e17/illume-theme-illume_svn.bb b/packages/e17/illume-theme-illume_svn.bb
new file mode 100644 (file)
index 0000000..eb313e0
--- /dev/null
@@ -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"
+