goxel: update to 0.10.0.

This commit is contained in:
John 2019-07-02 09:32:33 +02:00 committed by John Zimmermann
parent 8a0b7578f6
commit 963f0b9b79

View file

@ -1,9 +1,9 @@
# Template file for 'goxel'
pkgname=goxel
version=0.9.0
version=0.10.0
revision=1
build_style=scons
make_build_args="debug=0 werror=0"
make_build_args="mode=release werror=0"
hostmakedepends="pkg-config"
makedepends="glfw-devel gtk+3-devel"
short_desc="Open Source 3D voxel editor"
@ -11,11 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://guillaumechereau.github.io/goxel/"
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
checksum=950f1f130f54eacb0de4a97b195e8b02dcf3cb3a9f97356005c26055dece4018
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
esac
checksum=6d2021e5733d7aa214f4b481122355fd494165540b1cb632a2ace281db2687e6
case "$XBPS_TARGET_MACHINE" in
armv6*) makedepends+=" libatomic-devel";;
@ -27,10 +23,6 @@ pre_build() {
-e "/conf = env.Configure()/ a env.Replace(CC = \"$CC\")" \
-e "/conf = env.Configure()/ a env.Replace(CXX = \"$CXX\")"
fi
case $XBPS_TAGET_MACHINE in
x86_64*|i686*);;
*) vsed -i SConstruct -e "s/-msse2 //";;
esac
case $XBPS_TARGET_MACHINE in
armv6*) vsed -i SConstruct \
-e "/conf = env.Configure()/ a env.Append(LIBS='atomic')"