GNU bug report logs - #48874
[PATCH] gnu: xf86-input-libinput: Update to 1.0.1.

Previous Next

Package: guix-patches;

Reported by: Matthew James Kraai <kraai <at> ftbfs.org>

Date: Sun, 6 Jun 2021 13:44:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: bug#48874: closed (Re: [bug#48874] [PATCH] gnu: xf86-input-libinput:
 Update to 1.0.1.)
Date: Sun, 06 Jun 2021 14:22:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48874: [PATCH] gnu: xf86-input-libinput: Update to 1.0.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48874 <at> debbugs.gnu.org.

-- 
48874: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48874
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Matthew James Kraai <kraai <at> ftbfs.org>
Cc: 48874-done <at> debbugs.gnu.org
Subject: Re: [bug#48874] [PATCH] gnu: xf86-input-libinput: Update to 1.0.1.
Date: Sun, 06 Jun 2021 16:22:01 +0200
[Message part 3 (text/plain, inline)]
Matthew,

Matthew James Kraai 写道:
> * gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1.

Thanks!  Pushed as b2122b07dc24007263b92247cc479713c2101390.

Not your doing but I'll mention it here: I was sceptical about 
this package being ‘X11’-licenced, and indeed it wasn't.  Fixed in 
db6ff6da1588a84bdc02dfc8eccd59a885b46fde.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Matthew James Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: [PATCH] gnu: xf86-input-libinput: Update to 1.0.1.
Date: Sun,  6 Jun 2021 06:42:49 -0700
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1.
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 34d7997550..6802c52de3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note <at> m4x.org>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo <at> nixo.xyz>
+;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2529,7 +2530,7 @@ including most mice, keyboards, tablets and touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.30.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2537,7 +2538,7 @@ including most mice, keyboards, tablets and touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr"))))
+                "0nr4r9x8c7y1l0ipivjch5zps093mxmg2nqmfn2934am26fc9ppx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.31.1




This bug report was last modified 4 years and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.