main/graphviz: add font as dependency

Use font-cantarell which is smallish.

fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16328
ref: 977eaffa83
ref: https://gitlab.com/graphviz/graphviz/-/issues/2440#note_1790469296
This commit is contained in:
Natanael Copa 2024-07-31 19:51:54 +02:00
parent fcee27ca79
commit 79f24c9e8b

View File

@ -3,13 +3,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=graphviz
pkgver=12.0.0
pkgrel=0
pkgrel=1
pkgdesc="Graph Visualization Tools"
url="https://www.graphviz.org/"
arch="all"
license="EPL-1.0"
options="!check" # fixme: enable testsuite
_luaver=5.4
depends="font-cantarell"
depends_dev="
cairo-dev
expat-dev