diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-09 15:04:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-09 15:04:09 +0100 |
commit | 477ed1aef05acc69b967b4081e81fce9e5d1fa94 (patch) | |
tree | 92dbbf1548280287a838207facac8f6c2cfa9434 | |
parent | e1e47b4ff580e47a1b5bdc8b716d162280cfb84e (diff) | |
download | repository-477ed1aef05acc69b967b4081e81fce9e5d1fa94.tar.gz |
xkeyboard-config: bump to 2.35
-rwxr-xr-x | xorg/xkeyboard-config/build | 12 | ||||
-rw-r--r-- | xorg/xkeyboard-config/checksums | 2 | ||||
-rw-r--r-- | xorg/xkeyboard-config/sources | 2 | ||||
-rw-r--r-- | xorg/xkeyboard-config/version | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/xorg/xkeyboard-config/build b/xorg/xkeyboard-config/build index abfcca36..20b55fd4 100755 --- a/xorg/xkeyboard-config/build +++ b/xorg/xkeyboard-config/build @@ -1,9 +1,9 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --with-xkb-rules-symlink=xfree86,xorg \ - --enable-compat-rules +export DESTDIR="$1" -make -make DESTDIR="$1" install +cl-meson \ + . output + +ninja -C output +ninja -C output install diff --git a/xorg/xkeyboard-config/checksums b/xorg/xkeyboard-config/checksums index 981ee708..0feff4d8 100644 --- a/xorg/xkeyboard-config/checksums +++ b/xorg/xkeyboard-config/checksums @@ -1,2 +1,2 @@ %BLAKE3 -a59265f4af0f905ea7e88a5fe8f29877d50eda66450ff6079b08c39c5237e97c xkeyboard-config-2.34.tar.bz2 +0c4887fd01b7a3ffa21c469501ced238d2cd907118fa5a94392e4dc667453415 xkeyboard-config-2.35.tar.xz diff --git a/xorg/xkeyboard-config/sources b/xorg/xkeyboard-config/sources index 5db64c69..1bf228ac 100644 --- a/xorg/xkeyboard-config/sources +++ b/xorg/xkeyboard-config/sources @@ -1 +1 @@ -https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.34.tar.bz2 +https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.35.tar.xz diff --git a/xorg/xkeyboard-config/version b/xorg/xkeyboard-config/version index cd72a41e..9f042d90 100644 --- a/xorg/xkeyboard-config/version +++ b/xorg/xkeyboard-config/version @@ -1 +1 @@ -2.34 1 +2.35 1 |