diff options
Diffstat (limited to 'extra/libinput')
-rwxr-xr-x | extra/libinput/build | 10 | ||||
-rw-r--r-- | extra/libinput/checksums | 3 | ||||
-rw-r--r-- | extra/libinput/meta | 3 | ||||
-rw-r--r-- | extra/libinput/sources | 2 | ||||
-rw-r--r-- | extra/libinput/version | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/extra/libinput/build b/extra/libinput/build index 3d58df40..e7087fd5 100755 --- a/extra/libinput/build +++ b/extra/libinput/build @@ -2,18 +2,14 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --default-library=both \ +cl-meson \ -Ddebug-gui=false \ -Ddocumentation=false \ -Dtests=false \ -Dlibwacom=false \ - -Dudev=true \ - -Dtools=true \ . output ninja -C output ninja -C output install + +rmdir "$1/etc/libinput" "$1/etc" diff --git a/extra/libinput/checksums b/extra/libinput/checksums index 07f1df87..5240800e 100644 --- a/extra/libinput/checksums +++ b/extra/libinput/checksums @@ -1 +1,2 @@ -c560cfca14cb5c50d2a1b7551df06bc5d4306e32c128f3e3d37e137285dedbad libinput-1.17.0.tar.xz +%BLAKE3 +73b0936fe2c22fc5c0f307089a7debbb46b051bcda400fab5af80f7b9dd37b10 libinput-1.26.2.tar.gz diff --git a/extra/libinput/meta b/extra/libinput/meta new file mode 100644 index 00000000..9054b402 --- /dev/null +++ b/extra/libinput/meta @@ -0,0 +1,3 @@ +description: Input device handling library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libinput/sources b/extra/libinput/sources index c74cd4ce..9d99bb48 100644 --- a/extra/libinput/sources +++ b/extra/libinput/sources @@ -1 +1 @@ -https://www.freedesktop.org/software/libinput/libinput-1.17.0.tar.xz +https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.2/libinput-1.26.2.tar.gz diff --git a/extra/libinput/version b/extra/libinput/version index 8aac6e6e..b60e4cec 100644 --- a/extra/libinput/version +++ b/extra/libinput/version @@ -1 +1 @@ -1.17.0 1 +1.26.2 1 |