From c6a080ee6501ec79fd757fad40fb6070c798324c Mon Sep 17 00:00:00 2001 From: Fellype do Nascimento Date: Fri, 11 Dec 2020 20:44:29 +0000 Subject: academic/veusz: Updated for version 3.3.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- academic/veusz/README | 6 +++--- academic/veusz/veusz.SlackBuild | 11 +++++++---- academic/veusz/veusz.info | 8 ++++---- 3 files changed, 14 insertions(+), 11 deletions(-) (limited to 'academic/veusz') diff --git a/academic/veusz/README b/academic/veusz/README index f09808ca55..f8e783a6ac 100644 --- a/academic/veusz/README +++ b/academic/veusz/README @@ -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. **** diff --git a/academic/veusz/veusz.SlackBuild b/academic/veusz/veusz.SlackBuild index d4f6b1b28b..b11846a622 100644 --- a/academic/veusz/veusz.SlackBuild +++ b/academic/veusz/veusz.SlackBuild @@ -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 diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info index bef4efb40d..eac4b5be7a 100644 --- a/academic/veusz/veusz.info +++ b/academic/veusz/veusz.info @@ -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" -- cgit v1.2.3