diff --git a/tools/graphviz/Dockerfile.template b/tools/graphviz/Dockerfile.template index 3af6a8e6e3..e6b80f3444 100644 --- a/tools/graphviz/Dockerfile.template +++ b/tools/graphviz/Dockerfile.template @@ -62,6 +62,9 @@ tar --file="${uniget_cache_download}/${filename}" --extract --gzip --strip-compo --with-glade=no \ --with-qt=no \ --with-x=nomake +if test "${version}" == "14.1.3"; then + chmod +x lib/common/make_colortbl.py +fi make -j$(nproc) make install mv "${prefix}/bin/dot_static" "${prefix}/bin/dot" diff --git a/tools/graphviz/manifest.yaml b/tools/graphviz/manifest.yaml index c5583f687e..1714f82ab5 100644 --- a/tools/graphviz/manifest.yaml +++ b/tools/graphviz/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: graphviz -version: "14.1.2" +version: "14.1.3" binary: dot check: ${binary} --version 2>&1 | cut -d' ' -f5 platforms: