glib: update to 2.60.2.

Closes #11829.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
Juan RP 2019-05-20 10:31:08 +02:00 committed by Enno Boland
parent b0fd7cbd7c
commit 814e07f997

View file

@ -1,6 +1,6 @@
# Template file for 'glib'
pkgname=glib
version=2.60.1
version=2.60.2
revision=1
build_style=meson
configure_args="-Dfam=false -Dman=true -Dselinux=disabled
@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GLib"
changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
checksum=89f884f5d5c6126140ec868cef184c42ce72902c13cd08f36e660371779b5560
checksum=2ef15475060addfda0443a7e8a52b28a10d5e981e82c083034061daf9a8f80d9
build_options="gtk_doc"
@ -59,5 +59,8 @@ glib-devel_package() {
for f in aclocal glib-2.0 gdb; do
vmove usr/share/${f}
done
if [ -d $DESTDIR/usr/share/gtk-doc ]; then
vmove usr/share/gtk-doc
fi
}
}