aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-17 05:50:37 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-06 16:20:22 +0000
commita48605f6e9fa8f154e3b94c0d93d46831747b057 (patch)
tree9738af83da4ee2fbef7e25213f832a09d336176a
parentcf3f9230c302201e4808b322832260c0b9fbeab6 (diff)
downloadguix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar.gz
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar.bz2
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar.lz
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar.xz
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.tar.zst
guix-a48605f6e9fa8f154e3b94c0d93d46831747b057.zip
gnu: jstest-gtk: Mention this is for joydev devices in description.
* 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 a131fa5129..8137015fcf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9961,11 +9961,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