[oe-commits] Tom : e-wm-config-illume2-shr: add recipe with illume2 config for shr

git version control git at git.openembedded.org
Sat Feb 27 03:11:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41ee11cbb62112ab842746c201448e80b321f70f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41ee11cbb62112ab842746c201448e80b321f70f

Author: Tom <tom at stosb.com>
Date:   Sat Feb 27 01:15:14 2010 +0000

e-wm-config-illume2-shr: add recipe with illume2 config for shr

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/shr-autorev.inc        |    1 +
 recipes/shr/e-wm-config-illume2-shr_git.bb |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 93677d0..6ae3e22 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -3,6 +3,7 @@ SRCREV_pn-frameworkd-config-shr = "${AUTOREV}"
 SRCREV_pn-frameworkd-config-shr_FSO_REV = "${AUTOREV}"
 SRCREV_pn-frameworkd-config-shr_SHR_REV = "${AUTOREV}"
 
+SRCREV_pn-e-wm-config-illume2-shr = "${AUTOREV}"
 SRCREV_pn-alsa-scenarii-shr = "${AUTOREV}"
 SRCREV_pn-shr-settings = "${AUTOREV}"
 SRCREV_pn-shr-specs = "${AUTOREV}"
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 0000000..7f755c9
--- /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 \
+"
+





More information about the Openembedded-commits mailing list