diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template index f0e0d7efc09c97..bb7f72e708fb27 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.31.2 +version=1.31.3 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=507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6 +checksum=b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854 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 eca2c0f9affa57..34e753b02f9136 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.31.2 +version=1.31.3 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=507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6 +checksum=b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854 if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"