diff mbox series

[bug#71403] gnu: libinput-gestures: Update to 2.76.

Message ID 686648def1516cc739f7fabe771f4c92c0f5afc5.1717727224.git.kiasoc5@disroot.org
State New
Headers show
Series [bug#71403] gnu: libinput-gestures: Update to 2.76. | expand

Commit Message

kiasoc5 June 7, 2024, 2:27 a.m. UTC
* 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

Andreas Enge June 29, 2024, 9:49 a.m. UTC | #1
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
diff mbox series

Patch

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e29c289df2..79dd6d5015 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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