Search Criteria
Package Details: sdl-jstest-git 1:0.2.2.r24.g60f6e62-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sdl-jstest-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sdl-jstest-git |
| Description: | Simple SDL joystick test application for the command line. |
| Upstream URL: | https://github.com/Grumbel/sdl-jstest |
| Licenses: | GPL-3.0-or-later |
| Provides: | sdl-jstest |
| Submitter: | Chais |
| Maintainer: | silverhikari |
| Last Packager: | silverhikari |
| Votes: | 6 |
| Popularity: | 0.41 |
| First Submitted: | 2014-09-19 11:11 (UTC) |
| Last Updated: | 2024-07-30 21:01 (UTC) |
Dependencies (6)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- ncurses (ncurses-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
barabas commented on 2025-11-07 15:55 (UTC) (edited on 2025-11-07 16:00 (UTC) by barabas)
I got this error:
Comparing to another packages that has man pages (https://archlinux.org/packages/core/x86_64/coreutils/), I think you should remove the mandb calls from the post install scripts. It's not present in other packages that include manpages.
HurricanePootis commented on 2024-05-15 03:51 (UTC)
Please update the license() array to be SPDX compliant.
loathingkernel commented on 2022-07-24 12:21 (UTC)
Please handle submodules properly
https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
albfan commented on 2019-06-26 10:39 (UTC)
Yep, this lacks
git submodule init git submodel update
To download db controller.
Check this thread on how to do it
https://bbs.archlinux.org/viewtopic.php?id=238021
package works correctly after that
jose1711 commented on 2019-02-04 18:50 (UTC)
please add
submodule initandsubmodule updateinsideSDL_GameControllerDB. thank you.