diff options
author | Vitor Borrego <vitor@bitarus.allowed.org> | 2018-06-16 00:43:35 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:25 +0100 |
commit | cf46db87bc4dfc6429fa911822066baac09f5a80 (patch) | |
tree | 2db5134af283f5bc23aaf28e4847460094f2b6a3 /academic/pspp | |
parent | f854ad412bf7bfc93db3f32024c76cda1741a32f (diff) |
academic/pspp: Updated for version 1.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/pspp')
-rw-r--r-- | academic/pspp/README | 5 | ||||
-rw-r--r-- | academic/pspp/doinst.sh | 5 | ||||
-rw-r--r-- | academic/pspp/pspp.SlackBuild | 4 | ||||
-rw-r--r-- | academic/pspp/pspp.info | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/academic/pspp/README b/academic/pspp/README index 7f8ede58f7f5..9e42f10dd707 100644 --- a/academic/pspp/README +++ b/academic/pspp/README @@ -1,4 +1,3 @@ -GNU PSPP is a program for statistical analysis of sampled data. -It is a Free replacement for the proprietary program SPSS, and +GNU PSPP is a program for statistical analysis of sampled data. +It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. - diff --git a/academic/pspp/doinst.sh b/academic/pspp/doinst.sh index e4e6459838cb..aea0f894eb32 100644 --- a/academic/pspp/doinst.sh +++ b/academic/pspp/doinst.sh @@ -6,3 +6,8 @@ if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/academic/pspp/pspp.SlackBuild b/academic/pspp/pspp.SlackBuild index 3642b060a21b..cd9eee28e204 100644 --- a/academic/pspp/pspp.SlackBuild +++ b/academic/pspp/pspp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pspp -# Copyright 2016 Vitor Borrego, Corroios, Portugal +# Copyright 2018 Vitor Borrego, Corroios, Portugal # 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=pspp -VERSION=${VERSION:-0.10.2} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/pspp/pspp.info b/academic/pspp/pspp.info index 898b9301b4d3..6e63caae0868 100644 --- a/academic/pspp/pspp.info +++ b/academic/pspp/pspp.info @@ -1,8 +1,8 @@ PRGNAM="pspp" -VERSION="0.10.2" +VERSION="1.0.1" HOMEPAGE="http://www.gnu.org/software/pspp/" -DOWNLOAD="http://ftp.gnu.org/gnu/pspp/pspp-0.10.2.tar.gz" -MD5SUM="9c5a3295d59b07a9a4462148371723ae" +DOWNLOAD="http://ftp.gnu.org/gnu/pspp/pspp-1.0.1.tar.gz" +MD5SUM="ac18c5da11915e59ec32fe00e541abb8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtksourceview3" |