[oe-commits] Denis 'GNUtoo' Carikli : xkeyboard-config: add 1.8 version

git version control git at git.openembedded.org
Mon Sep 13 18:10:22 UTC 2010


Module: openembedded.git
Branch: testing
Commit: 3aad2d9e2fa7076d207f682945764622accfe883
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3aad2d9e2fa7076d207f682945764622accfe883

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Sep  6 12:22:04 2010 +0200

xkeyboard-config: add 1.8 version

This version supports the nokia900 machine.

---

 recipes/xkeyboard-config/xkeyboard-config_1.8.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/xkeyboard-config/xkeyboard-config_1.8.bb b/recipes/xkeyboard-config/xkeyboard-config_1.8.bb
new file mode 100644
index 0000000..fbf4f1d
--- /dev/null
+++ b/recipes/xkeyboard-config/xkeyboard-config_1.8.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Common X11 Keyboard layouts"
+LICENSE = "MIT"
+DEPENDS = "intltool xkbcomp-native"
+RDEPENDS_${PN} = "xkbcomp"
+PR = "r0"
+
+SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2 \
+           file://abnt2-fixes.patch"
+
+inherit autotools
+
+do_install_append () {
+    install -d ${D}/usr/share/X11/xkb/compiled
+    cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
+}
+
+FILES_${PN} += "${datadir}/X11/xkb"
+
+SRC_URI[md5sum] = "37ae41628cd2ce35d202d30b1820c8ba"
+SRC_URI[sha256sum] = "7dc3e6ca00adb105f46e40f8382e83d50b3fcd626bc8654293dae8b1e80506ce"





More information about the Openembedded-commits mailing list