summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292023-03-01 11:39:58 +0100
committerSpike292023-03-01 11:39:58 +0100
commit4ee0bfcdaa15b7d5f059b4f3df86e521129fa396 (patch)
tree84ed5e17bb5dee834f6191f860fef1132d6790fb
parentf7929a7cabe546bb45646a930820686bd526a657 (diff)
downloadaur-4ee0bfcdaa15b7d5f059b4f3df86e521129fa396.tar.gz
Small PKGBUILD tweaks
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1278daad8e22..e2f24a64220c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,12 +33,12 @@ build() {
# Possible values for the GAMEPACKS_LICENSE_LIST filter are "free",
# "all" (free + proprietary) and "none".
- # If, for example, you only want to fetch the Unvanquished and Xonotic gamepacks,
+ # If you only want to fetch the Unvanquished and Xonotic gamepacks for example,
# use -DGAMEPACKS_LICENSE_LIST=none and -DGAMEPACKS_NAME_LIST="Unvanquished Xonotic".
- # See https://gitlab.com/xonotic/netradiant for more options.
+ # See https://gitlab.com/xonotic/netradiant/-/blob/master/README.md for more information.
cmake -G "Unix Makefiles" -S. -Bbuild \
-DCMAKE_BUILD_TYPE=Release \
- -DOpenGL_GL_PREFERENCE="GLVND" \
+ -DOpenGL_GL_PREFERENCE=GLVND \
-DFHS_INSTALL=ON \
-DCMAKE_INSTALL_PREFIX=${pkgdir}/usr \
-DDOWNLOAD_GAMEPACKS=ON \