From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/input-common/xkeyboard-config.bst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 elements/input-common/xkeyboard-config.bst (limited to 'elements/input-common/xkeyboard-config.bst') diff --git a/elements/input-common/xkeyboard-config.bst b/elements/input-common/xkeyboard-config.bst new file mode 100644 index 00000000..6f812248 --- /dev/null +++ b/elements/input-common/xkeyboard-config.bst @@ -0,0 +1,18 @@ +kind: manual +depends: +- device-management.bst +- foundation.bst +- glib-common.bst +- xorg-util-macros-common.bst +- x-common.bst +sources: +- kind: git + url: upstream:xkeyboard-config + track: xkeyboard-config-2.14 + ref: 26f344c93f8c6141e9233eb68088ba4fd56bc9ef +config: + configure-commands: + - ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc --disable-runtime-deps + install-commands: + - mkdir -p "%{install-root}"/"%{prefix}"/share/X11/xkb/ + - make install DESTDIR="%{install-root}" -- cgit v1.2.1