2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

games-action/prismlauncher: replace quazip with libarchive

Upstream commit: bf5b03b4ff684a636a87c53310e4e779686b3ed8

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44821
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-11-29 22:46:00 +02:00
committed by Nowa Ammerlaan
parent 72a9af47e8
commit 62f5bb4740

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PrismLauncher/PrismLauncher"
EGIT_SUBMODULES=(
'*' '-libraries/cmark' '-libraries/extra-cmake-modules' '-libraries/filesystem' '-libraries/quazip'
'*' '-libraries/cmark' '-libraries/extra-cmake-modules' '-libraries/filesystem'
'-libraries/tomlplusplus' '-libraries/zlib'
)
else
@@ -38,9 +38,9 @@ RESTRICT="!test? ( test )"
# Required at both build time and runtime
COMMON_DEPEND="
app-arch/libarchive:=
app-text/cmark:=
dev-cpp/tomlplusplus
>=dev-libs/quazip-1.3-r2:=[qt6(+)]
>=dev-qt/qtbase-${QTMIN}:6[concurrent,gui,network,widgets,xml(+)]
>=dev-qt/qt5compat-${QTMIN}:6
>=dev-qt/qtnetworkauth-${QTMIN}:6