graphviz: enable gts on cross

This commit is contained in:
Michal Vasilek 2022-01-29 01:13:47 +01:00 committed by paper
parent 960a2310ad
commit d4674e310a

View file

@ -1,20 +1,20 @@
# Template file for 'graphviz'
pkgname=graphviz
version=2.50.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-lefty"
configure_args="--enable-lefty --with-gts"
make_build_args="HOSTCC=$BUILD_CC"
hostmakedepends="automake flex libltdl-devel libtool perl pkg-config python3"
makedepends="libpng-devel gd-devel gtk+-devel librsvg-devel libltdl-devel
libXaw-devel"
libXaw-devel gts-devel"
depends="liberation-fonts-ttf"
checkdepends="${depends}"
short_desc="Graph Visualization Software"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="EPL-1.0"
homepage="http://www.graphviz.org"
changelog="https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md"
homepage="https://www.graphviz.org"
changelog="https://gitlab.com/graphviz/graphviz/-/raw/main/CHANGELOG.md"
distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz"
checksum=afa48581f764a35e148909cc96a0308ec2356b5225b64af12492f3392f20ef1c
@ -27,11 +27,6 @@ checksum=afa48581f764a35e148909cc96a0308ec2356b5225b64af12492f3392f20ef1c
# They expect graphviz already installed before testing, disable
make_check=no
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" --with-gts"
makedepends+=" gts-devel"
fi
pre_configure() {
./autogen.sh NOCONFIG
}