summaryrefslogtreecommitdiffstats
path: root/misc/gramps
diff options
context:
space:
mode:
author Alan Aversa2017-02-10 12:29:53 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:33 +0100
commit40492189a385fffae147c412806cdb88710dc672 (patch)
treefa486ae7e13596d5afb5c6c4925763f49df82357 /misc/gramps
parent333be072ab504f761eacf94d54c875bd41aa4133 (diff)
downloadslackbuilds-40492189a385fffae147c412806cdb88710dc672.tar.gz
misc/gramps: Updated for version 4.2.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/gramps')
-rw-r--r--misc/gramps/README8
-rw-r--r--misc/gramps/gramps.SlackBuild6
-rw-r--r--misc/gramps/gramps.info8
3 files changed, 13 insertions, 9 deletions
diff --git a/misc/gramps/README b/misc/gramps/README
index 4f887a3329..3784ef7a06 100644
--- a/misc/gramps/README
+++ b/misc/gramps/README
@@ -3,5 +3,9 @@ stands for Genealogical Research and Analysis Management Programming System.
GRAMPS helps you track your family tree. It allows you to store, edit, and
research genealogical data.
-See http://www.gramps-project.org/wiki/index.php?title=Installation for a
-list of programs GRAMPS can use if they are installed.
+
+Optional Requirements
+
+For a list of programs GRAMPS can use if they are installed, see
+
+ https://www.gramps-project.org/wiki/index.php?title=Installation
diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild
index 49bfe2c150..f3d104a1e0 100644
--- a/misc/gramps/gramps.SlackBuild
+++ b/misc/gramps/gramps.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gramps
-# Copyright 2012 Bill Kirkpatrick USA
+# Copyright 2017 Alan Aversa USA
# 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=gramps
-VERSION=${VERSION:-4.2.4}
+VERSION=${VERSION:-4.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root $PKG
+python3 setup.py install --root=$PKG --resourcepath=/usr/share
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info
index 466c6e348c..8f9a2e1983 100644
--- a/misc/gramps/gramps.info
+++ b/misc/gramps/gramps.info
@@ -1,10 +1,10 @@
PRGNAM="gramps"
-VERSION="4.2.4"
+VERSION="4.2.5"
HOMEPAGE="https://www.gramps-project.org/"
-DOWNLOAD="https://github.com/gramps-project/gramps/archive/v4.2.4/gramps-4.2.4.tar.gz"
-MD5SUM="99372551f58e8e97d45bc77f5157fdf4"
+DOWNLOAD="https://github.com/gramps-project/gramps/archive/v4.2.5/gramps-4.2.5.tar.gz"
+MD5SUM="fcd12f6ca47506810767967f2c580213"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 py3cairo pygobject3-python3"
+REQUIRES="python3 py3cairo pygobject3-python3 pyicu"
MAINTAINER="Alan Aversa"
EMAIL="aveNOrsa@email.ariSPAMzona.edu (remove NO and SPAM)"