diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb deleted file mode 100644 index 783d123047..0000000000 --- a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | DESCRIPTION = "efenniht elementary theme - Efenniht was devised to be clean \ | ||
| 2 | and neutral. Its name (which means equinox) comes from the chromatic duality \ | ||
| 3 | that was decided at the very beginning, with a dark theme (black and orange) \ | ||
| 4 | and a bright one (white and blue) to be developed so that more people feel \ | ||
| 5 | comfortable using it. Efenniht uses few animations, discrete contrasts between \ | ||
| 6 | shades of gray and fine lines (colored) that outline the selected elements." | ||
| 7 | SECTION = "e/utils" | ||
| 8 | HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht" | ||
| 9 | DEPENDS = "edje-native" | ||
| 10 | RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht" | ||
| 11 | LICENSE = "MIT & BSD" | ||
| 12 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 13 | |||
| 14 | SRCREV_THM_REV ?= "${EFL_SRCREV}" | ||
| 15 | SRCREV_ELM_REV ?= "${EFL_SRCREV}" | ||
| 16 | |||
| 17 | SRCREV_FORMAT = "THM_REV" | ||
| 18 | PV = "0.0+svnr${SRCPV}" | ||
| 19 | PR = "r1" | ||
| 20 | |||
| 21 | inherit e-base allarch | ||
| 22 | |||
| 23 | SRCNAME = "efenniht" | ||
| 24 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http;name=THM_REV" | ||
| 25 | SRC_URI += "${E_SVN}/trunk/elementary/data;module=themes;protocol=http;name=ELM_REV" | ||
| 26 | SRC_URI += "file://LICENSE" | ||
| 27 | S = "${WORKDIR}/${SRCNAME}" | ||
| 28 | |||
| 29 | do_compile() { | ||
| 30 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/images ${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj | ||
| 31 | } | ||
| 32 | |||
| 33 | do_install() { | ||
| 34 | install -d ${D}${datadir}/elementary/themes/ | ||
| 35 | install -m 0644 ${S}/elm-efenniht.edj ${D}${datadir}/elementary/themes/ | ||
| 36 | } | ||
| 37 | |||
| 38 | FILES_${PN} = "${datadir}/elementary/themes/" | ||
| 39 | |||
| 40 | PNBLACKLIST[elementary-theme-efenniht] ?= "Depends on blacklisted edje-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 41 | |||
| 42 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 43 | |||
| 44 | PNBLACKLIST[elementary-theme-efenniht] ?= "Runtime depends on blacklisted elementary-theme-efenniht-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
