[oe] [PATCH 3/3] illume-keyboard-default: new recipe for default illume keyboards as e-wm does not install them anymore (via a patch to the makefile), we can put them in extra packages.

mok at mnet-online.de mok at mnet-online.de
Fri Nov 20 22:21:35 UTC 2009


From: Klaus Kurzmann <mok at fluxnetz.de>

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>
---
 conf/distro/include/sane-srcrevs.inc       |    3 ++
 recipes/e17/illume-keyboard-default_svn.bb |   43 ++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)
 create mode 100644 recipes/e17/illume-keyboard-default_svn.bb

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index f8e06ea..52c808f 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -412,6 +412,9 @@ SRCREV_pn-illume ?= "${EFL_SRCREV}"
 SRCREV_pn-illume-theme-illume ?= "${EFL_SRCREV}"
 SRCREV_pn-waker ?= "${EFL_SRCREV}"
 
+#illume default keyboards
+SRCREV_pn-illume-keyboard-default ?= "${EFL_SRCREV}"
+
 #exalt
 SRCREV_pn-exalt ?= "${EFL_SRCREV}"
 SRCREV_pn-exalt-client ?= "${EFL_SRCREV}"
diff --git a/recipes/e17/illume-keyboard-default_svn.bb b/recipes/e17/illume-keyboard-default_svn.bb
new file mode 100644
index 0000000..90b09b2
--- /dev/null
+++ b/recipes/e17/illume-keyboard-default_svn.bb
@@ -0,0 +1,43 @@
+DESCRIPTION = "The illume default keyboards"
+SECTION = "x11/data"
+SRCNAME = "e"
+PV = "0.16.999.060+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
+S = "${WORKDIR}/${SRCNAME}"
+
+PACKAGE_ARCH = "all"
+
+BASEDIR = "modules/illume/keyboards"
+INSTFILES = "\
+Default.kbd \
+alpha.png \
+Numbers.kbd \
+numeric.png \
+Terminal.kbd \
+qwerty.png \
+"
+
+PACKAGES = "${PN}-alpha ${PN}-numeric ${PN}-terminal"
+
+FILES_${PN}-alpha = "\
+${libdir}/enlightenment/modules/illume/keyboards/Default.kbd \
+${libdir}/enlightenment/modules/illume/keyboards/alpha.png \
+"
+FILES_${PN}-numeric = "\
+${libdir}/enlightenment/modules/illume/keyboards/Numeric.kbd \
+${libdir}/enlightenment/modules/illume/keyboards/numeric.png \
+"
+FILES_${PN}-terminal = "\
+${libdir}/enlightenment/modules/illume/keyboards/Terminal.kbd \
+${libdir}/enlightenment/modules/illume/keyboards/qwerty.png \
+"
+
+do_install() {
+	install -d ${D}${libdir}/enlightenment/modules/illume/keyboards
+	for f in ${INSTFILES}; do
+		install -m 0644 ${S}/${BASEDIR}/${f} ${D}${libdir}/enlightenment/modules/illume/keyboards/
+	done
+}
+
-- 
1.6.5.2





More information about the Openembedded-devel mailing list