Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Mon, 02 Jan 2023 15:52:42
Message-Id: 1672674479.5f7c7b47044751ec5a546d2b30007f196fc3f1ff.ionen@gentoo
1 commit: 5f7c7b47044751ec5a546d2b30007f196fc3f1ff
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 15:39:18 2023 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 15:47:59 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7c7b47
7
8 games-emulation/pcsx2: update live
9
10 XDG_STD=yes is now default and the option was replaced by a
11 legacy option to opt-out which we don't need to pass.
12
13 Similar for handling setcap.
14
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 ++----
18 1 file changed, 2 insertions(+), 4 deletions(-)
19
20 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
21 index e2f804a6b008..73eae17a4f96 100644
22 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
23 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
24 @@ -159,13 +159,11 @@ src_configure() {
25 local mycmakeargs=(
26 -DBUILD_SHARED_LIBS=no
27 -DDISABLE_BUILD_DATE=yes
28 - -DDISABLE_SETCAP=yes
29 -DENABLE_TESTS=$(usex test)
30 -DUSE_VTUNE=no
31 -DUSE_VULKAN=$(usex vulkan)
32 -DWAYLAND_API=$(usex wayland)
33 -DX11_API=yes # fails if X libs are missing even if disabled
34 - -DXDG_STD=yes
35
36 # note that the current upstream is somewhat hostile to using system
37 # libs, system installs, or any modifications and may disregard any
38 @@ -193,10 +191,10 @@ src_test() {
39 }
40
41 src_install() {
42 - newbin "${BUILD_DIR}"/pcsx2-qt/pcsx2-qt ${PN}
43 + newbin "${BUILD_DIR}"/bin/pcsx2-qt ${PN}
44
45 insinto /usr/share/${PN}
46 - doins -r "${BUILD_DIR}"/pcsx2-qt/resources
47 + doins -r "${BUILD_DIR}"/bin/resources
48
49 dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,PCSX2_FAQ.pdf,debugger.txt}
50 newman bin/docs/PCSX2.1 ${PN}.1