Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
@ 2023-07-09  0:31 spiwocoal
  2023-07-09  2:15 ` [PR PATCH] [Updated] " spiwocoal
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09  0:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

There is a new pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 2568 bytes --]

From e4a51163e3ee4f45550e9bd229345f98fe27d6bb Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
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.]+(?=</a>)"

From d6624ca1500a5eb07af969d06de709045b2cca8e Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
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 <michal@vasilek.cz>"
 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 <spiwocoal@gmail.com>
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.]+(?=</a>)"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Updated] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
@ 2023-07-09  2:15 ` spiwocoal
  2023-07-09  2:17 ` spiwocoal
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 6184 bytes --]

From e4a51163e3ee4f45550e9bd229345f98fe27d6bb Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:21 -0400
Subject: [PATCH 1/6] 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.]+(?=</a>)"

From d6624ca1500a5eb07af969d06de709045b2cca8e Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:51 -0400
Subject: [PATCH 2/6] 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 <michal@vasilek.cz>"
 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 <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:34:16 -0400
Subject: [PATCH 3/6] 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.]+(?=</a>)"

From 79116f26b9bcf21e0c96a2a2ef245ebfd3fdbe73 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sat, 8 Jul 2023 15:21:28 -0500
Subject: [PATCH 4/6] chroot-curl: Remove.

---
 srcpkgs/chroot-curl   | 1 -
 srcpkgs/curl/template | 8 --------
 2 files changed, 9 deletions(-)
 delete mode 120000 srcpkgs/chroot-curl

diff --git a/srcpkgs/chroot-curl b/srcpkgs/chroot-curl
deleted file mode 120000
index 8b258ec33430..000000000000
--- a/srcpkgs/chroot-curl
+++ /dev/null
@@ -1 +0,0 @@
-curl
\ No newline at end of file
diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template
index df7d4ed01555..5711d0177ca4 100644
--- a/srcpkgs/curl/template
+++ b/srcpkgs/curl/template
@@ -85,11 +85,3 @@ libcurl-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
-
-chroot-curl_package() {
-	short_desc+=" - for build infra use"
-	repository=bootstrap
-	pkg_install() {
-		vbin $DESTDIR/usr/bin/curl chroot-curl
-	}
-}

From 4659e2625d472d8252412501abea52363c9e7835 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sat, 8 Jul 2023 15:33:18 -0500
Subject: [PATCH 5/6] .github/workflows: update masterdirs to 20230708RC01.

---
 .github/workflows/build.yaml | 2 +-
 .github/workflows/cycles.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index eb4fb7c85be9..657712414657 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
     if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
 
     container:
-      image: 'ghcr.io/void-linux/xbps-src-masterdir:20230425RC01-${{ matrix.config.bootstrap }}'
+      image: 'ghcr.io/void-linux/xbps-src-masterdir:20230708RC01-${{ matrix.config.bootstrap }}'
       env:
         PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
         ARCH: '${{ matrix.config.arch }}'
diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index aaf2a3d6685c..394a4ffe51a0 100644
--- a/.github/workflows/cycles.yml
+++ b/.github/workflows/cycles.yml
@@ -10,7 +10,7 @@ jobs:
     permissions:
       issues: write
     container:
-      image: 'ghcr.io/void-linux/xbps-src-masterdir:20230425RC01-x86_64-musl'
+      image: 'ghcr.io/void-linux/xbps-src-masterdir:20230708RC01-x86_64-musl'
       env:
         PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
     steps:

From 4a7cde476bd4fa63c9d99919e5acc94f0b0dbcd5 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 22:14:21 -0400
Subject: [PATCH 6/6] libinput-debug-gui: Add testing dependencies.

---
 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 a0cd52132445..aae635045589 100644
--- a/srcpkgs/libinput-debug-gui/template
+++ b/srcpkgs/libinput-debug-gui/template
@@ -7,8 +7,8 @@ revision=1
 build_style=meson
 configure_args="-Db_ndebug=false -Dtests=false -Ddebug-gui=true"
 hostmakedepends="pkg-config wayland-devel"
-makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
- gtk4-devel"
+makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel gtk4-devel"
+checkdepends="valgrind check-devel python3-pytest"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Updated] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
  2023-07-09  2:15 ` [PR PATCH] [Updated] " spiwocoal
@ 2023-07-09  2:17 ` spiwocoal
  2023-07-09  6:00 ` Bnyro
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09  2:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 3619 bytes --]

From e4a51163e3ee4f45550e9bd229345f98fe27d6bb Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:21 -0400
Subject: [PATCH 1/4] 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.]+(?=</a>)"

From d6624ca1500a5eb07af969d06de709045b2cca8e Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:51 -0400
Subject: [PATCH 2/4] 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 <michal@vasilek.cz>"
 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 <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:34:16 -0400
