summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Vitor Borrego2018-06-16 01:43:35 +0200
committer David Spencer2018-06-17 20:13:25 +0200
commitcf46db87bc4dfc6429fa911822066baac09f5a80 (patch)
tree2db5134af283f5bc23aaf28e4847460094f2b6a3 /academic
parentf854ad412bf7bfc93db3f32024c76cda1741a32f (diff)
downloadslackbuilds-cf46db87bc4dfc6429fa911822066baac09f5a80.tar.gz
academic/pspp: Updated for version 1.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/pspp/README5
-rw-r--r--academic/pspp/doinst.sh5
-rw-r--r--academic/pspp/pspp.SlackBuild4
-rw-r--r--academic/pspp/pspp.info6
4 files changed, 12 insertions, 8 deletions
diff --git a/academic/pspp/README b/academic/pspp/README
index 7f8ede58f7..9e42f10dd7 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 e4e6459838..aea0f894eb 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 3642b060a2..cd9eee28e2 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 898b9301b4..6e63caae08 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"