[PATCH core-updates 1/2] gnu: libinput: Update to 1.24.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 25 Aug 2023 10:51
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
ab3dad3bf5704dbe208bae3cfcb860c6fe1ff51d.1692953417.git.hako@ultrarare.space
* gnu/packages/freedesktop.scm (libinput): Update to 1.24.0.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0e80550492..23766622b4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -557,7 +557,7 @@ (define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
- (version "1.23.0")
+ (version "1.24.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -566,7 +566,7 @@ (define-public libinput
(file-name (git-file-name name version))
(sha256
(base32
- "0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
+ "0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")

base-commit: c365cc69881f3aec633b88ba22c7fe8faec3597e
--
2.41.0
H
H
Hilton Chain wrote on 25 Aug 2023 10:53
[PATCH core-updates 2/2] gnu: libinput: Remove input labels.
(address . 65525@debbugs.gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
49d5d660fc7c5b6b3630d5a4c2b43386d1d44bdf.1692953417.git.hako@ultrarare.space
* gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove input
labels.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 23766622b4..9b3ab35783 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -585,8 +585,8 @@ (define-public libinput
libwacom
mtdev))
(propagated-inputs
- `(;; libinput.h requires <libudev.h>, so propagate it.
- ("udev" ,eudev)))
+ ;; libinput.h requires <libudev.h>, so propagate it.
+ (list eudev))
(home-page "https://www.freedesktop.org/wiki/Software/libinput/")
(synopsis "Input devices handling library")
(description
--
2.41.0
M
M
Maxim Cournoyer wrote on 20 Oct 2023 05:08
(name . Hilton Chain)(address . hako@ultrarare.space)(address . 65525-done@debbugs.gnu.org)
87fs26m1mr.fsf@gmail.com
Hi,

Series applied to core-updates.

--
Thanks,
Maxim
Closed
?