PolyMC: update to 1.2.1.
This commit is contained in:
parent
3e885d0144
commit
727b59653e
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'PolyMC'
|
# Template file for 'PolyMC'
|
||||||
pkgname=PolyMC
|
pkgname=PolyMC
|
||||||
version=1.1.1
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_PORTABLE=0
|
configure_args="-DLauncher_BUILD_PLATFORM=Void
|
||||||
-DLauncher_VERSION_BUILD=${revision}"
|
-DLauncher_VERSION_BUILD=${revision}"
|
||||||
hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
|
hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
|
@ -13,7 +13,11 @@ maintainer="Philipp David <pd@3b.pm>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://polymc.org/"
|
homepage="https://polymc.org/"
|
||||||
distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
|
distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
|
||||||
checksum=7ade9abc3a6f61ed27a129c10084c783cc9a3266484a53e29dabcc1cbb0ba5c4
|
checksum=cec7b0175bd0dc3ff2a43e822d1218772e0833332026ae681c81ecc5c51bf608
|
||||||
|
|
||||||
|
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DBUILD_TESTING=0"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
|
armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
|
||||||
|
|
Loading…
Reference in a new issue