Search Criteria
Package Details: xash3d-fwgs-git r5065.b7150c32-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xash3d-fwgs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xash3d-fwgs-git |
| Description: | A custom GoldSrc engine implementation |
| Upstream URL: | http://xash.su/ |
| Keywords: | game hl xash3d |
| Licenses: | GPL3 |
| Conflicts: | xash3d-git, xash3d-hlsdk |
| Provides: | xash3d |
| Submitter: | r4v3n6101 |
| Maintainer: | r4v3n6101 |
| Last Packager: | r4v3n6101 |
| Votes: | 7 |
| Popularity: | 0.43 |
| First Submitted: | 2021-02-28 02:43 (UTC) |
| Last Updated: | 2025-01-03 14:50 (UTC) |
Dependencies (9)
- lib32-fontconfig
- lib32-freetype2
- lib32-libpulse
- lib32-sdl2AUR (lib32-sdl2-compat-gitAUR, lib32-sdl2-compat)
- binutils (make)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make, x86_64)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make, x86_64)
- make (make-gitAUR, make-staticAUR) (make)
- python (make)
Latest Comments
r4v3n6101 commented on 2025-01-03 14:51 (UTC)
Thanks for your patch! Did update
FreePenguin commented on 2025-01-02 11:32 (UTC)
I can't build it anymore without `--enable-bundled-deps' flag, I suggest to change PKGBUILD accordingly
r4v3n6101 commented on 2023-01-11 08:56 (UTC)
I've applied your patch. Thanks!
second2050 commented on 2023-01-01 20:30 (UTC)
I suggest changing the launch script to check if
$XASH3D_BASEDIRis already set in the environment and use it as is, which will make it easier for the user to change the directory.My personal changes are these: (it also checks if
$XDG_DATA_HOMEis set and make the default directory$XDG_DATA_HOME/xash3d/if so.InFerNo commented on 2022-12-10 19:37 (UTC)
This works on Arch Linux ARM (aarch64) on Odroid C4, too, however to run HL1 you need to use
xash3d-hlsdkand lifthl.soandclient.sofrom the compiled folders (no need to actually install that package), after you copied the game files ("valve" folder) to~/.xash3d/. Move them to~/.xash3d/valve/dlls/and~/.xash3d/valve/cl_dlls/and append _arm64 to their names (hl_arm64.soandclient_arm64.so).r4v3n6101 commented on 2022-07-30 21:52 (UTC)
Hello. I've fixed this. Have a try again please and thank you for reporting trouble
MindfulProtons commented on 2022-07-26 17:37 (UTC) (edited on 2022-07-26 17:38 (UTC) by MindfulProtons)
Hi, Please change line 41 of the PKGBUILD to:
Otherwise, the PKGBUILD will always fail.
r4v3n6101 commented on 2022-02-08 18:12 (UTC)
Fixed, thanks to @xrayfur!
xrayfur commented on 2022-02-02 15:58 (UTC)
Hello,
Please fix startup script line 3 for correctness (missing column) and to be /bin/sh compliant (+= syntax is only guaranteed to work in /bin/bash):