Search Criteria
Package Details: faugus-launcher 1.20.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/faugus-launcher.git (read-only, click to copy) |
|---|---|
| Package Base: | faugus-launcher |
| Description: | A simple and lightweight app for running Windows games using UMU-Launcher |
| Upstream URL: | https://github.com/Faugus/faugus-launcher |
| Licenses: | MIT |
| Conflicts: | faugus-launcher |
| Provides: | faugus-launcher |
| Submitter: | flxrbr |
| Maintainer: | flxrbr |
| Last Packager: | flxrbr |
| Votes: | 26 |
| Popularity: | 3.62 |
| First Submitted: | 2025-01-06 01:01 (UTC) |
| Last Updated: | 2026-05-24 18:39 (UTC) |
Dependencies (14)
- icoextract
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR)
- libayatana-appindicator
- libcanberra (libcanberra-gtk2AUR)
- python
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-psutil
- python-pygame (python-pygame-gitAUR, python-pygame-ceAUR, python-pygame-ce-sdl3AUR)
- python-requests
- python-vdf
- vulkan-tools (vulkan-tools-gitAUR)
- meson (meson-gitAUR) (make)
Latest Comments
nixxo commented on 2026-04-17 20:26 (UTC) (edited on 2026-04-17 20:26 (UTC) by nixxo)
should be adding python-pygame as dependencies for version 1.18.3 and up for the added gamepad support. https://github.com/Faugus/faugus-launcher/releases/tag/1.18.3
flxrbr commented on 2025-06-26 22:03 (UTC)
@Collin1224 thank you
Colin1224 commented on 2025-06-26 21:58 (UTC)
Latest revision fails to build unless meson is installed because it isn't listed as a make dependency.
flxrbr commented on 2025-01-08 18:30 (UTC)
@patlefort got it. I'll change it then. Thanks.
patlefort commented on 2025-01-08 18:25 (UTC)
Getting the latest commit is the purpose of the
-gitpackage. Otherwise, it's expected that it will always build the same thing now or later for the same pkgbuild. The correct way, since you control this project, would be to push new version tags in your github repo and bump the pkgver here. If it's too much work, it's fine to just maintain the-gitpackage and let users keep up to date.flxrbr commented on 2025-01-08 18:06 (UTC)
@patlefort that was my intention. It's just easier to release bug fixes. Is that a problem? I'll change it if it is.
patlefort commented on 2025-01-08 17:56 (UTC)
Can you please use a versioned release in the source? As in
${url}/archive/refs/tags/${pkgver}.tar.gz. I think your url is pointing at whatever is the latest commit in the repo.