[oe-commits] Klaus Kurzmann : illume-keyboard-default: new recipe for default illume keyboards

git version control git at git.openembedded.org
Sun Dec 6 10:56:15 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 257c112048cd897de492fffd1f9c38840e07ab0b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=257c112048cd897de492fffd1f9c38840e07ab0b

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Dec  5 20:15:10 2009 +0100

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

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(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 94fe834..ac8be08 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -406,6 +406,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..8b8dbd4
--- /dev/null
+++ b/recipes/e17/illume-keyboard-default_svn.bb
@@ -0,0 +1,43 @@
+DESCRIPTION = "The illume default keyboards"
+SECTION = "x11/data"
+SRCNAME = "e/src/modules/illume/keyboards"
+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"
+
+INSTPATH = "/enlightenment/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}${INSTPATH}/Default.kbd \
+  ${libdir}${INSTPATH}/alpha.png \
+"
+FILES_${PN}-numeric = "\
+  ${libdir}${INSTPATH}/Numeric.kbd \
+  ${libdir}${INSTPATH}/numeric.png \
+"
+FILES_${PN}-terminal = "\
+  ${libdir}${INSTPATH}/Terminal.kbd \
+  ${libdir}${INSTPATH}/qwerty.png \
+"
+
+do_install() {
+	install -d ${D}${libdir}${INSTPATH}
+	for f in ${INSTFILES}; do
+		install -m 0644 ${S}/${f} ${D}${libdir}${INSTPATH}
+	done
+}
+





More information about the Openembedded-commits mailing list