Subject: [PATCH 3/4] 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.]+(?=</a>)"

From 19d75f38624d26dd7a97385f8a8f5d42d0452012 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 22:14:21 -0400
Subject: [PATCH 4/4] libinput-debug-gui: Add testing dependencies.

---
 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 a0cd52132445..aae635045589 100644
--- a/srcpkgs/libinput-debug-gui/template
+++ b/srcpkgs/libinput-debug-gui/template
@@ -7,8 +7,8 @@ revision=1
 build_style=meson
 configure_args="-Db_ndebug=false -Dtests=false -Ddebug-gui=true"
 hostmakedepends="pkg-config wayland-devel"
-makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
- gtk4-devel"
+makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel gtk4-devel"
+checkdepends="valgrind check-devel python3-pytest"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
  2023-07-09  2:15 ` [PR PATCH] [Updated] " spiwocoal
  2023-07-09  2:17 ` spiwocoal
@ 2023-07-09  6:00 ` Bnyro
  2023-07-09  6:00 ` Bnyro
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09  6:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627615410

Comment:
I think it would be better if both commits for `libinput-debug-gui` are in a single commit, with a commit message like `libinput-debug-gui: update to 1.23.0, fix update-check`.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (2 preceding siblings ...)
  2023-07-09  6:00 ` Bnyro
@ 2023-07-09  6:00 ` Bnyro
  2023-07-09  7:20 ` classabbyamp
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09  6:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627615410

Comment:
I think it would be better if both commits for `libinput-debug-gui` are in a single commit, with a commit message like `libinput-debug-gui: update to 1.23.0`, because the added test dependencies are likely a side effect of the update.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (3 preceding siblings ...)
  2023-07-09  6:00 ` Bnyro
@ 2023-07-09  7:20 ` classabbyamp
  2023-07-09 15:02 ` [PR PATCH] [Updated] " spiwocoal
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09  7:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627630922

Comment:
it should be one commit per package in the pr, and the makedepends line was fine as-is

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Updated] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (4 preceding siblings ...)
  2023-07-09  7:20 ` classabbyamp
@ 2023-07-09 15:02 ` spiwocoal
  2023-07-09 15:04 ` spiwocoal
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 2799 bytes --]

From e4a51163e3ee4f45550e9bd229345f98fe27d6bb Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
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.]+(?=</a>)"

From ba148903d551843953a8a78e6cda97a075c2caac Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template
index 9e16f5b891dc..d42a267c6785 100644
--- a/srcpkgs/libinput-debug-gui/template
+++ b/srcpkgs/libinput-debug-gui/template
@@ -2,19 +2,20 @@
 # 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"
 hostmakedepends="pkg-config wayland-devel"
 makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
  gtk4-devel"
+checkdepends="valgrind check-devel python3-pytest"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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 f53c4d7f3bf272d765a6bf66c56b0270af679c07 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sun, 9 Jul 2023 07:01:14 -0400
Subject: [PATCH 3/3] libinput: add update-check.

---
 srcpkgs/libinput/update | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/libinput/update b/srcpkgs/libinput/update
index 9f6b7927aa79..fcd1f503b738 100644
--- a/srcpkgs/libinput/update
+++ b/srcpkgs/libinput/update
@@ -1 +1,3 @@
+site="https://gitlab.freedesktop.org/libinput/libinput/-/tags"
+pattern="libinput \K[\d.]+(?=</a>)"
 ignore="*.99.* *.9[0-9][0-9]"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (5 preceding siblings ...)
  2023-07-09 15:02 ` [PR PATCH] [Updated] " spiwocoal
@ 2023-07-09 15:04 ` spiwocoal
  2023-07-09 15:48 ` Bnyro
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 15:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

New comment by spiwocoal on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627740437

Comment:
> it should be one commit per package in the pr, and the makedepends line was fine as-is

should I also include the update-check into the same commit as the update to 1.23.0 for libinput-debug-gui then?

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (6 preceding siblings ...)
  2023-07-09 15:04 ` spiwocoal
@ 2023-07-09 15:48 ` Bnyro
  2023-07-09 15:50 ` Bnyro
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09 15:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627755324

Comment:
Yes, exactly

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (7 preceding siblings ...)
  2023-07-09 15:48 ` Bnyro
@ 2023-07-09 15:50 ` Bnyro
  2023-07-09 18:28 ` [PR PATCH] [Updated] " spiwocoal
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627755703

