From 56c17b7c057960890cf424d7f5bb2887b99b5954 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 5 Apr 2023 00:05:57 +0100 Subject: [PATCH] libinput: update to 1.23.0. --- srcpkgs/libinput/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index cc58c6738393..ac40774fd0f5 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,19 +1,19 @@ # Template file for 'libinput' pkgname=libinput -version=1.22.1 +version=1.23.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" hostmakedepends="pkg-config" makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel" -checkdepends="valgrind check-devel" +checkdepends="valgrind check-devel python3-pytest" short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=45d9e03c16c3c343b7537aa7f744ae9339b1a0dae446ecbe6f5ed9d49be11e87 +checksum=7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"