xkeyboard-config: initial commit with version 1.3. Based on work provided by Otavio...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 31 May 2008 00:39:41 +0000 (00:39 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 31 May 2008 00:39:41 +0000 (00:39 +0000)
packages/xkeyboard-config/.mtn2git_empty [new file with mode: 0644]
packages/xkeyboard-config/xkeyboard-config_1.3.bb [new file with mode: 0644]

diff --git a/packages/xkeyboard-config/.mtn2git_empty b/packages/xkeyboard-config/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/xkeyboard-config/xkeyboard-config_1.3.bb b/packages/xkeyboard-config/xkeyboard-config_1.3.bb
new file mode 100644 (file)
index 0000000..f69e63c
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Common X11 Keyboard layouts"
+LICENSE = "MIT"
+DEPENDS = "intltool xkbcomp-native"
+RDEPENDS = "xkbcomp"
+
+SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
+
+inherit autotools
+
+do_stage() {
+        autotools_stage_all
+}
+
+do_install_append () {
+    install -d ${D}/usr/share/X11/xkb/compiled
+}