[arch-commits] Commit in glib2/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Wed Jul 10 14:28:13 UTC 2013


    Date: Wednesday, July 10, 2013 @ 16:28:12
  Author: jgc
Revision: 189877

Move patch to prepare() function
Touch the gtk-doc.make timestamp to make sure it is older than the Makefile.in files it is used with. Without this glib will require automake, which points to an older version

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-10 13:20:15 UTC (rev 189876)
+++ PKGBUILD	2013-07-10 14:28:12 UTC (rev 189877)
@@ -14,10 +14,15 @@
 sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
             '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+
+  touch -r NEWS gtk-doc.make
+}
+  
 build() {
   cd glib-$pkgver
-
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
       --sysconfdir=/etc \
       --with-pcre=system \




More information about the arch-commits mailing list