[arch-commits] Commit in goffice0.8/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Dec 19 14:13:33 UTC 2012


    Date: Wednesday, December 19, 2012 @ 09:13:32
  Author: jgc
Revision: 173346

upgpkg: goffice0.8 0.8.17-2

Fix build with recent glib

Modified:
  goffice0.8/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-19 14:09:05 UTC (rev 173345)
+++ PKGBUILD	2012-12-19 14:13:32 UTC (rev 173346)
@@ -3,7 +3,7 @@
 
 pkgname=goffice0.8
 pkgver=0.8.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org"
@@ -20,6 +20,7 @@
 build() {
   cd "${srcdir}/goffice-${pkgver}"
   patch -Np0 -i "${srcdir}/use-apiver-for-dirs.patch"
+  sed -i -e 's/glib\/gregex.h/glib.h/' configure.in
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static




More information about the arch-commits mailing list