summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
commit7d995c58b1f3c34874110f6040021fd83d618732 (patch)
tree21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
parent1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff)
downloadmeta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/e17/exquisite-theme-illume.bb')
-rw-r--r--meta-efl/recipes-efl/e17/exquisite-theme-illume.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
new file mode 100644
index 0000000000..c12405b81b
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
@@ -0,0 +1,34 @@
1DDESCRIPTION = "A theme for exquisite"
2LICENSE = "MIT/BSD"
3SECTION = "x11"
4DEPENDS = "edje-native"
5PV = "1.0+svnr${SRCPV}"
6PR = "r6"
7SRCREV = "${EFL_SRCREV_1.0.0}"
8
9inherit e-base update-alternatives
10
11ALTERNATIVE_NAME = "exquisite-config"
12ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config"
13ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-illume"
14ALTERNATIVE_PRIORITY = "10"
15
16SRCNAME = "b_and_w"
17
18SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
19S = "${WORKDIR}/${SRCNAME}"
20
21do_compile() {
22 ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj
23}
24
25do_install() {
26 install -d ${D}${sysconfdir}/exquisite
27 install -d ${D}${datadir}/exquisite/data/themes
28 install -m 0644 ${S}/illume.edj ${D}${datadir}/exquisite/data/themes/
29 echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume
30}
31
32PACKAGE_ARCH = "all"
33CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume"
34FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes"