~carbslinux/repository

4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 — Cem Keylan 4 years ago eb7fabd
libinput: bump to 1.16.0
M xorg/libinput/build => xorg/libinput/build +2 -8
@@ 1,13 1,7 @@
#!/bin/sh -e

patch -p1 < libinput-optional-udev.patch

export DESTDIR="$1"

# Meson build has no support for automatically using
# udev if available. This simply does the same.
kiss l eudev >/dev/null 2>&1 || udev=false

meson \
    --prefix=/usr \
    --sysconfdir=/etc \


@@ 16,8 10,8 @@ meson \
    -Ddocumentation=false \
    -Dtests=false \
    -Dlibwacom=false \
    -Dudev="${udev:=true}" \
    -Dtools="$udev" \
    -Dudev=true \
    -Dtools=true \
    . output

ninja -C output

M xorg/libinput/checksums => xorg/libinput/checksums +1 -1
@@ 1,2 1,2 @@
aeedea216a6317ddc6e27c3d54f26b987078780db6a8320cc09e19c25b307f1c  libinput-1.15.6.tar.xz
83f6d0c94e5e0dd87094ce73f0edb631919617d24a60ee0ab9bd9197411d76e8  libinput-1.16.0.tar.xz
e7cadd402e0c7c8e01c2b9a6720c3648b4e44ccee9d7731d1a28413e0b4c5e98  libinput-optional-udev.patch

M xorg/libinput/depends => xorg/libinput/depends +1 -0
@@ 1,3 1,4 @@
eudev
libevdev
linux-headers make
meson         make

M xorg/libinput/sources => xorg/libinput/sources +1 -1
@@ 1,2 1,2 @@
https://www.freedesktop.org/software/libinput/libinput-1.15.6.tar.xz
https://www.freedesktop.org/software/libinput/libinput-1.16.0.tar.xz
patches/libinput-optional-udev.patch

M xorg/libinput/version => xorg/libinput/version +1 -1
@@ 1,1 1,1 @@
1.15.6 1
1.16.0 1