mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
goxel: update to 0.10.0.
This commit is contained in:
parent
8a0b7578f6
commit
963f0b9b79
1 changed files with 3 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'goxel'
|
# Template file for 'goxel'
|
||||||
pkgname=goxel
|
pkgname=goxel
|
||||||
version=0.9.0
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="debug=0 werror=0"
|
make_build_args="mode=release werror=0"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="glfw-devel gtk+3-devel"
|
makedepends="glfw-devel gtk+3-devel"
|
||||||
short_desc="Open Source 3D voxel editor"
|
short_desc="Open Source 3D voxel editor"
|
||||||
|
@ -11,11 +11,7 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://guillaumechereau.github.io/goxel/"
|
homepage="https://guillaumechereau.github.io/goxel/"
|
||||||
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
|
distfiles="https://github.com/guillaumechereau/goxel/archive/v${version}.tar.gz"
|
||||||
checksum=950f1f130f54eacb0de4a97b195e8b02dcf3cb3a9f97356005c26055dece4018
|
checksum=6d2021e5733d7aa214f4b481122355fd494165540b1cb632a2ace281db2687e6
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) makedepends+=" argp-standalone";;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*) makedepends+=" libatomic-devel";;
|
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(CC = \"$CC\")" \
|
||||||
-e "/conf = env.Configure()/ a env.Replace(CXX = \"$CXX\")"
|
-e "/conf = env.Configure()/ a env.Replace(CXX = \"$CXX\")"
|
||||||
fi
|
fi
|
||||||
case $XBPS_TAGET_MACHINE in
|
|
||||||
x86_64*|i686*);;
|
|
||||||
*) vsed -i SConstruct -e "s/-msse2 //";;
|
|
||||||
esac
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
armv6*) vsed -i SConstruct \
|
armv6*) vsed -i SConstruct \
|
||||||
-e "/conf = env.Configure()/ a env.Append(LIBS='atomic')"
|
-e "/conf = env.Configure()/ a env.Append(LIBS='atomic')"
|
||||||
|
|
Loading…
Add table
Reference in a new issue