Package Details: xqf-git 1.0.6.2.r413.g75a8cdb-1

Git Clone URL: https://aur.archlinux.org/xqf-git.git (read-only, click to copy)
Package Base: xqf-git
Description: A game server browser and launcher for Unix/X11 for many popular games (a qstat frontend)
Upstream URL: https://xqf.github.io/
Licenses: GPL-2.0-only
Conflicts: xqf, xqf-cvs, xqf-svn
Provides: xqf
Replaces: xqf-cvs, xqf-svn
Submitter: Slash
Maintainer: Slash
Last Packager: Slash
Votes: 9
Popularity: 0.000000
First Submitted: 2014-11-07 01:44 (UTC)
Last Updated: 2025-10-25 17:07 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

ciggunot commented on 2025-10-25 19:18 (UTC)

Thank you Slash for the update. Works great.

Slash commented on 2025-10-25 17:08 (UTC)

I updated the PKGBUILD to support the new git submodule.

ciggunot commented on 2025-10-24 23:56 (UTC)

Hi Slash, thank you for maintaining both the xqf-git and xqf package as well. Trying the latest version from github (Build #164: Commit 75a8cdb) manually, does work (git clone --recurse-submodules https://github.com/XQF/xqf.git). Regrettably the package here (xqf-git 1.0.6.2.r134.ge6b51fd-1) does not build and I hope it can be repaired: (...) CMake Error at CMakeLists.txt:673 (add_subdirectory): The source directory /home/username/.cache/yay/xqf-git/src/xqf/libs/crunch does not contain a CMakeLists.txt file. (...)

Slash commented on 2015-06-21 23:19 (UTC)

Thanks, updated.

vorot93 commented on 2015-06-21 21:57 (UTC)

Please add cmake and replace intltool with gettext as make dependencies. If you wish to compile with GeoIP support enable -DUSE_GEOIP=ON switch.

Slash commented on 2015-06-21 20:18 (UTC)

Updated PKGBUILD to use new cmake build system.

vorot93 commented on 2015-06-18 06:56 (UTC)

Please change the upstream URL to https://xqf.github.io

illwieckz commented on 2014-11-07 06:51 (UTC)

Hmm, OK. I did not understand how it works. I thought it was a selection. From what you say, everyone build a different package depending on the time it installs it. I understand now. We try to push commits thaht compiles well, but it does not guarantee that things will not be broken. There is a fact, the code is very old and rusty, and some efforts to update it transform it into an unstable alchemy difficult to stabilize. It is both the bleeding edge and both the old and rusty. ;) So users of this package know what to expect… It is not a problem, but it means that we need another stable packages for other people. Thanks for what you do.

Slash commented on 2014-11-07 01:50 (UTC)

Hi @illwieckz, I created a new xqf-git package here: https://aur.archlinux.org/packages/xqf-git/ I will request this one be deleted or merged into that one. The way VCS packages work on Arch Linux is that when the user makes this PKGBUILD, it automatically pulls the latest version from git. I can specify a branch or a specific commit, but it's standard for PKGBUILDs to just pull the latest from master. Most projects' master branch is usually in a "buildable" state and Arch Linux users know there may be some inherit instability or problems by being on the bleeding edge :) I have it setup like that right now and it's working OK, but if it becomes too unstable or not able to be built, I can force a specific version.

illwieckz commented on 2014-11-06 07:22 (UTC)

Hi, I created an issue dedicated to help you to package XQF 1.0.6: https://github.com/XQF/xqf/issues/95