Search Criteria
Package Details: vpinball-git r8607.f3618fd-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vpinball-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vpinball-git |
| Description: | An open source pinball table editor and simulator - BGFX standalone version built with dependencies as defined by the developers |
| Upstream URL: | https://github.com/vpinball/vpinball |
| Keywords: | game pinball simulator visual vpinball |
| Licenses: | GPL-3.0-or-later, LicenseRef-MAME |
| Conflicts: | vpinball |
| Provides: | vpinball, vpinball-git |
| Submitter: | joni_999 |
| Maintainer: | joni_999 |
| Last Packager: | joni_999 |
| Votes: | 2 |
| Popularity: | 0.070105 |
| First Submitted: | 2025-05-18 14:32 (UTC) |
| Last Updated: | 2025-10-24 15:51 (UTC) |
Dependencies (18)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- nasm (nasm-gitAUR)
- python
- python-lxml
- python-pillow (python-pillow-simd-gitAUR)
- systemd-libs (systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- zlib-ng (zlib-ng-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Latest Comments
joni_999 commented on 2025-10-24 16:22 (UTC)
Thanks for your detailed report - I have commited the change as you suggested
r3dux commented on 2025-10-23 09:27 (UTC) (edited on 2025-10-23 09:28 (UTC) by r3dux)
Hi there! I built this earlier and it went well - but I did have to do one manual tweak to get everything working.
While the
vpinball-launcher.shthat gets downloaded is executable, the package installs it 644 - so it's not executable and Gnome then skips over adding an icon for the app. As such I ended up doing the following to get it to work:I think if you changed the following line in the PKGBUILD:
To:
Then everything would work right first time.
Hope this helps & thanks for maintaining the package!