Github messages for voidlinux
 help / color / mirror / Atom feed
From: bra1nwave <bra1nwave@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libinput: update to 1.15.5.
Date: Sat, 11 Apr 2020 12:27:54 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20874@inbox.vuxu.org> (raw)

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

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

https://github.com/bra1nwave/void-packages libinput
https://github.com/void-linux/void-packages/pull/20874

libinput: update to 1.15.5.
Added a build option for the debug-gui

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

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

From 5f94c9020aeb683eb2267807cf39a29b59dfe87c Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 11 Apr 2020 11:05:16 +0200
Subject: [PATCH] libinput: update to 1.15.5.

- add build option for the debug-gui
---
 srcpkgs/libinput/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index d21b529a559..50b4c3326b8 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,18 +1,22 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.15.4
+version=1.15.5
 revision=1
 build_style=meson
-configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false"
+configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
 hostmakedepends="pkg-config"
-makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
+makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
+ $(vopt_if debug_gui gtk+3-devel)"
 checkdepends="valgrind check-devel"
 short_desc="Provides handling input devices in Wayland compositors and X"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=9c8b6846d94e374ee4bdb32634e4ac4aa318afc31f9a58fcb545cd3095c745c1
+checksum=a90efc8f423c3094f2f9f372fb92381b2f3aad62e8b5882a8abe333aa8249c97
+
+build_options="debug_gui"
+desc_option_debug_gui="Build with debug GUI (GTK+3)"
 
 CFLAGS="-UNDEBUG"
 

             reply	other threads:[~2020-04-11 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11 10:27 bra1nwave [this message]
2020-04-12  8:08 ` [PR PATCH] [Merged]: " xtraeme

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-20874@inbox.vuxu.org \
    --to=bra1nwave@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).