aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorTom <tom@stosb.com>2010-02-27 01:15:14 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-27 04:09:36 +0100
commit41ee11cbb62112ab842746c201448e80b321f70f (patch)
tree75999adbf751c57c12d9ca904dbfbc293de06f24 /recipes/shr
parent88533b9e34074df974c5193ab2f6c61592f5cd57 (diff)
downloadopenembedded-41ee11cbb62112ab842746c201448e80b321f70f.tar.gz
e-wm-config-illume2-shr: add recipe with illume2 config for shr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/e-wm-config-illume2-shr_git.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
new file mode 100644
index 0000000000..7f755c9902
--- /dev/null
+++ b/recipes/shr/e-wm-config-illume2-shr_git.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "illume2 SHR config"
+SECTION = "e/utils"
+DEPENDS = "eet"
+LICENSE = "MIT BSD"
+SRCREV = "868999443054da51b198860459b92734a3b16d42"
+PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}"
+PR = "r7"
+
+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/illume2-shr"
+
+RRECOMMENDS_${PN} = "\
+ e-wm-sysactions-shr \
+ e-wm-menu-shr \
+ illume-keyboard-default-alpha \
+ illume-keyboard-default-numeric \
+ illume-keyboard-default-terminal \
+"
+