[arch-commits] Commit in graphviz/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Fri Oct 25 00:21:50 UTC 2019
Date: Friday, October 25, 2019 @ 00:21:49
Author: bisson
Revision: 365487
fix FS#64247
Modified:
graphviz/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 21:53:29 UTC (rev 365486)
+++ PKGBUILD 2019-10-25 00:21:49 UTC (rev 365487)
@@ -5,7 +5,7 @@
pkgname=graphviz
pkgver=2.42.2
_commit=da4c2ec6f24ca1b6d1752c6b5bc4389e55682147
-pkgrel=2
+pkgrel=3
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
license=('EPL')
@@ -51,6 +51,10 @@
cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
+ # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+ ln -sf gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+ rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
+
# Deduplicates TCL libraries
cd "${pkgdir}/usr/lib/tcl8.6"
rm -fr graphviz
More information about the arch-commits
mailing list