diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
| commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
| tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |
| parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 1 | DDESCRIPTION = "A theme for exquisite" | ||
| 2 | LICENSE = "MIT/BSD" | ||
| 3 | SECTION = "x11" | ||
| 4 | DEPENDS = "edje-native" | ||
| 5 | PV = "1.0+svnr${SRCPV}" | ||
| 6 | PR = "r6" | ||
| 7 | SRCREV = "${EFL_SRCREV_1.0.0}" | ||
| 8 | |||
| 9 | inherit e-base update-alternatives | ||
| 10 | |||
| 11 | ALTERNATIVE_NAME = "exquisite-config" | ||
| 12 | ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" | ||
| 13 | ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-illume" | ||
| 14 | ALTERNATIVE_PRIORITY = "10" | ||
| 15 | |||
| 16 | SRCNAME = "b_and_w" | ||
| 17 | |||
| 18 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http" | ||
| 19 | S = "${WORKDIR}/${SRCNAME}" | ||
| 20 | |||
| 21 | do_compile() { | ||
| 22 | ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj | ||
| 23 | } | ||
| 24 | |||
| 25 | do_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 | |||
| 32 | PACKAGE_ARCH = "all" | ||
| 33 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" | ||
| 34 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" | ||
