glib: update to 2.32.2.

This commit is contained in:
Juan RP 2012-05-03 08:56:28 +02:00
parent e475aa1ecb
commit 0eb98fec92
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
libgobject-2.0.so.0
libglib-2.0.so.0
libc.so.6
libpthread.so.0
libgio-2.0.so.0

View file

@ -1,6 +1,6 @@
# Template build file for 'glib'
pkgname=glib
version=2.32.1
version=2.32.2
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=484d5b7fc09f3fa398355adaf74b369768f5859866c299f229c99721990f8398
checksum=b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136
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