graphviz: update to 2.49.0.
This commit is contained in:
parent
0e41a60524
commit
91986433da
2 changed files with 6 additions and 9 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'graphviz'
|
||||
pkgname=graphviz
|
||||
version=2.44.0
|
||||
revision=2
|
||||
wrksrc="graphviz-stable_release_${version}"
|
||||
version=2.49.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_args="HOSTCC=$BUILD_CC"
|
||||
hostmakedepends="automake flex libltdl-devel libtool perl pkg-config"
|
||||
hostmakedepends="automake flex libltdl-devel libtool perl pkg-config python3"
|
||||
makedepends="libpng-devel gd-devel gtk+-devel librsvg-devel libltdl-devel
|
||||
libXaw-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"
|
||||
distfiles="https://gitlab.com/graphviz/graphviz/-/archive/stable_release_${version}/graphviz-stable_release_${version}.tar.gz"
|
||||
checksum=71e1f5bcd88a3be8eaf2db88ab2b0881cbaedb362eeb8683c8679f69ebf4b244
|
||||
LDFLAGS="-lm"
|
||||
distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz"
|
||||
checksum=a062ccd940abbde6e3c45462323b2ede54b9374fed86f464c11bc4c0bd57fd04
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-gts"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site="https://gitlab.com/graphviz/graphviz/-/tags"
|
||||
pattern='stable_release_*\K[\d.]*(?=\.tar\.gz)'
|
Loading…
Reference in a new issue