From d61160f39f3ba0e0c7b1a5001eedcf6220d546c4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 13 May 2024 05:12:16 -0400 Subject: [PATCH] PrismLauncher: use system libraries, qt6 --- srcpkgs/PrismLauncher/template | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index b9ace9c2cbf..6fe5008608d 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,13 +1,12 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher version=8.3 -revision=1 +revision=2 build_style=cmake -configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_QT_VERSION_MAJOR='5'" -hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt5-host-tools - qt5-qmake scdoc" -makedepends="qt5-devel" -depends="virtual?java-runtime qt5-svg qt5-imageformats" +configure_args="-DLauncher_BUILD_PLATFORM=Void" +hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools qt6-base scdoc" +makedepends="qt6-base-devel qt6-qt5compat-devel zlib-devel quazip-qt6-devel" +depends="virtual?java-runtime qt6-svg qt6-imageformats" short_desc="Custom launcher for Minecraft" maintainer="Philipp David " license="GPL-3.0-only" @@ -26,10 +25,6 @@ case "$XBPS_TARGET_MACHINE" in armv*) broken="https://github.com/PrismLauncher/PrismLauncher/issues/128" ;; esac -post_extract() { - rm -rf .git -} - pre_configure() { local _date if [ "$SOURCE_DATE_EPOCH" ]; then