From 187faf75b74fc19117d17bfb0347d0df10436955 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 5 Jul 2022 11:10:00 +0200 Subject: [PATCH] libinput: update to 1.21.0. --- srcpkgs/libinput/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 1736a1f91f39..55f6847caa57 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,24 +1,24 @@ # Template file for 'libinput' pkgname=libinput -version=1.20.1 +version=1.21.0 revision=1 build_style=meson -configure_args="-Dtests=false" +configure_args="-Db_ndebug=false" hostmakedepends="pkg-config wayland-devel" makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel - gtk+3-devel" + gtk4-devel" checkdepends="valgrind check-devel" short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=fbbfe95c5cf20a1790c077b703db86ff0811c04a040b15f2a8579518e8a58064 - -CFLAGS="-UNDEBUG" +checksum=1b23c180f5b297303ed36f5a549910f5d320b0eb21052eac67a966d4eaa4e01d if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true" +else + configure_args+=" -Dtests=false" fi post_install() { @@ -27,7 +27,7 @@ post_install() { libinput-devel_package() { short_desc+=" - development files" - depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove "usr/lib/*.so"