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