Message ID | 41e72feaa5c55ae9d6c452f00979a072d84b21ee.1726707755.git.maxim.cournoyer@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#73341,1/4] services: Extend udev rules in joycond-service-type. | expand |
Am Donnerstag, dem 19.09.2024 um 10:02 +0900 schrieb Maxim Cournoyer: > * gnu/packages/games.scm (jstest-gtk) [synopsis]: Mention this is for > Joydev > joysticks. > [description]: Likewise. > > Change-Id: I3a93a237ea5e2efb6bc49e6a9eee2e8714e25bf5 > --- LGTM
Hi, Liliana Marie Prikler <liliana.prikler@gmail.com> writes: > Am Donnerstag, dem 19.09.2024 um 10:02 +0900 schrieb Maxim Cournoyer: >> * gnu/packages/games.scm (jstest-gtk) [synopsis]: Mention this is for >> Joydev >> joysticks. >> [description]: Likewise. >> >> Change-Id: I3a93a237ea5e2efb6bc49e6a9eee2e8714e25bf5 >> --- > LGTM Pushed as b7c94d5288 (sorry, I just noticed I forget to add the Reviewed-by tags).
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 03cd322b47..a2f421a51e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9888,11 +9888,12 @@ (define-public jstest-gtk (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