mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/Kst: Updated for version 20221025_5fdd819.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
78970038e2
commit
c3bdf602e0
3 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for Kst
|
# Slackware build script for Kst
|
||||||
# Copyright 2014-2022 Fellype do Nascimento, Guaratingueta, Brazil
|
# Copyright 2014-2023 Fellype do Nascimento, Guaratingueta, Brazil
|
||||||
# SBo team have contributed to the maintenance of this build script :)
|
# SBo team have contributed to the maintenance of this build script :)
|
||||||
#
|
#
|
||||||
# Based on Slackware 15.0 SlackBuild and AUR PKGBUILD for Kst
|
# Based on Slackware 15.0 SlackBuild and AUR PKGBUILD for Kst
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=Kst
|
PRGNAM=Kst
|
||||||
VERSION=${VERSION:-20220116_2b8e03e}
|
VERSION=${VERSION:-20221025_5fdd819}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Kst"
|
PRGNAM="Kst"
|
||||||
VERSION="20220116_2b8e03e"
|
VERSION="20221025_5fdd819"
|
||||||
HOMEPAGE="https://kst-plot.kde.org/"
|
HOMEPAGE="https://apps.kde.org/kst/"
|
||||||
DOWNLOAD="https://ponce.cc/slackware/sources/repo/Kst-20220116_2b8e03e.tar.xz"
|
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/Kst/Kst-20221025_5fdd819.tar.xz"
|
||||||
MD5SUM="1b6e1fbe3fdfc27441140fd9b761eba4"
|
MD5SUM="402fac69d4701cd7f223159e70b73439"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python2-scipy"
|
REQUIRES="python2-scipy"
|
||||||
|
|
|
@ -16,6 +16,7 @@ without KDE, but you get additional features when running on a platform
|
||||||
with KDE).
|
with KDE).
|
||||||
|
|
||||||
Optional dependencies are:
|
Optional dependencies are:
|
||||||
|
- hdf5 (provides support for the HDF5 file formats)
|
||||||
- netcdf (which provides support for files in the netCDF format)
|
- netcdf (which provides support for files in the netCDF format)
|
||||||
- muParser (which is used in the general non-linear fitting plugin)
|
- muParser (which is used in the general non-linear fitting plugin)
|
||||||
- GetData (which provides support for files in the Dirfile format)
|
- GetData (which provides support for files in the Dirfile format)
|
||||||
|
|
Loading…
Reference in a new issue