aboutsummaryrefslogtreecommitdiff
path: root/extra/libxkbcommon
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:06:29 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:06:29 +0300
commit1a10e94c4a493b597d813184d3b5f6a7d6f49464 (patch)
tree32238d231eb57122cd36c7de961ddd42ae6714a5 /extra/libxkbcommon
parentdb173b838cf4103e8ef99039f2cdf24d8d041d37 (diff)
downloadrepository-1a10e94c4a493b597d813184d3b5f6a7d6f49464.tar.gz
libxkbcommon: move to extra
Diffstat (limited to 'extra/libxkbcommon')
-rwxr-xr-xextra/libxkbcommon/build11
-rw-r--r--extra/libxkbcommon/checksums2
-rw-r--r--extra/libxkbcommon/depends1
-rw-r--r--extra/libxkbcommon/meta3
-rw-r--r--extra/libxkbcommon/sources1
-rw-r--r--extra/libxkbcommon/version1
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