graphviz: depend on a default font.

With no fonts available (e.g. chroots), graphviz crashes in pango:
https://gitlab.gnome.org/GNOME/pango/-/issues/588

Depend on liberation fonts which provides the default
times font and most people have it anyway.
This commit is contained in:
Leah Neukirchen 2021-08-07 21:27:15 +02:00
parent fd34fff410
commit a446942784
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'graphviz'
pkgname=graphviz
version=2.44.0
revision=1
revision=2
wrksrc="graphviz-stable_release_${version}"
build_style=gnu-configure
make_build_args="HOSTCC=$BUILD_CC"
hostmakedepends="automake flex libltdl-devel libtool perl pkg-config"
makedepends="libpng-devel gd-devel gtk+-devel librsvg-devel libltdl-devel
libXaw-devel"
depends="liberation-fonts-ttf"
short_desc="Graph Visualization Software"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="EPL-1.0"