diff options
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/libxkbcommon/build | 11 | ||||
-rw-r--r-- | wayland/libxkbcommon/checksums | 2 | ||||
-rw-r--r-- | wayland/libxkbcommon/depends | 4 | ||||
-rw-r--r-- | wayland/libxkbcommon/meta | 3 | ||||
-rw-r--r-- | wayland/libxkbcommon/sources | 1 | ||||
-rw-r--r-- | wayland/libxkbcommon/version | 1 |
6 files changed, 22 insertions, 0 deletions
diff --git a/wayland/libxkbcommon/build b/wayland/libxkbcommon/build new file mode 100755 index 00000000..c93bcb7a --- /dev/null +++ b/wayland/libxkbcommon/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Denable-docs=false \ + -Denable-wayland=true \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/libxkbcommon/checksums b/wayland/libxkbcommon/checksums new file mode 100644 index 00000000..600f29b2 --- /dev/null +++ b/wayland/libxkbcommon/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +b74fa481f2dc82589d943791e0880060794dcf7a8a848c95171def4ccceddc38 xkbcommon-1.7.0.tar.gz diff --git a/wayland/libxkbcommon/depends b/wayland/libxkbcommon/depends new file mode 100644 index 00000000..c3ffd0c1 --- /dev/null +++ b/wayland/libxkbcommon/depends @@ -0,0 +1,4 @@ +libxcb +libxml2 +meson make +wayland diff --git a/wayland/libxkbcommon/meta b/wayland/libxkbcommon/meta new file mode 100644 index 00000000..cb74ff1c --- /dev/null +++ b/wayland/libxkbcommon/meta @@ -0,0 +1,3 @@ +description: Library to handle keyboard descriptions +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/libxkbcommon/sources b/wayland/libxkbcommon/sources new file mode 100644 index 00000000..18ff9487 --- /dev/null +++ b/wayland/libxkbcommon/sources @@ -0,0 +1 @@ +https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.7.0.tar.gz diff --git a/wayland/libxkbcommon/version b/wayland/libxkbcommon/version new file mode 100644 index 00000000..abd32472 --- /dev/null +++ b/wayland/libxkbcommon/version @@ -0,0 +1 @@ +1.7.0 1 |