gnome-builder: rebuild against libclang-8.so

[ci skip]
This commit is contained in:
Rasmus Thomsen 2019-03-29 15:11:54 +01:00 committed by maxice8
parent 74a15d3e05
commit a7bfcd0607
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'gnome-builder'
pkgname=gnome-builder
version=3.32.0
revision=1
revision=2
build_style=meson
configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"
hostmakedepends="appdata-tools desktop-file-utils flex gobject-introspection
@ -20,12 +20,10 @@ changelog="https://gitlab.gnome.org/GNOME/gnome-builder/raw/gnome-builder-3-32/N
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e46270d86a52721e4329349e4badff1df63a98aeb2a2c4554969367ba1d68702
patch_args="-Np1"
nocross="Cannot build gresources on cross musl, unresolvable shlibs on glibc cross"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"
x86_64-musl|i686-musl) makedepends+=" libexecinfo-devel"
LIBS+=" -lexecinfo"
;;
armv*|aarch64)
broken="llvm"
;;
esac