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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Jul 4 11:21:29 UTC 2013


    Date: Thursday, July 4, 2013 @ 13:21:29
  Author: bisson
Revision: 189668

rebuild against gd-2.1.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-04 11:20:41 UTC (rev 189667)
+++ PKGBUILD	2013-07-04 11:21:29 UTC (rev 189668)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -34,13 +34,14 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	sed \
-		-e 's/ qw(\([^)]*\))/ (qw(\1))/g' \
+		-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




More information about the arch-commits mailing list