Search Criteria
Package Details: lutris-gamepad-ui-git v0.1.22.r0.g2c02ae0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lutris-gamepad-ui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | lutris-gamepad-ui-git |
| Description: | A simple, TV-friendly, gamepad-navigable frontend for Lutris |
| Upstream URL: | https://github.com/andrew-ld/lutris-gamepad-ui |
| Licenses: | GPL3 |
| Submitter: | andrew-ld |
| Maintainer: | andrew-ld |
| Last Packager: | andrew-ld |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-06-19 21:58 (UTC) |
| Last Updated: | 2025-10-05 18:04 (UTC) |
Dependencies (7)
- bluez (bluez-ps3AUR, bluez-gitAUR)
- electron37 (electron37-binAUR)
- lutris (lutris-gitAUR)
- pulse-native-provider (pulseaudio-gitAUR, pipewire-pulse-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse, pulseaudio)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
Latest Comments
yochananmarqos commented on 2025-06-20 21:10 (UTC)
@andrew-ld: Your package, your preference. No worries. Thanks for making the changes.
I prefer not to introduce new variables when an existing one can be used. I like to keep it simple.
andrew-ld commented on 2025-06-20 18:32 (UTC)
Hi @yochananmarqos, thanks for the suggestions. I’ve applied all of them except the one about ${_pkgname}, as I prefer not to repeat %-git multiple times.
yochananmarqos commented on 2025-06-19 23:42 (UTC) (edited on 2025-06-19 23:47 (UTC) by yochananmarqos)
@andrew-ld: This cannot be built in a clean chroot as
gitis missing from makedepends().Please see Node.js package guidelines for using a local NPM cache.
There's no reason to use additional variables like
${_pkgname}when${pkgname%-git}can be used.Also, generating the pkgver can be a bit more simple. See VCS package guidelines; i.e.,
EDIT: Made edits and corrections