summaryrefslogtreecommitdiff
path: root/core/glib2
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-09 13:03:24 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-09 13:03:24 -0300
commit06a22f3bf7a44edf24bd02b6023cf05a6bc77256 (patch)
tree583c62f4fbd0d8ed3401fb1f34ea5756b8aee8d4 /core/glib2
parentd54a0874c6641a08e4cc71269e8be3a1919e70a4 (diff)
parent498f3fc095103b2a220a00b27d43f4dae02d5459 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD extra/qt/PKGBUILD multilib/gcc-multilib/PKGBUILD testing/pidgin/PKGBUILD
Diffstat (limited to 'core/glib2')
-rw-r--r--core/glib2/PKGBUILD17
1 files changed, 12 insertions, 5 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index ed77bbb82..019c768a8 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 124444 2011-05-21 07:53:58Z ibiru $
+# $Id: PKGBUILD 126555 2011-06-06 09:24:36Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=glib2
-pkgver=2.28.7
+pkgver=2.28.8
pkgrel=1
pkgdesc="Common C routines used by GTK+ and other libs"
url="http://www.gtk.org/"
arch=(i686 x86_64 'mips64el')
license=('LGPL')
-depends=('pcre>=8.02')
+depends=('pcre>=8.12')
makedepends=('pkgconfig' 'python2')
+checkdepends=('pygobject' 'dbus-python')
options=('!libtool' '!docs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-${pkgver}.tar.xz
glib2.sh
glib2.csh)
-sha256sums=('0e1b3816a8934371d4ea2313dfbe25d10d16c950f8d02e0a7879ae10d91b1631'
+sha256sums=('4d7ca95dbde8e8f60ab428c765b0dbb8a44be9eb9316491803ce5ee7b4748353'
'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3')
@@ -39,3 +40,9 @@ package() {
chmod -x "${_i}"
done
}
+
+check() {
+ cd "${srcdir}/glib-${pkgver}"
+ sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' gio/tests/gdbus-testserver.py
+ make -k check || true
+}