diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:06:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:06:29 +0300 |
commit | 1a10e94c4a493b597d813184d3b5f6a7d6f49464 (patch) | |
tree | 32238d231eb57122cd36c7de961ddd42ae6714a5 /extra/libxkbcommon | |
parent | db173b838cf4103e8ef99039f2cdf24d8d041d37 (diff) | |
download | repository-1a10e94c4a493b597d813184d3b5f6a7d6f49464.tar.gz |
libxkbcommon: move to extra
Diffstat (limited to 'extra/libxkbcommon')
-rwxr-xr-x | extra/libxkbcommon/build | 11 | ||||
-rw-r--r-- | extra/libxkbcommon/checksums | 2 | ||||
-rw-r--r-- | extra/libxkbcommon/depends | 1 | ||||
-rw-r--r-- | extra/libxkbcommon/meta | 3 | ||||
-rw-r--r-- | extra/libxkbcommon/sources | 1 | ||||
-rw-r--r-- | extra/libxkbcommon/version | 1 |
6 files changed, 19 insertions, 0 deletions
diff --git a/extra/libxkbcommon/build b/extra/libxkbcommon/build new file mode 100755 index 00000000..41cb196d --- /dev/null +++ b/extra/libxkbcommon/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Denable-docs=false \ + -Denable-wayland="$(cpt l -C wayland true false)" \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/libxkbcommon/checksums b/extra/libxkbcommon/checksums new file mode 100644 index 00000000..a99fd4d5 --- /dev/null +++ b/extra/libxkbcommon/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +cd4ecbc47fe94213a855d8f28c583bb053ec99514e2344d29d6252d33c5db282 xkbcommon-1.4.1.tar.gz diff --git a/extra/libxkbcommon/depends b/extra/libxkbcommon/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/extra/libxkbcommon/depends @@ -0,0 +1 @@ +meson make diff --git a/extra/libxkbcommon/meta b/extra/libxkbcommon/meta new file mode 100644 index 00000000..cb74ff1c --- /dev/null +++ b/extra/libxkbcommon/meta @@ -0,0 +1,3 @@ +description: Library to handle keyboard descriptions +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libxkbcommon/sources b/extra/libxkbcommon/sources new file mode 100644 index 00000000..d4286d9c --- /dev/null +++ b/extra/libxkbcommon/sources @@ -0,0 +1 @@ +https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.4.1.tar.gz diff --git a/extra/libxkbcommon/version b/extra/libxkbcommon/version new file mode 100644 index 00000000..e187c17e --- /dev/null +++ b/extra/libxkbcommon/version @@ -0,0 +1 @@ +1.4.1 1 |