summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-19 10:02:35 +0900
committerGuix Patches Tester <>2024-09-24 11:21:20 +0200
commit489c17fa9b4ff99892c2251808106807e8df90d3 (patch)
tree435f55ebbed1efbf81d992973fbfbff701a9ab72
parent1e084dbefe6e920ba117580cb8dcbe780929c8cf (diff)
downloadguix-patches-issue-73341.tar
guix-patches-issue-73341.tar.gz
gnu: jstest-gtk: Mention this is for joydev devices in description.issue-73341
* gnu/packages/games.scm (jstest-gtk) [synopsis]: Mention this is for Joydev joysticks. [description]: Likewise. Change-Id: I3a93a237ea5e2efb6bc49e6a9eee2e8714e25bf5
-rw-r--r--gnu/packages/games.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9f02f32864..60147ae79b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9889,11 +9889,12 @@ attached joysticks and displays which buttons and axis are pressed.")
(native-inputs (list pkg-config))
(inputs (list gtkmm-3 libsigc++-2))
(home-page "https://github.com/Grumbel/jstest-gtk/")
- (synopsis "Simple joystick tester GUI")
+ (synopsis "Joydev Joystick Tester")
(description "@command{jstest-gtk} is a simple joystick tester based on
-GTK. It provides a list of attached joysticks, a way to display which buttons
-and axis are pressed, a way to remap axis and buttons and a way to calibrate
-joysticks.")
+GTK, for testing devices using the older @code{joydev} Linux joystick
+@acronym{API, Application Programming Interface}. It provides a list of
+attached joysticks, a way to display which buttons and axis are pressed, a way
+to remap axis and buttons and a way to calibrate joysticks.")
(license license:gpl3+))))
(define-public jumpnbump