From 9b96ced32acdefce42be47018d0238f4b512aab5 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 21 Sep 2023 11:29:39 +0300 Subject: [PATCH] graphviz-9.0.0 --- multimedia/graphics/graphviz/actions.py | 3 +++ multimedia/graphics/graphviz/comar/package.py | 1 + multimedia/graphics/graphviz/pspec.xml | 16 ++++++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/multimedia/graphics/graphviz/actions.py b/multimedia/graphics/graphviz/actions.py index 9a04c500d4..754e3ca252 100644 --- a/multimedia/graphics/graphviz/actions.py +++ b/multimedia/graphics/graphviz/actions.py @@ -9,6 +9,9 @@ from pisi.actionsapi import shelltools, autotools, pisitools, get j = ''.join([ ' --disable-static', ' --without-webp', + ' --enable-lefty', + ' --enable-ocaml=no', + ' --with-rsvg=yes', ' --disable-dependency-tracking ' ]) diff --git a/multimedia/graphics/graphviz/comar/package.py b/multimedia/graphics/graphviz/comar/package.py index da6d445221..63af75407d 100644 --- a/multimedia/graphics/graphviz/comar/package.py +++ b/multimedia/graphics/graphviz/comar/package.py @@ -4,4 +4,5 @@ import os def postInstall(fromVersion, fromRelease, toVersion, toRelease): # write layout's config + os.system("rm -f usr/lib/graphviz/config{,6}") os.system("/usr/bin/dot -c") diff --git a/multimedia/graphics/graphviz/pspec.xml b/multimedia/graphics/graphviz/pspec.xml index 21580d319a..8b4427b3df 100644 --- a/multimedia/graphics/graphviz/pspec.xml +++ b/multimedia/graphics/graphviz/pspec.xml @@ -12,9 +12,7 @@ app Open source graph drawing software. Graphviz is open source graph visualization software which has web and interactive graphical interfaces, and auxiliary tools and libraries. Graphviz has many useful features for diagrams, such as options for colors, fonts, tabular node layouts, line styles, and custom shapes. - - https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.1.0/graphviz-7.1.0.tar.xz - + https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/9.0.0/graphviz-9.0.0.tar.xz swig libtool @@ -33,7 +31,7 @@ librsvg-devel freeglut-devel mesa-glu-devel - ghostscript-devel + ghostscript-devel @@ -62,6 +60,9 @@ /usr/share/graphviz /usr/share/man + + System.Package + @@ -93,6 +94,13 @@ + + 2023-07-29 + 9.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-07-29 7.1.0