Comment:
libinput-debug-gui: update to 1.23.0, fix update-check

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Updated] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (8 preceding siblings ...)
  2023-07-09 15:50 ` Bnyro
@ 2023-07-09 18:28 ` spiwocoal
  2023-07-09 20:34 ` classabbyamp
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 18:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 2574 bytes --]

From 12d69efab369380aa3dfd55e0d53ee5008c286c5 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:21 -0400
Subject: [PATCH 1/2] libinput-debug-gui: update to 1.23.0, add update-check

---
 srcpkgs/libinput-debug-gui/template | 5 +++--
 srcpkgs/libinput-debug-gui/update   | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libinput-debug-gui/update

diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template
index 9e16f5b891dc..d42a267c6785 100644
--- a/srcpkgs/libinput-debug-gui/template
+++ b/srcpkgs/libinput-debug-gui/template
@@ -2,19 +2,20 @@
 # 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"
 hostmakedepends="pkg-config wayland-devel"
 makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
  gtk4-devel"
+checkdepends="valgrind check-devel python3-pytest"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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
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.]+(?=</a>)"

From 1cc9b9bf3d714c41f048400187ecb5d16e43db2e Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sun, 9 Jul 2023 10:28:04 -0400
Subject: [PATCH 2/2] libinput: fix update-check.

---
 srcpkgs/libinput/update | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/libinput/update b/srcpkgs/libinput/update
index 9f6b7927aa79..fcd1f503b738 100644
--- a/srcpkgs/libinput/update
+++ b/srcpkgs/libinput/update
@@ -1 +1,3 @@
+site="https://gitlab.freedesktop.org/libinput/libinput/-/tags"
+pattern="libinput \K[\d.]+(?=</a>)"
 ignore="*.99.* *.9[0-9][0-9]"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (9 preceding siblings ...)
  2023-07-09 18:28 ` [PR PATCH] [Updated] " spiwocoal
@ 2023-07-09 20:34 ` classabbyamp
  2023-07-09 20:44 ` spiwocoal
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 20:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627818443

Comment:
I think you lost the libinput update

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (10 preceding siblings ...)
  2023-07-09 20:34 ` classabbyamp
@ 2023-07-09 20:44 ` spiwocoal
  2023-07-09 21:46 ` classabbyamp
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 20:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

New comment by spiwocoal on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627820324

Comment:
I'm not sure what you mean?
Libinput hasn't gotten any new version, I just fixed update-check for that package because from version 1.20.0, new updates are no longer listed on their homepage ([https://www.freedesktop.org/wiki/Software/libinput/](https://www.freedesktop.org/wiki/Software/libinput/)), but on their Gitlab releases page.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (11 preceding siblings ...)
  2023-07-09 20:44 ` spiwocoal
@ 2023-07-09 21:46 ` classabbyamp
  2023-07-09 21:49 ` classabbyamp
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 21:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627833364

Comment:
hm it seems libinput was not kept in sync...

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (12 preceding siblings ...)
  2023-07-09 21:46 ` classabbyamp
@ 2023-07-09 21:49 ` classabbyamp
  2023-07-09 21:51 ` classabbyamp
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 21:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627834135

Comment:
anyways, the site= in the update files is not needed, it is detected becuase of the distfiles url.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (13 preceding siblings ...)
  2023-07-09 21:49 ` classabbyamp
@ 2023-07-09 21:51 ` classabbyamp
  2023-07-09 21:59 ` Bnyro
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 21:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627834135

Comment:
anyways, the site= in the update files is not needed, it is detected because of the distfiles url.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (14 preceding siblings ...)
  2023-07-09 21:51 ` classabbyamp
@ 2023-07-09 21:59 ` Bnyro
  2023-07-09 22:00 ` Bnyro
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627836104

Comment:
Wouldn't it have made sense to keep both in the same template and just symlink lininput-debug-gui to libinput?

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (15 preceding siblings ...)
  2023-07-09 21:59 ` Bnyro
@ 2023-07-09 22:00 ` Bnyro
  2023-07-09 22:00 ` classabbyamp
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: Bnyro @ 2023-07-09 22:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627836207

Comment:
(When the package got added initially)

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (16 preceding siblings ...)
  2023-07-09 22:00 ` Bnyro
@ 2023-07-09 22:00 ` classabbyamp
  2023-07-09 22:00 ` classabbyamp
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 22:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627836250

Comment:
no, it needs to be split to ensure a dependency cycle is not created

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (17 preceding siblings ...)
  2023-07-09 22:00 ` classabbyamp
@ 2023-07-09 22:00 ` classabbyamp
  2023-07-09 22:48 ` [PR PATCH] [Updated] " spiwocoal
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 22:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627836250

