glib: update to 2.32.3.

This commit is contained in:
Juan RP 2012-05-15 16:07:14 +02:00
parent b513f62135
commit 14dbce1b62
2 changed files with 3 additions and 2 deletions

View file

@ -2,3 +2,4 @@ libgobject-2.0.so.0
libglib-2.0.so.0
libc.so.6
libgio-2.0.so.0
libpthread.so.0

View file

@ -1,6 +1,6 @@
# Template build file for 'glib'
pkgname=glib
version=2.32.2
version=2.32.3
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
configure_args="--disable-fam --with-pcre=system --enable-static"
build_style=gnu-configure
@ -8,7 +8,7 @@ short_desc="The GNU library of C routines"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gtk.org/"
license="LGPL-2.1"
checksum=b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
long_desc="
GLib is a library containing many useful C routines for things such
as trees, hashes, lists and strings. It is a useful general purpose