mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
PrismLauncher: use system libraries, qt6
This commit is contained in:
parent
9df06b3abc
commit
d61160f39f
1 changed files with 5 additions and 10 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'PrismLauncher'
|
# Template file for 'PrismLauncher'
|
||||||
pkgname=PrismLauncher
|
pkgname=PrismLauncher
|
||||||
version=8.3
|
version=8.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_QT_VERSION_MAJOR='5'"
|
configure_args="-DLauncher_BUILD_PLATFORM=Void"
|
||||||
hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt5-host-tools
|
hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools qt6-base scdoc"
|
||||||
qt5-qmake scdoc"
|
makedepends="qt6-base-devel qt6-qt5compat-devel zlib-devel quazip-qt6-devel"
|
||||||
makedepends="qt5-devel"
|
depends="virtual?java-runtime qt6-svg qt6-imageformats"
|
||||||
depends="virtual?java-runtime qt5-svg qt5-imageformats"
|
|
||||||
short_desc="Custom launcher for Minecraft"
|
short_desc="Custom launcher for Minecraft"
|
||||||
maintainer="Philipp David <pd@3b.pm>"
|
maintainer="Philipp David <pd@3b.pm>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
|
@ -26,10 +25,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
armv*) broken="https://github.com/PrismLauncher/PrismLauncher/issues/128" ;;
|
armv*) broken="https://github.com/PrismLauncher/PrismLauncher/issues/128" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
rm -rf .git
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
local _date
|
local _date
|
||||||
if [ "$SOURCE_DATE_EPOCH" ]; then
|
if [ "$SOURCE_DATE_EPOCH" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue