graphviz: update to 12.1.2

This commit is contained in:
Biswapriyo Nath
2024-09-29 15:15:47 +00:00
parent c9bdd47e5d
commit c92cfd8300
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
+SO_DLL ?= so
+endif
+
SUBDIRS = tclstubs tclhandle gdtclft tcldot tclpathplan gv
SUBDIRS = tclstubs gdtclft tcldot tclpathplan gv
pkgIndex.tcl: $(TCL_PKGINDEX) $(TCL_PKGINDEX_GD) $(TCL_PKGINDEX_SWIG)
@@ -35,7 +41,7 @@

View File

@@ -4,7 +4,7 @@ _realname=graphviz
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
$([[ ${CARCH} == i686 ]] || echo "${MINGW_PACKAGE_PREFIX}-${_realname}-docs"))
pkgver=12.1.1
pkgver=12.1.2
pkgrel=1
pkgdesc="Graph Visualization Software (mingw-w64)"
arch=('any')
@@ -59,13 +59,13 @@ source=(https://gitlab.com/graphviz/graphviz/-/archive/${pkgver}/graphviz-${pkgv
0005-makefile-no-undefined.patch
0006-tclpkg-fix-dll-extension.patch)
noextract=("graphviz-${pkgver}.tar.bz2")
sha256sums=('c4083e7b746e53f02f6e86de5d5d207a4e2fd0390b7a30476ff0e368d2d8b695'
sha256sums=('2829013236e8ad23bfc96307e0d2928ccfb423bdd289808bca38d228038a9bbe'
'327e75c8c3a8fef2803ce3301e1a3132c6364d297b50f19bf791dd6f0452a81a'
'f8835eb89d59b3a83b8c94aba28272b03693d08505889f3cb36941b266f26830'
'21cc8c686af53355ae345236a92ae16181eb85e999ff961c612aa4e3c1ccbd79'
'cee214ebd9b3d905fb502a8a5009015198774a1c18afd49a870ce57e14ddd00d'
'303fbd53d7502582f36acd384f6b306607ffcd35aab4a94b057307734ece51ae'
'81e263239469f53d5d96c64ebf67040104827d1c37f77af581a9aaa10314455a')
'7428d8454198f4748e93ca328c53761d4754f9db3def444304caa315f661e390')
_apply_patch_with_msg() {
for _patch in "$@"