diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-02 10:39:18 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-02 10:47:59 -0500 |
commit | 5f7c7b47044751ec5a546d2b30007f196fc3f1ff (patch) | |
tree | 98fd6566808991c9f19874dd382c7c6778d8b0a7 /games-emulation | |
parent | net-misc/yt-dlp: add 2023.1.2 (diff) | |
download | gentoo-5f7c7b47044751ec5a546d2b30007f196fc3f1ff.tar.gz gentoo-5f7c7b47044751ec5a546d2b30007f196fc3f1ff.tar.bz2 gentoo-5f7c7b47044751ec5a546d2b30007f196fc3f1ff.zip |
games-emulation/pcsx2: update live
XDG_STD=yes is now default and the option was replaced by a
legacy option to opt-out which we don't need to pass.
Similar for handling setcap.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index e2f804a6b008..73eae17a4f96 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -159,13 +159,11 @@ src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=no -DDISABLE_BUILD_DATE=yes - -DDISABLE_SETCAP=yes -DENABLE_TESTS=$(usex test) -DUSE_VTUNE=no -DUSE_VULKAN=$(usex vulkan) -DWAYLAND_API=$(usex wayland) -DX11_API=yes # fails if X libs are missing even if disabled - -DXDG_STD=yes # note that the current upstream is somewhat hostile to using system # libs, system installs, or any modifications and may disregard any @@ -193,10 +191,10 @@ src_test() { } src_install() { - newbin "${BUILD_DIR}"/pcsx2-qt/pcsx2-qt ${PN} + newbin "${BUILD_DIR}"/bin/pcsx2-qt ${PN} insinto /usr/share/${PN} - doins -r "${BUILD_DIR}"/pcsx2-qt/resources + doins -r "${BUILD_DIR}"/bin/resources dodoc README.md bin/docs/{Debugger.pdf,GameIndex.pdf,PCSX2_FAQ.pdf,debugger.txt} newman bin/docs/PCSX2.1 ${PN}.1 |