Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/graphviz/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/graphviz/manifest.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading