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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun Sep 29 04:15:14 UTC 2013


    Date: Sunday, September 29, 2013 @ 06:15:14
  Author: bisson
Revision: 195245

upstream update; new cgraph api enforced; ruby is hopeless

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-29 00:43:57 UTC (rev 195244)
+++ PKGBUILD	2013-09-29 04:15:14 UTC (rev 195245)
@@ -4,14 +4,14 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
-pkgver=2.32.0
-pkgrel=2
+pkgver=2.34.0
+pkgrel=1
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
 arch=('i686' 'x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt4')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'tk' 'qt4')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'
             'lua51: lua bindings'
@@ -20,11 +20,10 @@
             'php: php bindings'
             'python2: python bindings'
             'r: r bindings'
-            'ruby: ruby bindings'
             'tcl: tcl bindings'
             'qt4: gvedit')
 source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
 
 options=('!libtool')
 install=install
@@ -32,15 +31,6 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	sed \
-		-e 's: qw(\([^)]*\)): (qw(\1)):g' \
-		-i config/config_perl.pl
-	sed \
-		-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
-		-e '/CONFIG/s:site:vendor:' \
-		-i config/config_ruby.rb
-	sed \
-		-e 's:guile-1.8:guile-2.0:g' \
-		-e 's:ruby-1.9:ruby-2.0:g' \
 		-e '/LIBPOSTFIX="64"/d' \
 		-i configure
 }
@@ -50,8 +40,7 @@
 	export PYTHON=python2
 	export LUA=lua5.1
 
-	./configure --prefix=/usr --with-cgraph=no
-	make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list