diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:08:34 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:11:53 +0200 |
commit | abf6723a0927943571e4a7100903ab085e807006 (patch) | |
tree | 0182502b7a05260af66159799eb2ff9a12c73fe4 /wayland | |
parent | 1700adc33a9274d130950f8d4130b053792a6231 (diff) | |
download | repository-abf6723a0927943571e4a7100903ab085e807006.tar.gz |
libxkbcommon: bump to 1.7.0
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 |