mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
graphviz: update to 13.0.0.
Move to GTK+3.
This commit is contained in:
parent
8dbc9144ac
commit
f1003543e9
2 changed files with 6 additions and 6 deletions
|
@ -1116,9 +1116,9 @@ libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
|||
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
|
||||
libxdot.so.4 graphviz-libs-2.28.0_6
|
||||
libgvpr.so.2 graphviz-libs-2.28.0_6
|
||||
libcgraph.so.6 graphviz-libs-2.28.0_6
|
||||
libgvc.so.6 graphviz-libs-2.28.0_6
|
||||
libcdt.so.5 graphviz-libs-2.28.0_6
|
||||
libcgraph.so.7 graphviz-libs-13.0.0_1
|
||||
libgvc.so.7 graphviz-libs-13.0.0_1
|
||||
libcdt.so.6 graphviz-libs-13.0.0_1
|
||||
libpathplan.so.4 graphviz-libs-2.28.0_6
|
||||
liblab_gamut.so.1 graphviz-libs-2.40.1_1
|
||||
libmowgli-2.so.0 libmowgli-2.1.3_8
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'graphviz'
|
||||
pkgname=graphviz
|
||||
version=12.2.1
|
||||
version=13.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gts --with-ann=no"
|
||||
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
|
||||
makedepends="libpng-devel gd-devel gtk+3-devel librsvg-devel libltdl-devel
|
||||
libXaw-devel gts-devel"
|
||||
depends="liberation-fonts-ttf"
|
||||
checkdepends="${depends}"
|
||||
|
@ -16,7 +16,7 @@ license="EPL-1.0"
|
|||
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=91d444b4dabdaf5bfa7c6fcc3a1ee5d41e588af6079ebc030f0acb79e48a56ea
|
||||
checksum=1f55d96f413c911ffc6d1ce1b4e1d3bddfe65931b2de62f3c81206258f09a34a
|
||||
|
||||
# `make check` is broken:
|
||||
# https://gitlab.com/graphviz/graphviz/-/issues/2112
|
||||
|
|
Loading…
Add table
Reference in a new issue