From patchwork Thu Aug 7 12:32:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 377826 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id DA9751400B6 for ; Thu, 7 Aug 2014 22:32:21 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id F20953FD9F for ; Thu, 7 Aug 2014 14:32:19 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id D7D8E3FD9F for ; Thu, 7 Aug 2014 14:32:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 97C36514009 for ; Thu, 7 Aug 2014 14:32:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j249rGwjEZQk for ; Thu, 7 Aug 2014 14:32:11 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 4598B51400D for ; Thu, 7 Aug 2014 14:32:06 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [xorg 4/7] xkeyboard-config recipe. Date: Thu, 7 Aug 2014 14:32:03 +0200 Message-Id: <1407414726-1710-4-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1407414726-1710-1-git-send-email-dore@madsdore.dk> References: <1407414726-1710-1-git-send-email-dore@madsdore.dk> X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- 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 --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