summaryrefslogtreecommitdiff
path: root/core/glib2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-07-12 17:51:32 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-07-12 17:51:32 -0300
commit8878de8508ef59fe63f2d19a258a383ba09b10a8 (patch)
tree9c5bf862464d4d4c2dae393189065a2615fa260e /core/glib2
parent0fccb862cc0ea09fc8a76c29babfdcef823d9ab7 (diff)
parent0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/libfm/PKGBUILD community/lxlauncher/PKGBUILD community/mrtg/PKGBUILD core/glib2/PKGBUILD extra/epiphany/PKGBUILD extra/m17n-lib/PKGBUILD extra/mtr/PKGBUILD
Diffstat (limited to 'core/glib2')
-rw-r--r--core/glib2/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD
index 95a60fd8d..a60e5c790 100644
--- a/core/glib2/PKGBUILD
+++ b/core/glib2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188618 2013-06-17 01:21:11Z heftig $
+# $Id: PKGBUILD 189879 2013-07-10 14:29:53Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=glib2
@@ -16,16 +16,16 @@ sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
prepare() {
cd glib-$pkgver
-
patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
# doc building fail "automake-1.13 probably too old"
- autoreconf -i
-}
+# autoreconf -i
+ touch -r NEWS gtk-doc.make
+}
+
build() {
cd glib-$pkgver
-
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
--sysconfdir=/etc \
--with-pcre=system \