[arch-commits] CVS update of extra/gnome/evince (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Sep 7 18:00:52 UTC 2007


    Date: Friday, September 7, 2007 @ 14:00:52
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/evince

Modified: PKGBUILD (1.35 -> 1.36)

Fix build with new intltool


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


Index: extra/gnome/evince/PKGBUILD
diff -u extra/gnome/evince/PKGBUILD:1.35 extra/gnome/evince/PKGBUILD:1.36
--- extra/gnome/evince/PKGBUILD:1.35	Sat Jul  7 08:20:33 2007
+++ extra/gnome/evince/PKGBUILD	Fri Sep  7 14:00:52 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.35 2007/07/07 12:20:33 jgc Exp $
+# $Id: PKGBUILD,v 1.36 2007/09/07 18:00:52 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evince
@@ -21,6 +21,7 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np0 -i ${startdir}/src/evince-no-gnomeprint.patch || return 1
+  intltoolize --force --copy || return 1
   aclocal || return 1
   autoconf || return 1
   automake || return 1




More information about the arch-commits mailing list