gjs: update to 1.52.3.

Closes #14175.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-06 19:04:11 -03:00 committed by Enno Boland
parent 80b9125332
commit 837fbfeda1

View file

@ -1,6 +1,6 @@
# Template file for 'gjs'
pkgname=gjs
version=1.52.2
version=1.52.3
revision=1
configure_args="--without-dbus-tests"
build_style=gnu-configure
@ -9,9 +9,10 @@ makedepends="dbus-glib-devel libgirepository-devel mozjs52-devel readline-devel"
short_desc="Mozilla-based javascript bindings for the GNOME platform"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT, LGPL-2.0-or-later"
#changelog="https://gitlab.gnome.org/GNOME/gjs/blob/gnome-3-28/NEWS"
homepage="https://wiki.gnome.org/action/show/Projects/Gjs"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=28bd9c9afabf934f43c55d97fa693a2f207c866c70eeba089a2306d3af47a003
checksum=ce21d8a83f6077b011b8834c4936281be65b2b62387f0745c3eb9adf780996fc
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132