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

Gaetan Bisson bisson at archlinux.org
Wed Nov 14 04:15:13 UTC 2012


    Date: Tuesday, November 13, 2012 @ 23:15:13
  Author: bisson
Revision: 170963

rebuild for lua51

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-14 03:44:25 UTC (rev 170962)
+++ PKGBUILD	2012-11-14 04:15:13 UTC (rev 170963)
@@ -5,16 +5,16 @@
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=10
+pkgrel=11
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
-            'lua: lua bindings'
+            'lua51: lua bindings'
             'ocaml: ocaml bindings'
             'perl: perl bindings'
             'php: php bindings'
@@ -41,8 +41,10 @@
 
 	sed '/LIBPOSTFIX="64"/d' -i configure
 	export PYTHON=python2
+	export LUA=lua5.1
 
 	./configure --prefix=/usr
+	make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky
 	make
 }
 




More information about the arch-commits mailing list