From 78c33217f92df045f9ea38f53420ff5f590c2e62 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 17 Apr 2013 19:54:25 +0200 Subject: [PATCH] glib: update to 2.36.1. --- srcpkgs/glib/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index 3d264c73c0..141f89d038 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -1,6 +1,6 @@ # Template build file for 'glib' pkgname=glib -version=2.36.0 +version=2.36.1 revision=1 build_style=gnu-configure configure_args="--disable-fam --with-pcre=system --enable-static --enable-man" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://www.gtk.org/" license="LGPL-2.1" distfiles="${GNOME_SITE}/glib/2.36/glib-$version.tar.xz" -checksum=455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227 +checksum=7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24 if [ "$CROSS_BUILD" ]; then configure_args+=" glib_cv_long_long_format=I64 @@ -22,8 +22,7 @@ if [ "$CROSS_BUILD" ]; then ac_cv_func_posix_getpwuid_r=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getgrgid_r=yes" - hostmakedepends+=" libtool automake which - gtk-doc gettext-devel glib-devel" + hostmakedepends+=" libtool automake which gtk-doc gettext-devel glib-devel" pre_configure() { NOCONFIGURE=1 ./autogen.sh }