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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun May 19 17:58:20 UTC 2013


    Date: Sunday, May 19, 2013 @ 19:58:19
  Author: bisson
Revision: 185898

rebuild for perl-5.18

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 17:38:24 UTC (rev 185897)
+++ PKGBUILD	2013-05-19 17:58:19 UTC (rev 185898)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -34,6 +34,9 @@
 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




More information about the arch-commits mailing list