Package Details: vkquake 1.30.1-3

Git Clone URL: https://aur.archlinux.org/vkquake.git (read-only, click to copy)
Package Base: vkquake
Description: A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support.
Upstream URL: https://github.com/Novum/vkquake
Keywords: fps quake quakespasm quakeworld
Licenses: GPL-2.0-or-later
Provides: vkquake
Submitter: ProfessorKaos64
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 21
Popularity: 1.02
First Submitted: 2016-12-11 00:53 (UTC)
Last Updated: 2024-04-02 02:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

PopeRigby commented on 2020-05-16 20:18 (UTC) (edited on 2020-05-16 20:20 (UTC) by PopeRigby)

I'm getting this when building:

gl_rmisc.c:1429:32: error: ‘VK_DYNAMIC_STATE_RANGE_SIZE’ undeclared (first use in this function); did you mean ‘VK_DYNAMIC_STATE_LINE_WIDTH’?
 1429 |  VkDynamicState dynamic_states[VK_DYNAMIC_STATE_RANGE_SIZE];
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                VK_DYNAMIC_STATE_LINE_WIDTH
gl_rmisc.c:1429:32: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:200: gl_rmisc.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory '/home/cassidy/hmphh/vkquake/src/vkquake/Quake'
==> ERROR: A failure occurred in build().
    Aborting...

micwoj92 commented on 2020-03-03 16:30 (UTC) (edited on 2020-03-03 16:30 (UTC) by micwoj92)

Hello @ProfessorKaos64, do you still maintain it? There is already 1.04.1 available and the package was flagged out of date when 1.03 came out. Do you mind updating or orphaning it?

ProfessorKaos64 commented on 2017-10-18 02:10 (UTC)

SVG added as requested.

mattyclarkson commented on 2017-10-17 09:38 (UTC)

Have posted it to https://pastebin.com/dQmwk4Ni You can download it from there (it adds .txt on the end though, which is annoying :/ )

ProfessorKaos64 commented on 2017-10-17 02:38 (UTC)

I am not sure how to obtain the svg you posted. If it is supposed to be a file, upload it somewhere, if a link use a pastein site so it can be read as intended.

mattyclarkson commented on 2017-10-12 10:51 (UTC)

If you set the icon to `Icon=vkquake` in the `vkquake.desktop` file it allows the icon to be overridden. I added the following SVG file to provide a scalable quake icon in `~/.icons/vkquake.svg` and it picks it up. ``` <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110" height="110" width="110"><path d="m86.5 24.8c1.8 4.8 2.6 9.7 2.6 14.7 0 4.4-0.7 8.4-2 12-2.3 6.1-5.9 11.3-10.8 15.4-5.1 4.2-10.9 6.7-17.2 7.3v8.8c0 0.3-0.3 1.7-0.8 4.1-1 4.7-2 10.1-2.8 16.1-2.8-12.6-4.4-19.3-4.7-20.1v-9c-6.2-0.6-11.8-3-16.8-7.2-8.7-7.2-13-16.3-13-27.5 0-4.7 0.8-9.2 2.3-13.7 1.4-4.2 3.6-8 6.5-11.4 3.1-3.7 6.7-6.3 10.6-7.7-4.2 2.4-7.6 5.5-10.3 9.3-3.7 5.1-5.5 11-5.5 17.5 0 2.4 0.2 4.8 0.7 7.1 1 4.9 3.3 9.4 7.1 13.7 3.9 4.4 8.2 7.1 12.9 8.3 2.4 0.9 4.3 1.3 5.6 1.4v-8.9c0-0.9 0-1.9-0.1-3.1-0.4-1.9-1.5-3-3.2-3.2-0.1-0.1-0.3-0.2-0.4-0.2h15.5c0.4 0 0.6 0.1 0.5 0.2-2.1 0.3-3.3 1.4-3.7 3.2-0.2 0.9-0.3 2-0.3 3.2v8.8c2.9-0.6 4.9-1.1 6-1.4 4.6-1.2 8.8-3.8 12.6-7.9 5.4-5.8 8-12.8 8-21.1 0-5.6-1.4-10.8-4.3-15.5-2.8-4.7-6.7-8.5-11.7-11.3 7.8 3 13.4 9 16.8 18z"/></svg> ``` If you wanted to include that file in the package, you could install it into `/usr/share/icons/vkquake.svg` and it would work system wide.

ProfessorKaos64 commented on 2017-02-26 03:38 (UTC)

Add vkquake.pak to install to /usr/share/games/vkquake.

xDShot commented on 2017-02-16 20:52 (UTC)

The necessary file vkquake.pak is missing after installation. Please fix it.