From e4a51163e3ee4f45550e9bd229345f98fe27d6bb Mon Sep 17 00:00:00 2001 From: Spiwocoal Date: Sat, 8 Jul 2023 13:33:21 -0400 Subject: [PATCH 1/3] libinput-debug-gui: add update-check. --- srcpkgs/libinput-debug-gui/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/libinput-debug-gui/update diff --git a/srcpkgs/libinput-debug-gui/update b/srcpkgs/libinput-debug-gui/update new file mode 100644 index 000000000000..bbb1210a852b --- /dev/null +++ b/srcpkgs/libinput-debug-gui/update @@ -0,0 +1,2 @@ +site="https://gitlab.freedesktop.org/libinput/libinput/-/tags" +pattern="libinput \K[\d.]+(?=)" From d6624ca1500a5eb07af969d06de709045b2cca8e Mon Sep 17 00:00:00 2001 From: Spiwocoal Date: Sat, 8 Jul 2023 13:33:51 -0400 Subject: [PATCH 2/3] libinput-debug-gui: update to 1.23.0. --- srcpkgs/libinput-debug-gui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template index 9e16f5b891dc..a0cd52132445 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.21.0 +version=1.23.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Dtests=false -Ddebug-gui=true" @@ -14,7 +14,7 @@ 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=1b23c180f5b297303ed36f5a549910f5d320b0eb21052eac67a966d4eaa4e01d +checksum=7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738 post_install() { mv ${DESTDIR}/usr/libexec/libinput/libinput-debug-gui ${DESTDIR}/libinput-debug-gui From a7fa901429afcb302be65850815641cb048c6371 Mon Sep 17 00:00:00 2001 From: Spiwocoal Date: Sat, 8 Jul 2023 13:34:16 -0400 Subject: [PATCH 3/3] libinput: add update-check. --- srcpkgs/libinput/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libinput/update b/srcpkgs/libinput/update index 9f6b7927aa79..bbb1210a852b 100644 --- a/srcpkgs/libinput/update +++ b/srcpkgs/libinput/update @@ -1 +1,2 @@ -ignore="*.99.* *.9[0-9][0-9]" +site="https://gitlab.freedesktop.org/libinput/libinput/-/tags" +pattern="libinput \K[\d.]+(?=)"