summaryrefslogtreecommitdiff
path: root/games-fps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-07 22:48:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-07 22:48:01 +0000
commitc3bc61051d7f12b4c682efa7a5460bbc8815649e (patch)
treeb6d19e96ba3c397fb8278eeb9b68170db92630ba /games-fps
parent3517852e3b8a68d1e997770fc0650c5053bafc6c (diff)
gentoo resync : 07.01.2022
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/Manifest.gzbin10861 -> 10859 bytes
-rw-r--r--games-fps/quakeforge/Manifest2
-rw-r--r--games-fps/quakeforge/quakeforge-9999.ebuild31
3 files changed, 11 insertions, 22 deletions
diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz
index c68f4af29785..08a8198e8cfe 100644
--- a/games-fps/Manifest.gz
+++ b/games-fps/Manifest.gz
Binary files differ
diff --git a/games-fps/quakeforge/Manifest b/games-fps/quakeforge/Manifest
index 764875e16c7d..88694fd36717 100644
--- a/games-fps/quakeforge/Manifest
+++ b/games-fps/quakeforge/Manifest
@@ -1,5 +1,5 @@
AUX quakeforge-0.7.2_p20210722-skipped-tests.patch 491 BLAKE2B e9124ae690ee78825b921655f0ad297386a46b66151bcb7f0e9eff2bfc1a3f533b1b0beebdc863399519a104c098d4d2387fefa9a69d0dcfef7b442a7a5d73be SHA512 72e4a8f04cbc46f066fc3543a069a9d94a275c8f1a67028d90791c4c21d92ddd5e912b724c916ddee712b736fc098c747705f11619da2fc8162a8ad818c3b362
DIST quakeforge-0.7.2_p20210722.tar.gz 3157720 BLAKE2B 9757ed10a5f78d9b5f09029c149c3fc121daf4bef2cc5a1687d00d2d85c36065663407318478c801a4ae62dee03713e35009c91f590d1686678756da1aab7824 SHA512 1c3778ff73cffbb5cadc33e0b544935f822a0f983ed67945dbbd7f6624752b68e3da46f1836f38f22cbae9a9ac191eeacc256ca5da540c5448dfc1fb56b68aa4
EBUILD quakeforge-0.7.2_p20210722.ebuild 4386 BLAKE2B 268b9ede927ffd7d89b3d2cd6167e03a2666c33dd9def759bd537324cfc9dd462188a1df2c53ca3ed302b1e47c419153819a942bd554c6355bfe17d5814574b9 SHA512 f6808224222281798a853a83a455e77672185fd719c24ec680fc6ae5418db13ae693d2727ceea413bb5e62636c316708fbd4490b2135a9fab543196945548678
-EBUILD quakeforge-9999.ebuild 4581 BLAKE2B bdc130268853909732bac4d711b9a783f7f5791c0229aac14247028cc4495b5f129b4bb596c7c0137a9f11b70baf6b29695341b544180c0461d36a169ef278f9 SHA512 99a9656fb7f3450499de79632dee156186d294d30e5d9917a813de5845511c7190538c042403ba58d874ba50eaeb1066b5d266d1913cdf423fc2ca4fe1b37026
+EBUILD quakeforge-9999.ebuild 4059 BLAKE2B a0e05e7e9c039a51cdb2d917cad6b19d63fa1f637ea3e76355767a37797b35644df6197841aefedfa15437c08dbe63b94ad5679f5c9e15bf3f9b57a478fba6ab SHA512 c89e1465bac2a1289ee96eeac3c177e1065577a642eda0ed86a5899991194a762981d50feac12c7b9746aac840a516c7766e74b3f250d2262576a0f92b509657
MISC metadata.xml 1906 BLAKE2B f6f87d3baafd48ce3b535c40128f5d9ed441a61b72fd88af4d49ecaf8a7a91bd28aeb0b65f1f5e224fa17abc585931fa4d48f42a7a15f346b9987d10d3dbda03 SHA512 e8b4eb43c46daf9cdd1c51552fc701efd3291b7d2ae2ad33e6baa9569b6dcc88cb0b2c9364c50827188dcb2e1055091328d810aa973e3dee88825b88335bf377
diff --git a/games-fps/quakeforge/quakeforge-9999.ebuild b/games-fps/quakeforge/quakeforge-9999.ebuild
index 6013dac54d34..5a6d465477c4 100644
--- a/games-fps/quakeforge/quakeforge-9999.ebuild
+++ b/games-fps/quakeforge/quakeforge-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,9 +9,9 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/quakeforge/quakeforge.git"
else
- MY_COMMIT=""
- SRC_URI="https://github.com/quakeforge/quakeforge/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${MY_COMMIT}"
+ QUAKEFORGE_COMMIT=""
+ SRC_URI="https://github.com/quakeforge/quakeforge/archive/${QUAKEFORGE_COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${QUAKEFORGE_COMMIT}"
KEYWORDS="~amd64 ~x86"
fi
@@ -29,6 +29,8 @@ RDEPEND="
virtual/opengl
x11-libs/libX11
x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
x11-libs/libXxf86vm
alsa? ( media-libs/alsa-lib )
flac? ( media-libs/flac )
@@ -69,7 +71,7 @@ src_prepare() {
src_configure() {
qf_client() {
- echo $(usex client $(use_enable ${1}) --disable-${1})
+ usex client $(use_enable ${1}) --disable-${1}
}
local econfargs=(
@@ -116,9 +118,9 @@ src_install() {
find "${ED}" -name '*.la' -delete || die
- local DISABLE_AUTOFORMATTING="yes"
- local DOC_CONTENTS=\
-"Before you can play (using nq-x11 or qw-client-x11), you must ensure
+ local DISABLE_AUTOFORMATTING=yes
+ local DOC_CONTENTS="\
+Before you can play (using nq-x11 or qw-client-x11), you must ensure
that ${PN} can find your Quake pak0.pak (and optionally pak1.pak)
at one of these locations with lowercase filenames:
- '~/.local/share/${PN}/id1/pak0.pak'
@@ -148,17 +150,4 @@ Audio/Video notes:
pkg_postinst() {
readme.gentoo_print_elog
-
- if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -le 0.7.2-r1; then
- elog "Migration may be needed for ${PN}'s home paths, now using:"
- elog " ~/.${PN}rc -> ~/.config/${PN}/${PN}.conf"
- elog " ~/.${PN}/ -> ~/.local/share/${PN}/"
- elog "Also, nq-sdl / qw-client-sdl are no longer available (use -x11 instead)."
- fi
-
- if use vulkan; then
- ewarn "You've enabled the new vulkan support that is still experimental and yet"
- ewarn "used by default. If have issues, can use '+setrom vid_render gl' command"
- ewarn "line option to revert to GL."
- fi
}