mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
graphene: update to 1.10.0
This commit is contained in:
parent
cc28ed47ff
commit
4f56a8c109
1 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'graphene'
|
# Template file for 'graphene'
|
||||||
pkgname=graphene
|
pkgname=graphene
|
||||||
version=1.8.2
|
version=1.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dtests=false -Dbenchmarks=false
|
configure_args="-Dtests=false -Dbenchmarks=false
|
||||||
|
@ -13,13 +13,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ebassi/graphene"
|
homepage="https://github.com/ebassi/graphene"
|
||||||
distfiles="${GNOME_SITE}/graphene/${version%.*}/graphene-${version}.tar.xz"
|
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="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
graphene-devel_package() {
|
graphene-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue