gnome-builder: update to 3.32.2.

This commit is contained in:
Enno Boland 2019-05-09 13:29:05 +02:00
parent 5ba794d4b5
commit 12da629b39
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-builder'
pkgname=gnome-builder
version=3.32.1
version=3.32.2
revision=1
build_style=meson
configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"
@ -18,12 +18,13 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Builder"
changelog="https://gitlab.gnome.org/GNOME/gnome-builder/raw/gnome-builder-3-32/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d1e6a0c4f405bc997b903d610f3fd6a410d810f4d5bd4a243e16b805d240d77b
checksum=979f7c9e4606ffae4ab889ec7297f9739ece95d640ac2e1a98ab9cb5237437c9
patch_args="-Np1"
nocross="Cannot build gresources on cross musl, unresolvable shlibs on glibc cross"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl|i686-musl) makedepends+=" libexecinfo-devel"
*-musl)
makedepends+=" libexecinfo-devel"
LIBS+=" -lexecinfo"
;;
esac