diff --git a/srcpkgs/graphviz-gtk b/srcpkgs/graphviz-gtk deleted file mode 120000 index abecf5d9457..00000000000 --- a/srcpkgs/graphviz-gtk +++ /dev/null @@ -1 +0,0 @@ -graphviz \ No newline at end of file diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index ca587443a0a..05cd4967ac2 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=8.1.0 +version=10.0.1 revision=1 build_style=gnu-configure configure_args="--with-gts --with-ann=no" @@ -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=2e4dfee3c24925ad51d1e76a9fb2b19b26a5a0049ef7be6d3e52667aac72eabe +checksum=28f452ef1cb12288c8758a62f8c3fcfefdb91b251f7aae61d0d703f851bde931 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112 @@ -56,12 +56,3 @@ graphviz-devel_package() { vmove usr/share/man/man3 } } - -graphviz-gtk_package() { - depends="graphviz>=${version}_${revision}" - short_desc+=" - gtk plugin" - pkg_install() { - vmove "usr/lib/graphviz/libgvplugin_gdk.*" - vmove "usr/lib/graphviz/libgvplugin_gtk.*" - } -} diff --git a/srcpkgs/graphviz/update b/srcpkgs/graphviz/update deleted file mode 100644 index e030680e77d..00000000000 --- a/srcpkgs/graphviz/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://gitlab.com/graphviz/graphviz/-/tags" -pattern='stable_release_*\K[\d.]*(?=\.tar\.gz)'