diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template index f7ade3bec1c3c7..3d251db429ce24 100644 --- a/srcpkgs/libinput-debug-gui/template +++ b/srcpkgs/libinput-debug-gui/template @@ -2,7 +2,7 @@ # keep in sync with libinput # split to avoid cycle: gst-plugins-bad1 -> zbar -> qt5 -> libinput -> gtk4 -> gst-plugins-bad1 pkgname=libinput-debug-gui -version=1.30.1 +version=1.31.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Dtests=false -Ddebug-gui=true" @@ -15,7 +15,7 @@ maintainer="Orphaned " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=4339a2b9cc96ede3c120dedaedc61e48ce567808c5229e66587525ea972ef617 +checksum=5f95a8ce039b3b2b4560a60bbdb920518d41baa9419344e5878c94bd841d5a54 post_install() { mv ${DESTDIR}/usr/libexec/libinput/libinput-debug-gui ${DESTDIR}/libinput-debug-gui diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index bb422123d8bf0b..a13f3353cdbaff 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,7 +1,7 @@ # Template file for 'libinput' # keep in sync with libinput-debug-gui pkgname=libinput -version=1.30.1 +version=1.31.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" @@ -15,7 +15,7 @@ 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=4339a2b9cc96ede3c120dedaedc61e48ce567808c5229e66587525ea972ef617 +checksum=5f95a8ce039b3b2b4560a60bbdb920518d41baa9419344e5878c94bd841d5a54 if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"