Search Criteria
Package Details: abuse 0.9.1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/abuse.git (read-only, click to copy) |
|---|---|
| Package Base: | abuse |
| Description: | Side-scroller action game that pits you against ruthless alien killers |
| Upstream URL: | https://github.com/Xenoveritas/abuse |
| Keywords: | action game scroller |
| Licenses: | GPL, custom |
| Submitter: | xyproto |
| Maintainer: | mpento |
| Last Packager: | mpento |
| Votes: | 4 |
| Popularity: | 0.004000 |
| First Submitted: | 2021-09-03 09:52 (UTC) |
| Last Updated: | 2025-07-07 20:38 (UTC) |
Dependencies (6)
- libglvnd (libglvnd-gitAUR)
- sdl2_mixer
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gendesk (make)
- glu (glu-gitAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
Latest Comments
hildigerr commented on 2025-12-01 02:11 (UTC)
I've created an
abuse-gitpackage based on this one but using the apancik source fork. Other changes include using-DCMAKE_INSTALL_PREFIX=/usr/share/games/abuse. For the issue you are currently debugging, it may help to verify that the PKGBUILD install location matches the default install prefix.mpento commented on 2025-11-30 18:48 (UTC) (edited on 2025-11-30 18:50 (UTC) by mpento)
@Keystone,
I am seeing this as well. I missed it previously because I had an existing
.abusefolder in my home directory.If I remove that directory, on the initial run I see this:
After the initial run of abuse, the
.abusedirectory is created and populated with some config files, but the game still fails with the same error.I'm looking into this.
Keystone commented on 2025-11-28 02:56 (UTC)
Current build doesn't let abuse know where to find the datadir leading to a .desktop/cmdline alteration of
abuse -datadir /usr/local/share/games/abuse -fullscreenin order for it to find the files. (340xx)mpento commented on 2025-11-26 23:12 (UTC) (edited on 2025-11-26 23:13 (UTC) by mpento)
@hildigerr, The current source location is a fork that provides several improvements to the original source tree, such as CMake, SDL2, etc.
There is nothing wrong with adding a new package to the AUR that is specific to the fork that you suggest (i.e.
abuse-apancik) instead of modifying this current package, which works really well.Of course, if there is a compelling reason to switch to a different fork, it should be considered.
hildigerr commented on 2025-11-15 00:14 (UTC)
Has there been any consideration of switching to the apancik fork?
mpento commented on 2025-07-07 20:40 (UTC)
Release 3: Updating cmake line with -DCMAKE_POLICY_VERSION_MINIMUM=3.5 fixed build failures.
mpento commented on 2025-07-07 20:30 (UTC) (edited on 2025-07-07 20:35 (UTC) by mpento)
Flagged as out-of-date because of build problems.
Looking into this.
barnabedikartola commented on 2023-07-07 04:29 (UTC)
when trying to generate in clean chroot, I got the following error "/build/PKGBUILD: line 27: cmake: command not found", I think it is necessary to include cmake in makedepends=