academic/veusz: Updated for version 3.3.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2020-12-11 20:44:29 +00:00 committed by Willy Sudiarto Raharjo
parent 77b7fdfee2
commit c6a080ee65
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 14 additions and 11 deletions

View file

@ -10,13 +10,13 @@ SAMP interfaces to its plotting facilities. It also allows for
manipulation and editing of datasets. Data can be captured from
external sources such as Internet sockets or other programs.
See the complete release notes for Veusz 3.2.1 at
https://veusz.github.io/releasenotes/3.2.1.txt
See the complete release notes for Veusz 3.3.1 at
https://veusz.github.io/releasenotes/3.3.1.txt
Sphinx is an optional dependency (used to rebuild the manual).
****
Note:
The veusz.SlackBuild script moved from Python2 to Python3 in version
3.2.1. Please, check the dependencies.
3.3.1. Please, check the dependencies.
****

View file

@ -2,7 +2,7 @@
# Slackware build script for veusz
# Based on Slackware 14.2 SlackBuild and Andrea Sciucca's SlackBuild for veusz
#
# Copyright 2016-2020, Fellype do Nascimento, Campinas - Brazil
# Copyright 2016-2020, Fellype do Nascimento, Guaratingueta - Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=veusz
VERSION=${VERSION:-3.2.1}
VERSION=${VERSION:-3.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL README VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL README.md VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp Documents/manual/pdf/veusz.pdf $PKG/usr/doc/$PRGNAM-$VERSION
@ -93,8 +93,11 @@ done
install -m 644 -p -D veusz.svg $PKG/usr/share/icons/hicolor/scalable/apps/veusz.svg
cd -
# Installing desktop menu file
# Install support files
install -m 644 -p -D support/veusz.desktop $PKG/usr/share/applications/veusz.desktop
install -m 644 -p -D support/veusz.appdata.xml $PKG/usr/share/appdata/veusz.appdata.xml
install -m 644 -p -D support/veusz.xml $PKG/usr/share/mime/packages/veusz.xml
mkdir -p $PKG/usr/man/man1
gzip Documents/man-page/veusz.1 > $PKG/usr/man/man1/veusz.1.gz

View file

@ -1,10 +1,10 @@
PRGNAM="veusz"
VERSION="3.2.1"
VERSION="3.3.1"
HOMEPAGE="https://veusz.github.io/"
DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.2.1/veusz-3.2.1.tar.gz"
MD5SUM="f341ea793208818088926612bde53d09"
DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.3.1/veusz-3.3.1.tar.gz"
MD5SUM="1c7d42d6f87ea3b98fafc8dc52dbbc58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy3 python3-PyQt5"
MAINTAINER="Fellype do Nascimento"
EMAIL="fellype(at)gmail(dot)com"
EMAIL="fellype (at) gmail (dot) com"