glib: update to 2.41.5.

This commit is contained in:
Enno Boland 2014-09-22 16:33:02 +02:00
parent a8b3d47897
commit dc3bb935d9

View file

@ -1,6 +1,6 @@
# Template build file for 'glib' # Template build file for 'glib'
pkgname=glib pkgname=glib
version=2.40.1 version=2.41.5
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-fam --with-pcre=system --enable-static" configure_args="--disable-fam --with-pcre=system --enable-static"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
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=c6b67ea212e8d74ee0676f7b2539451fd74b057cf21bb5e0074714e3359066bf checksum=e76a6bd1456749bdd05db19a8f0f174e787e612ed443d30cc9cf02237dd58e16
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel" hostmakedepends+=" glib-devel"