glib: update to 2.44.1.

This commit is contained in:
Juan RP 2015-05-13 08:25:30 +02:00
parent 8b2701203a
commit 058624799b

View file

@ -1,7 +1,7 @@
# Template build file for 'glib' # Template build file for 'glib'
pkgname=glib pkgname=glib
version=2.42.2 version=2.44.1
revision=2 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=a3cc1ebd2bd310a9fdf42ae4293ee713cdf1764bd29f552febf3bf44cadae7db checksum=8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel" hostmakedepends+=" glib-devel"