diff options
Diffstat (limited to 'xorg/xkeyboard-config')
-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 |