Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/PrismLauncher/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'PrismLauncher'
pkgname=PrismLauncher
version=10.0.5
version=11.0.0
revision=1
build_style=cmake
configure_args="-DLauncher_BUILD_PLATFORM=Void"
Expand All @@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://prismlauncher.org/"
distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz"
checksum=2f3b71906151d12fe72888fda0ed87aad07c250561c1b0cb6c4eb0962c56b4b8
checksum=e6ec10c6e537ffaf020a20353f02de09fbe006c131090b4db6ff961bd5f2cd27

if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=0"
Expand All @@ -25,6 +25,7 @@ case "$XBPS_TARGET_MACHINE" in
# non-PIE executables despite -fPIE being in the C(XX)FLAGS
# There's also some effort needed to get it working on cross
armv*) broken="https://github.com/PrismLauncher/PrismLauncher/issues/128" ;;
i686) broken="https://github.com/PrismLauncher/PrismLauncher/issues/5326" ;;
esac

pre_configure() {
Expand Down