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 /extra | |
parent | 1700adc33a9274d130950f8d4130b053792a6231 (diff) | |
download | repository-abf6723a0927943571e4a7100903ab085e807006.tar.gz |
libxkbcommon: bump to 1.7.0
Diffstat (limited to 'extra')
-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, 0 insertions, 19 deletions
diff --git a/extra/libxkbcommon/build b/extra/libxkbcommon/build deleted file mode 100755 index 41cb196d..00000000 --- a/extra/libxkbcommon/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 deleted file mode 100644 index 571bf8a9..00000000 --- a/extra/libxkbcommon/checksums +++ /dev/null @@ -1,2 +0,0 @@ -%BLAKE3 -71ef35338653d6ab0763aec51c65cb5e08495a55a94be3a52a9be1df2a61c9be xkbcommon-1.6.0.tar.gz diff --git a/extra/libxkbcommon/depends b/extra/libxkbcommon/depends deleted file mode 100644 index 36f6fe6c..00000000 --- a/extra/libxkbcommon/depends +++ /dev/null @@ -1 +0,0 @@ -meson make diff --git a/extra/libxkbcommon/meta b/extra/libxkbcommon/meta deleted file mode 100644 index cb74ff1c..00000000 --- a/extra/libxkbcommon/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Library to handle keyboard descriptions -license: MIT -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libxkbcommon/sources b/extra/libxkbcommon/sources deleted file mode 100644 index 147d6e21..00000000 --- a/extra/libxkbcommon/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.6.0.tar.gz diff --git a/extra/libxkbcommon/version b/extra/libxkbcommon/version deleted file mode 100644 index bfa5a6a4..00000000 --- a/extra/libxkbcommon/version +++ /dev/null @@ -1 +0,0 @@ -1.6.0 1 |