[bug#71403] gnu: libinput-gestures: Update to 2.76.
Commit Message
* gnu/packages/freedesktop.scm (libinput-gestures): Update to 2.76.
Change-Id: If01b291c6790539af22c508d764c5f09a92ec051
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: 580d77d0fb12448ef1621699cc0c56e787e2aadb
prerequisite-patch-id: 3105d2dda46daf29f7ea4fd49a21a44826cb965a
Comments
Hello,
I was about to apply your patch, but then I saw a line
;; TODO: replace this phase
Is it still relevant? To the untrained eye the phase looks okay.
Concerning the description, I would suggest the following:
"@code{libinput-gestures} is a utility which reads libinput gestures from
the touchpad and maps them to gestures defined in a configuration file.
Each gesture can be configured to activate a shell command. It can be used for
X window managers and Wayland compositors that do not support libinput gestures
natively."
to remove the "you" and one of many "configur{e,ation}".
Andreas
@@ -747,7 +747,7 @@ (define-public libinput-minimal
(define-public libinput-gestures
(package
(name "libinput-gestures")
- (version "2.73")
+ (version "2.76")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -756,7 +756,7 @@ (define-public libinput-gestures
(file-name (git-file-name name version))
(sha256
(base32
- "1klnc4y43maxpz7c6q0gc2gbly6jfcawnalx3f2jyc61zzgrxl3n"))))
+ "0x7gwdq7c7rahbfj6cdk19jgmm4g87r51i1229rq55wlzm1y1gsd"))))
(build-system gnu-build-system)
(arguments
(list