graphene: update to 1.10.0

This commit is contained in:
Daniel Kolesa 2020-08-13 18:48:08 +02:00
parent cc28ed47ff
commit 4f56a8c109

View file

@ -1,7 +1,7 @@
# Template file for 'graphene'
pkgname=graphene
version=1.8.2
revision=2
version=1.10.0
revision=1
build_style=meson
build_helper="gir"
configure_args="-Dtests=false -Dbenchmarks=false
@ -13,13 +13,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/ebassi/graphene"
distfiles="${GNOME_SITE}/graphene/${version%.*}/graphene-${version}.tar.xz"
checksum=b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
checksum=406d97f51dd4ca61e91f84666a00c3e976d3e667cd248b76d92fdb35ce876499
case "$XBPS_TARGET_MACHINE" in
arm*) configure_args+=" -Darm_neon=false" ;;
esac
build_options="gir"
build_options_default="gir"
post_install() {
vlicense LICENSE
vlicense LICENSE.txt LICENSE
}
graphene-devel_package() {