Comment:
no, it needs to be split to ensure a dependency cycle is not created. see the comment in libinput-debug-gui

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Updated] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (18 preceding siblings ...)
  2023-07-09 22:00 ` classabbyamp
@ 2023-07-09 22:48 ` spiwocoal
  2023-07-09 22:50 ` libinput-debug-gui: update to 1.23.0, add update-check spiwocoal
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 22:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by spiwocoal against master on the void-packages repository

https://github.com/spiwocoal/void-packages master
https://github.com/void-linux/void-packages/pull/44932

libinput & libinput-debug-gui: update to 1.23.0 and add update-checks
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

A patch file from https://github.com/void-linux/void-packages/pull/44932.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-44932.patch --]
[-- Type: text/x-diff, Size: 1961 bytes --]

From 5d5cb375e8490577df556d1d9557c323bf55f108 Mon Sep 17 00:00:00 2001
From: Spiwocoal <spiwocoal@gmail.com>
Date: Sat, 8 Jul 2023 13:33:21 -0400
Subject: [PATCH] libinput-debug-gui: update to 1.23.0, add update-check

---
 srcpkgs/libinput-debug-gui/template | 5 +++--
 srcpkgs/libinput-debug-gui/update   | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libinput-debug-gui/update

diff --git a/srcpkgs/libinput-debug-gui/template b/srcpkgs/libinput-debug-gui/template
index 9e16f5b891dc..d42a267c6785 100644
--- a/srcpkgs/libinput-debug-gui/template
+++ b/srcpkgs/libinput-debug-gui/template
@@ -2,19 +2,20 @@
 # 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"
 hostmakedepends="pkg-config wayland-devel"
 makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
  gtk4-devel"
+checkdepends="valgrind check-devel python3-pytest"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 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
diff --git a/srcpkgs/libinput-debug-gui/update b/srcpkgs/libinput-debug-gui/update
new file mode 100644
index 000000000000..33c418dc38f6
--- /dev/null
+++ b/srcpkgs/libinput-debug-gui/update
@@ -0,0 +1,2 @@
+pattern="libinput \K[\d.]+(?=</a>)"
+ignore="*.99.* *.9[0-9][0-9]"

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput-debug-gui: update to 1.23.0, add update-check
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (19 preceding siblings ...)
  2023-07-09 22:48 ` [PR PATCH] [Updated] " spiwocoal
@ 2023-07-09 22:50 ` spiwocoal
  2023-07-09 22:52 ` classabbyamp
  2023-07-09 22:57 ` [PR PATCH] [Closed]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: spiwocoal @ 2023-07-09 22:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by spiwocoal on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627851770

Comment:
Should be OK now, I wasn't aware that update-check could check for new releases without `site` specified. This makes it unnecessary to fix anything for libinput.

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: libinput-debug-gui: update to 1.23.0, add update-check
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (20 preceding siblings ...)
  2023-07-09 22:50 ` libinput-debug-gui: update to 1.23.0, add update-check spiwocoal
@ 2023-07-09 22:52 ` classabbyamp
  2023-07-09 22:57 ` [PR PATCH] [Closed]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 22:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44932#issuecomment-1627852086

Comment:
yep, the update file is just for overriding defaults

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [PR PATCH] [Closed]: libinput-debug-gui: update to 1.23.0, add update-check
  2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
                   ` (21 preceding siblings ...)
  2023-07-09 22:52 ` classabbyamp
@ 2023-07-09 22:57 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-07-09 22:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

There's a closed pull request on the void-packages repository

libinput-debug-gui: update to 1.23.0, add update-check
https://github.com/void-linux/void-packages/pull/44932

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2023-07-09 22:57 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-09  0:31 [PR PATCH] libinput & libinput-debug-gui: update to 1.23.0 and add update-checks spiwocoal
2023-07-09  2:15 ` [PR PATCH] [Updated] " spiwocoal
2023-07-09  2:17 ` spiwocoal
2023-07-09  6:00 ` Bnyro
2023-07-09  6:00 ` Bnyro
2023-07-09  7:20 ` classabbyamp
2023-07-09 15:02 ` [PR PATCH] [Updated] " spiwocoal
2023-07-09 15:04 ` spiwocoal
2023-07-09 15:48 ` Bnyro
2023-07-09 15:50 ` Bnyro
2023-07-09 18:28 ` [PR PATCH] [Updated] " spiwocoal
2023-07-09 20:34 ` classabbyamp
2023-07-09 20:44 ` spiwocoal
2023-07-09 21:46 ` classabbyamp
2023-07-09 21:49 ` classabbyamp
2023-07-09 21:51 ` classabbyamp
2023-07-09 21:59 ` Bnyro
2023-07-09 22:00 ` Bnyro
2023-07-09 22:00 ` classabbyamp
2023-07-09 22:00 ` classabbyamp
2023-07-09 22:48 ` [PR PATCH] [Updated] " spiwocoal
2023-07-09 22:50 ` libinput-debug-gui: update to 1.23.0, add update-check spiwocoal
2023-07-09 22:52 ` classabbyamp
2023-07-09 22:57 ` [PR PATCH] [Closed]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).