Package Details: ezquake 3.6.9-1

Git Clone URL: https://aur.archlinux.org/ezquake.git (read-only, click to copy)
Package Base: ezquake
Description: One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play.
Upstream URL: https://ezquake.com/
Licenses: GPL-2.0-only
Conflicts: ezquake-git, fuhquake
Provides: fuhquake, quake
Submitter: Slash
Maintainer: Slash (sanerb)
Last Packager: Slash
Votes: 33
Popularity: 0.000000
First Submitted: 2006-10-07 02:38 (UTC)
Last Updated: 2026-05-14 19:14 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Slash commented on 2026-05-14 19:15 (UTC)

@beej: Thanks, I added that workaround and updated to 3.6.9

beej commented on 2026-05-13 23:31 (UTC)

I had to mod the PKGBUILD to add an explicit path to minizip or else I got a bunch of '"unzip.h" not found' errors.

cmake --preset dynamic -DCMAKE_C_FLAGS="-I/usr/include/minizip"

Slash commented on 2024-08-08 21:58 (UTC)

@physics_badger: I added a patch for the PCRE2 issue.

physics_badger commented on 2024-06-02 04:17 (UTC)

I keep gettin this exit code 4, here is the full text

==> Starting build()... WARNING: Couldn't detect ezQuake version. WARNING: Couldn't detect ezQuake version. [CC] .ezquake/src/cmodel.o [CC] .ezquake/src/cmd.o In file included from src/cmd.c:28: src/teamplay.h:27:10: fatal error: pcre2.h: No such file or directory 27 | #include <pcre2.h> | ^ compilation terminated. make: *** [Makefile:630: .ezquake/src/cmd.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... -> error making: ezquake-exit status 4 -> Failed to install the following packages. Manual intervention is required: ezquake - exit status 4

int8 commented on 2023-08-30 08:41 (UTC)

I noticed after a fresh install, tries to download server files into /opt/quake, should this be writeable by default, or the default output folder changed to within home? Thanks for the neat package

freeartist commented on 2023-01-25 00:15 (UTC) (edited on 2023-01-25 00:20 (UTC) by freeartist)

Hi) yay building error

src/common.h:40:10: fatal error: protocol.h: No such file or directory

but this works, why?

cd /tmp && wget 'https://aur.archlinux.org/cgit/aur.git/snapshot/ezquake.tar.gz' && tar zxvf ezquake.tar.gz && cd ezquake/ && makepkg

z0mb1e_kgd commented on 2021-08-19 13:01 (UTC)

I have installed this package with yay, all works ok except saving the game and options configuration. Please advise the proper way to fix this. My thought is the game lacks its folder in the user's folder, or permissions are corrupted somehow.

dbermond commented on 2020-07-08 15:45 (UTC)

Package fails to build in a clean chroot with devtools:

install: invalid group ‘users’

Slash commented on 2020-07-07 23:55 (UTC)

@debermond @sanerb Thanks! I updated the PKGBUILD with the patch and removed the gcc9 stuff.

sanerb commented on 2020-07-06 20:51 (UTC)

@debermond - thank you!

I'll let Slash review and decide if they want to apply it or not.

@Slash-

If you do apply the patch, you should remove gcc9 from the makedepends and remove the CC="gcc-9" from the make line.