diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-16 22:53:18 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:22 +0700 |
commit | a13f1ecc200958ab70e9d5b18210a5b00f89effe (patch) | |
tree | c03c9c483d06a9d4d5d6827ca426ab1d454c4ca8 | |
parent | 2c4f7aaa7f9c4609c5588884696333fa2b6554fc (diff) |
graphics/paraview: Updated for version 5.10.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/paraview/paraview.SlackBuild | 9 | ||||
-rw-r--r-- | graphics/paraview/paraview.info | 12 |
2 files changed, 10 insertions, 11 deletions
diff --git a/graphics/paraview/paraview.SlackBuild b/graphics/paraview/paraview.SlackBuild index c8dfddeb5234..34fca27c8db7 100644 --- a/graphics/paraview/paraview.SlackBuild +++ b/graphics/paraview/paraview.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for paraview -# Copyright 2016-2021 Christoph Willing Brisbane, Australia +# Copyright 2016-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=paraview SRCNAM=ParaView -VERSION=${VERSION:-5.9.1} -SHORT_VERSION=${SHORT_VERSION:-5.9} -DOC_VERSION=${DOC_VERSION:-5.9.1} +VERSION=${VERSION:-5.10.0} +SHORT_VERSION=${SHORT_VERSION:-5.10} +DOC_VERSION=${DOC_VERSION:-5.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -120,7 +120,6 @@ cp -a \ $PKG/usr/doc/$PRGNAM-$VERSION cp $CWD/ParaViewGettingStarted-${DOC_VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/GettingStarted.pdf cp $CWD/ParaViewTutorial-${DOC_VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Tutorial.pdf -mv $PKG/usr/share/vtkm* $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/graphics/paraview/paraview.info b/graphics/paraview/paraview.info index 3dd16ac038c0..1f19cb4b40ed 100644 --- a/graphics/paraview/paraview.info +++ b/graphics/paraview/paraview.info @@ -1,13 +1,13 @@ PRGNAM="paraview" -VERSION="5.9.1" +VERSION="5.10.0" HOMEPAGE="https://www.paraview.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://www.paraview.org/files/v5.9/ParaView-v5.9.1.tar.xz \ - https://www.paraview.org/files/v5.9/ParaViewTutorial-5.9.1.pdf \ - https://www.paraview.org/files/v5.9/ParaViewGettingStarted-5.9.1.pdf" -MD5SUM_x86_64="8bb6e0eca272b570ea28e3f7db8574a4 \ - ec86d6432aa8b26bf4fc818e6db162d4 \ +DOWNLOAD_x86_64="https://www.paraview.org/files/v5.10/ParaView-v5.10.0.tar.xz \ + https://www.paraview.org/files/v5.10/ParaViewTutorial-5.10.0.pdf \ + https://www.paraview.org/files/v5.10/ParaViewGettingStarted-5.10.0.pdf" +MD5SUM_x86_64="7a0a1cf6217b34d1790949347e7bfeea \ + 9aa92ec6c1540f2425849c4ffddd158d \ 392a29c111c5867b51e78bcb83e64198" REQUIRES="gdal hdf5 mpich python3-matplotlib Sphinx" MAINTAINER="Christoph Willing" |