Search Criteria
Package Details: yarc-launcher 1.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yarc-launcher.git (read-only, click to copy) |
|---|---|
| Package Base: | yarc-launcher |
| Description: | The official launcher for YARG (a.k.a. Yet Another Launcher or YAL) |
| Upstream URL: | https://github.com/YARC-Official/YARC-Launcher |
| Keywords: | band guitar hero launcher rock yarg |
| Licenses: | custom: YARG License |
| Conflicts: | yarc-launcher-bin |
| Submitter: | GANPI |
| Maintainer: | GANPI |
| Last Packager: | GANPI |
| Votes: | 1 |
| Popularity: | 0.000002 |
| First Submitted: | 2023-09-06 18:20 (UTC) |
| Last Updated: | 2025-10-16 04:45 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- hidapi (hidapi-gitAUR) (optional) – support for HID devices (in-game)
- pulseaudio-alsa (pulseaudio-dummyAUR, pulseaudio-alsa-gitAUR, pipewire-full-alsa-gitAUR) (optional) – audio support (in-game)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR) (optional) – access to HID devices (in-game)
Latest Comments
SkyJumper409 commented on 2025-10-05 14:41 (UTC) (edited on 2025-10-05 14:44 (UTC) by SkyJumper409)
There appears to be an issue with building yarc-launcher version 1.2.0-1, specifically with the part of the build script where
npm run tauri buildis executed.While searching for a fix for this, I found a closed issue on tauri github repo, where it is mentioned that
The issue was caused by the .gitignore file from the AUR which apparently gitignores everything but
.gitignore,.SRCINFOandPKGBUILD. To fix this, I had to rename that file to something else, and upon runningnpm run tauri build(inyarc-launcher/src/YARC-Launcher-1.2.0), the build worked.(note:
makepkgalso works while the gitignore file is renamed.)