gjs: fix *-musl.

This commit is contained in:
maxice8 2018-03-17 03:11:10 -03:00 committed by Michael Gehring
parent 64fc69536f
commit f5ed2b6de6
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
pkgname=gjs
version=1.52.0
revision=1
configure_args="--without-dbus-tests"
build_style=gnu-configure
hostmakedepends="pkg-config intltool glib-devel gobject-introspection"
makedepends="libffi-devel libgirepository-devel dbus-glib-devel
@ -13,6 +14,10 @@ homepage="https://wiki.gnome.org/action/show/Projects/Gjs"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=5524a045e5e1d34a2a510133c662f2685e15ce26ae2ed699fb5d131b6b04a4ca
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132
esac
post_install() {
vlicense COPYING
}