mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
fcee27ca79
commit
79f24c9e8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user