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

Jelle van der Waa jelle at archlinux.org
Wed Jun 3 19:39:28 UTC 2020


    Date: Wednesday, June 3, 2020 @ 19:39:28
  Author: jelle
Revision: 388232

Add libpng as dependency

dot -Tpng is common usage along other packages depending on graphviz and
expecting it to be available. Since a post_install script is used libpng is
only avaialbe when it's a dependency of grahviz installing.

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-03 19:31:50 UTC (rev 388231)
+++ PKGBUILD	2020-06-03 19:39:28 UTC (rev 388232)
@@ -4,12 +4,12 @@
 
 pkgname=graphviz
 pkgver=2.44.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')
 arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 'gsfonts' 'libnsl' 'libpng')
 makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'python2' 'r' 'tk' 'qt5-base' 'gtk2' 'git')
 optdepends=('mono: sharp bindings'
             'guile: guile bindings'



More information about the arch-commits mailing list