aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 06:41:54 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:18:18 +0000
commit073ce61b44c65833a87868236fe8c84ad5d7b1bf (patch)
treee3a706fec299bc9deb8deebd75afa4c309088a6f /recipes/shr
parent496eca2ff8defab926289e0d74fddf511b02bb5e (diff)
downloadopenembedded-073ce61b44c65833a87868236fe8c84ad5d7b1bf.tar.gz
e-wm-config-illume-shr: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/e-wm-config-illume-shr_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/shr/e-wm-config-illume-shr_git.bb b/recipes/shr/e-wm-config-illume-shr_git.bb
new file mode 100644
index 0000000000..64bd23fe90
--- /dev/null
+++ b/recipes/shr/e-wm-config-illume-shr_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "illume SHR config"
+SECTION = "e/utils"
+DEPENDS = "eet"
+LICENSE = "MIT BSD"
+PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}"
+PR = "r6"
+
+inherit e
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+EXTRA_OECONF = "\
+ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+"
+
+FILES_${PN} = "${datadir}/enlightenment/data/config/illume-shr"
+
+RRECOMMENDS_${PN} = "e-wm-theme-illume-shr e-wm-sysactions-shr e-wm-menu-shr"
+