Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libinput: update to 1.19.3, split debug-gui
@ 2021-12-16 20:16 paper42
  2021-12-16 20:46 ` [PR PATCH] [Updated] " paper42
  2021-12-18 11:26 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2021-12-16 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libinput-1.19.3
https://github.com/void-linux/void-packages/pull/34574

libinput: update to 1.19.3, split debug-gui
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 63de3bb6eab655071ec9918546bdf88abee79ca8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 3 Dec 2021 00:03:12 +0100
Subject: [PATCH] libinput: update to 1.19.3.

* split debug_gui to a subpackage
* adopt
---
 srcpkgs/libinput-debug-gui |  1 +
 srcpkgs/libinput/template  | 21 +++++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)
 create mode 120000 srcpkgs/libinput-debug-gui

diff --git a/srcpkgs/libinput-debug-gui b/srcpkgs/libinput-debug-gui
new file mode 120000
index 000000000000..b8bfebd1511c
--- /dev/null
+++ b/srcpkgs/libinput-debug-gui
@@ -0,0 +1 @@
+libinput
\ No newline at end of file
diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index ab2b0db758ef..ba7425df81da 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,22 +1,19 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.19.1
+version=1.19.3
 revision=1
 build_style=meson
-configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
+configure_args="-Dtests=false"
 hostmakedepends="pkg-config"
 makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
- $(vopt_if debug_gui gtk+3-devel)"
+ gtk+3-devel"
 checkdepends="valgrind check-devel"
 short_desc="Provides handling input devices in Wayland compositors and X"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d
-
-build_options="debug_gui"
-desc_option_debug_gui="Build with debug GUI (GTK+3)"
+checksum=3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068
 
 CFLAGS="-UNDEBUG"
 
@@ -37,3 +34,11 @@ libinput-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+libinput-debug-gui_package() {
+	short_desc+=" - debug GUI"
+	pkg_install() {
+		vmove usr/libexec/libinput/libinput-debug-gui
+		vmove usr/share/man/man1/libinput-debug-gui.1
+	}
+}

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

* Re: [PR PATCH] [Updated] libinput: update to 1.19.3, split debug-gui
  2021-12-16 20:16 [PR PATCH] libinput: update to 1.19.3, split debug-gui paper42
@ 2021-12-16 20:46 ` paper42
  2021-12-18 11:26 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-12-16 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libinput-1.19.3
https://github.com/void-linux/void-packages/pull/34574

libinput: update to 1.19.3, split debug-gui
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 5764e4c003f072d293f876f1cbe5a331760c0106 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 3 Dec 2021 00:03:12 +0100
Subject: [PATCH] libinput: update to 1.19.3.

* split debug_gui to a subpackage
---
 srcpkgs/libinput-debug-gui |  1 +
 srcpkgs/libinput/template  | 23 ++++++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)
 create mode 120000 srcpkgs/libinput-debug-gui

diff --git a/srcpkgs/libinput-debug-gui b/srcpkgs/libinput-debug-gui
new file mode 120000
index 000000000000..b8bfebd1511c
--- /dev/null
+++ b/srcpkgs/libinput-debug-gui
@@ -0,0 +1 @@
+libinput
\ No newline at end of file
diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index ab2b0db758ef..118f703d9275 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,22 +1,19 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.19.1
+version=1.19.3
 revision=1
 build_style=meson
-configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
-hostmakedepends="pkg-config"
+configure_args="-Dtests=false"
+hostmakedepends="pkg-config wayland-devel"
 makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
- $(vopt_if debug_gui gtk+3-devel)"
+ gtk+3-devel"
 checkdepends="valgrind check-devel"
 short_desc="Provides handling input devices in Wayland compositors and X"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d
-
-build_options="debug_gui"
-desc_option_debug_gui="Build with debug GUI (GTK+3)"
+checksum=3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068
 
 CFLAGS="-UNDEBUG"
 
@@ -37,3 +34,11 @@ libinput-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+libinput-debug-gui_package() {
+	short_desc+=" - debug GUI"
+	pkg_install() {
+		vmove usr/libexec/libinput/libinput-debug-gui
+		vmove usr/share/man/man1/libinput-debug-gui.1
+	}
+}

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

* Re: [PR PATCH] [Merged]: libinput: update to 1.19.3, split debug-gui
  2021-12-16 20:16 [PR PATCH] libinput: update to 1.19.3, split debug-gui paper42
  2021-12-16 20:46 ` [PR PATCH] [Updated] " paper42
@ 2021-12-18 11:26 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-12-18 11:26 UTC (permalink / raw)
  To: ml

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

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

libinput: update to 1.19.3, split debug-gui
https://github.com/void-linux/void-packages/pull/34574

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

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

end of thread, other threads:[~2021-12-18 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 20:16 [PR PATCH] libinput: update to 1.19.3, split debug-gui paper42
2021-12-16 20:46 ` [PR PATCH] [Updated] " paper42
2021-12-18 11:26 ` [PR PATCH] [Merged]: " paper42

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).