diff options
Diffstat (limited to 'extra/xkeyboard-config')
-rwxr-xr-x | extra/xkeyboard-config/build | 9 | ||||
-rw-r--r-- | extra/xkeyboard-config/checksums | 2 | ||||
-rw-r--r-- | extra/xkeyboard-config/depends | 2 | ||||
-rw-r--r-- | extra/xkeyboard-config/meta | 3 | ||||
-rw-r--r-- | extra/xkeyboard-config/sources | 1 | ||||
-rw-r--r-- | extra/xkeyboard-config/version | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/extra/xkeyboard-config/build b/extra/xkeyboard-config/build new file mode 100755 index 00000000..20b55fd4 --- /dev/null +++ b/extra/xkeyboard-config/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/xkeyboard-config/checksums b/extra/xkeyboard-config/checksums new file mode 100644 index 00000000..04c02ea6 --- /dev/null +++ b/extra/xkeyboard-config/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +f690ca002bd7671a8e255fe1e647dd319787e5d99b6deacae3f215d6074e1cf7 xkeyboard-config-2.37.tar.xz diff --git a/extra/xkeyboard-config/depends b/extra/xkeyboard-config/depends new file mode 100644 index 00000000..0f146e0c --- /dev/null +++ b/extra/xkeyboard-config/depends @@ -0,0 +1,2 @@ +libX11 make +xkbcomp diff --git a/extra/xkeyboard-config/meta b/extra/xkeyboard-config/meta new file mode 100644 index 00000000..815fa0be --- /dev/null +++ b/extra/xkeyboard-config/meta @@ -0,0 +1,3 @@ +description: X Keyboard configuration database +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/xkeyboard-config/sources b/extra/xkeyboard-config/sources new file mode 100644 index 00000000..0ffaeb19 --- /dev/null +++ b/extra/xkeyboard-config/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.37.tar.xz diff --git a/extra/xkeyboard-config/version b/extra/xkeyboard-config/version new file mode 100644 index 00000000..c304d360 --- /dev/null +++ b/extra/xkeyboard-config/version @@ -0,0 +1 @@ +2.37 1 |