[PATCH] gnu: freedesktop: Update libinput to 1.25.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • John Kehayias
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

Daniel Ziltener wrote 12 months ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
28dc9b5cbb0d5d6a05cca9ec8188e40d@lyrion.ch
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 20cf2510d2..3fb89dbc5a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -573,7 +573,7 @@ (define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
(name "libinput")
- (version "1.22.1")
+ (version "1.25.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -581,7 +581,7 @@ (define-public libinput
(commit version)))
(sha256
(base32
- "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
+ "0nzz76lgjkj8la5icmv9zm43gb3d12ygjcilc4nqh25ywpj58qbk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")
--
2.41.0
John Kehayias wrote 6 months ago
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 69881-done@debbugs.gnu.org)
878qw1bjj5.fsf@protonmail.com
Hello,

On Mon, Mar 18, 2024 at 11:12 PM, Daniel Ziltener wrote:

Toggle quote (27 lines)
> ---
> gnu/packages/freedesktop.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 20cf2510d2..3fb89dbc5a 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -573,7 +573,7 @@ (define-public libinput
> ;; Updating this will rebuild over 700 packages through libinput-minimal.
> (package
> (name "libinput")
> - (version "1.22.1")
> + (version "1.25.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -581,7 +581,7 @@ (define-public libinput
> (commit version)))
> (sha256
> (base32
> - "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
> + "0nzz76lgjkj8la5icmv9zm43gb3d12ygjcilc4nqh25ywpj58qbk"))))
> (build-system meson-build-system)
> (arguments
> `(#:configure-flags '("-Ddocumentation=false")

I've update libinput to the latest version on mesa-updates, superseding
this patch but thank you!

John
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69881@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69881
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help