From 14dbce1b621596033c0b4f6d549b1771277fc697 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 May 2012 16:07:14 +0200 Subject: [PATCH] glib: update to 2.32.3. --- srcpkgs/glib/glib-devel.rshlibs | 1 + srcpkgs/glib/template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glib/glib-devel.rshlibs b/srcpkgs/glib/glib-devel.rshlibs index 5872d77f3f..15047c6030 100644 --- a/srcpkgs/glib/glib-devel.rshlibs +++ b/srcpkgs/glib/glib-devel.rshlibs @@ -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 diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 53740ba366..613972188a 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -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 " 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