diff mbox

[xorg,4/7] xkeyboard-config recipe.

Message ID 1407414726-1710-4-git-send-email-dore@madsdore.dk
State New
Delegated to: Jacob Kjaergaard
Headers show

Commit Message

Mads Doré Hansen Aug. 7, 2014, 12:32 p.m. UTC
---
 recipes/xorg-lib/xkeyboard-config_2.11.99.oe     | 29 ++++++++++++++++++++++++
 recipes/xorg-lib/xkeyboard-config_2.11.99.oe.sig |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 recipes/xorg-lib/xkeyboard-config_2.11.99.oe
 create mode 100644 recipes/xorg-lib/xkeyboard-config_2.11.99.oe.sig
diff mbox

Patch

diff --git a/recipes/xorg-lib/xkeyboard-config_2.11.99.oe b/recipes/xorg-lib/xkeyboard-config_2.11.99.oe
new file mode 100644
index 0000000..53f7ad7
--- /dev/null
+++ b/recipes/xorg-lib/xkeyboard-config_2.11.99.oe
@@ -0,0 +1,29 @@ 
+SUMMARY = "Keyboard configuration database for X Window"
+
+DESCRIPTION = "The non-arch keyboard configuration database for X \
+Window.  The goal is to provide the consistent, well-structured, \
+frequently released open source of X keyboard configuration data for X \
+Window System implementations.  The project is targeted to XKB-based \
+systems."
+
+HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
+
+LICENSE = "MIT & MIT-style"
+
+SRC_URI = "http://people.freedesktop.org/~svu/xkeyboard-config-${PV}.tar.bz2"
+
+DEPENDS = " native:xkbcomp glib xproto libx11"
+
+
+EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"
+
+RDEPENDS_${PN} += "xkbcomp"
+FILES_${PN} += "${datadir}/X11/xkb"
+
+inherit autotools pkgconfig
+
+do_install[postfuncs] += "do_install_xbk-config"
+do_install_xkb-config () {
+    install -d ${D}/usr/share/X11/xkb/compiled
+    cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg
+}
diff --git a/recipes/xorg-lib/xkeyboard-config_2.11.99.oe.sig b/recipes/xorg-lib/xkeyboard-config_2.11.99.oe.sig
new file mode 100644
index 0000000..5cc9224
--- /dev/null
+++ b/recipes/xorg-lib/xkeyboard-config_2.11.99.oe.sig
@@ -0,0 +1 @@ 
+c17d141ce38918a0f435fd824a90660eba911190  xkeyboard-config-2.11.99.tar.bz2