glib: update to 2.46.0.

This commit is contained in:
Enno Boland 2015-09-29 00:38:38 +02:00
parent a515938165
commit 3538f4b702

View file

@ -1,7 +1,7 @@
# Template build file for 'glib' # Template build file for 'glib'
pkgname=glib pkgname=glib
version=2.44.1 version=2.46.0
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-libelf --disable-fam --with-pcre=system --enable-static" configure_args="--enable-libelf --disable-fam --with-pcre=system --enable-static"
hostmakedepends="automake libtool pkg-config perl python libxslt docbook-xsl" hostmakedepends="automake libtool pkg-config perl python libxslt docbook-xsl"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gtk.org/" homepage="http://www.gtk.org/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-$version.tar.xz" distfiles="${GNOME_SITE}/glib/${version%.*}/glib-$version.tar.xz"
checksum=8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07 checksum=b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel" hostmakedepends+=" glib-devel"