diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/exquisite-theme-illume.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb deleted file mode 100644 index c9063bc44..000000000 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | DDESCRIPTION = "A theme for exquisite" | ||
2 | LICENSE = "MIT & BSD" | ||
3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
4 | SECTION = "x11" | ||
5 | DEPENDS = "edje-native" | ||
6 | PV = "1.0+svnr${SRCPV}" | ||
7 | SRCREV = "${EFL_SRCREV}" | ||
8 | |||
9 | inherit e-base update-alternatives allarch | ||
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};protocol=http \ | ||
19 | file://LICENSE \ | ||
20 | " | ||
21 | S = "${WORKDIR}/${SRCNAME}" | ||
22 | |||
23 | do_compile() { | ||
24 | ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj | ||
25 | } | ||
26 | |||
27 | do_install() { | ||
28 | install -d ${D}${sysconfdir}/exquisite | ||
29 | install -d ${D}${datadir}/exquisite/data/themes | ||
30 | install -m 0644 ${S}/illume.edj ${D}${datadir}/exquisite/data/themes/ | ||
31 | echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume | ||
32 | } | ||
33 | |||
34 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" | ||
35 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" | ||
36 | |||
37 | PNBLACKLIST[exquisite-theme-illume] ?= "Depends on blacklisted edje-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
38 | |||
39 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
40 | |||
41 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||