mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
cf3f9230c3
commit
a48605f6e9
1 changed files with 5 additions and 4 deletions
|
@ -9961,11 +9961,12 @@ (define-public jstest-gtk
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list gtkmm-3 libsigc++-2))
|
(inputs (list gtkmm-3 libsigc++-2))
|
||||||
(home-page "https://github.com/Grumbel/jstest-gtk/")
|
(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
|
(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
|
GTK, for testing devices using the older @code{joydev} Linux joystick
|
||||||
and axis are pressed, a way to remap axis and buttons and a way to calibrate
|
@acronym{API, Application Programming Interface}. It provides a list of
|
||||||
joysticks.")
|
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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public jumpnbump
|
(define-public jumpnbump
|
||||||
|
|
Loading…
Reference in a new issue