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

Gaëtan Bisson bisson at archlinux.org
Sun Sep 18 03:37:11 UTC 2016


    Date: Sunday, September 18, 2016 @ 03:37:10
  Author: bisson
Revision: 276665

fix FS#50769

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-17 23:22:39 UTC (rev 276664)
+++ PKGBUILD	2016-09-18 03:37:10 UTC (rev 276665)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=13
+pkgrel=14
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -52,9 +52,13 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
 
+	cd "${pkgdir}/usr/lib"
+	install -d lua/5.1
+	mv lua/gv.so lua/5.1
+
 	# Workaround symlink upgrade bug (fixed in pacman trunk)
 	# Also deduplicates the tcl libraries (upstream bug?)
 	# Might have been this commit: https://github.com/ellson/graphviz/commit/f11aead
-	rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
-	ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
+	rm -r tcl8.6/graphviz
+	ln -s ../graphviz/tcl tcl8.6/graphviz
 }



More information about the arch-commits mailing list