diff options
author | Arn0 <yth@ythogtha.org> | 2023-01-05 09:33:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:28 +0700 |
commit | 38179fad5a274b346e23b55ead0617a7dae5452a (patch) | |
tree | 3744d374e28db1c6b7b23a6ee52c6701e23b288a /graphics | |
parent | c31c06396d22e83a0baeff06fdf222898c0bf3bf (diff) |
graphics/graphviz: Updated for version 7.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/graphviz.SlackBuild | 10 | ||||
-rw-r--r-- | graphics/graphviz/graphviz.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/graphviz/graphviz.SlackBuild b/graphics/graphviz/graphviz.SlackBuild index b01c7229ede0..38f1dc3fa195 100644 --- a/graphics/graphviz/graphviz.SlackBuild +++ b/graphics/graphviz/graphviz.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=graphviz -VERSION=${VERSION:-3.0.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.0.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -116,10 +116,10 @@ find $PKG/usr/lib${LIBDIRSUFFIX}/graphviz -depth -type d -empty -exec rmdir {} \ # message during installation. echo '# Dummy content.' > $PKG/usr/lib${LIBDIRSUFFIX}/graphviz/config6 -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +mkdir -p $PKG/usr/doc +mv $PKG/usr/share/doc/$PRGNAM/ $PKG/usr/doc/$PRGNAM-$VERSION +rmdir $PKG/usr/share/doc cp -a README $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/usr/share/$PRGNAM/doc/* $PKG/usr/doc/$PRGNAM-$VERSION -rmdir $PKG/usr/share/$PRGNAM/doc cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/lib*/*.la diff --git a/graphics/graphviz/graphviz.info b/graphics/graphviz/graphviz.info index 9cdb92c40895..5de560208fa5 100644 --- a/graphics/graphviz/graphviz.info +++ b/graphics/graphviz/graphviz.info @@ -1,8 +1,8 @@ PRGNAM="graphviz" -VERSION="3.0.0" +VERSION="7.0.5" HOMEPAGE="https://www.graphviz.org/" -DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/3.0.0/graphviz-3.0.0.tar.bz2" -MD5SUM="10ca2332031486b4d7ac39ecf17349e5" +DOWNLOAD="https://gitlab.com/graphviz/graphviz/-/archive/7.0.5/graphviz-7.0.5.tar.bz2" +MD5SUM="7d42913f1a82cacc1544ad02f507563f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |