diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-22 23:57:12 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-22 23:58:56 -0400 |
commit | fc5fdfc8ba5d6e122b7598c68342d3f17a1e07c3 (patch) | |
tree | e7ed169efde7a48d3baa9c21691b18a9a0848cc6 /games-emulation | |
parent | games-emulation/pcsx2: set git tag for version display (diff) | |
download | gentoo-fc5fdfc8ba5d6e122b7598c68342d3f17a1e07c3.tar.gz gentoo-fc5fdfc8ba5d6e122b7598c68342d3f17a1e07c3.tar.bz2 gentoo-fc5fdfc8ba5d6e122b7598c68342d3f17a1e07c3.zip |
games-emulation/pcsx2: sync live
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, 5 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index e4673dc1422c..b5e09ffc395f 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -54,6 +54,7 @@ RDEPEND=" x11-libs/libXrandr qt6? ( dev-qt/qtbase:6[gui,network,widgets] + dev-qt/qtsvg:6 net-misc/curl ) !qt6? ( @@ -121,8 +122,11 @@ src_prepare() { # GS tests currently fail to build with qt6 use !qt6 || sed -i '/add_subdirectory(GS)/d' tests/ctest/CMakeLists.txt || die - # delete all 3rdparty/* except known-used ones in non-live if [[ ${PV} != 9999 ]]; then + sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \ + -i cmake/Pcsx2Utils.cmake || die + + # delete all 3rdparty/* except known-used ones in non-live local keep=( cpuinfo glad imgui include jpgd lzma simpleini xbyak $(usev vulkan 'glslang vulkan-headers') |