Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libinput: update to 1.19.3, split debug-gui
Date: Thu, 16 Dec 2021 21:16:29 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34574@inbox.vuxu.org> (raw)

[-- 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
+	}
+}

             reply	other threads:[~2021-12-16 20:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 20:16 paper42 [this message]
2021-12-16 20:46 ` [PR PATCH] [Updated] " paper42
2021-12-18 11:26 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34574@inbox.vuxu.org \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).