From 40492189a385fffae147c412806cdb88710dc672 Mon Sep 17 00:00:00 2001 From: Alan Aversa Date: Fri, 10 Feb 2017 11:29:53 +0000 Subject: misc/gramps: Updated for version 4.2.5. Signed-off-by: David Spencer --- misc/gramps/README | 8 ++++++-- misc/gramps/gramps.SlackBuild | 6 +++--- misc/gramps/gramps.info | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'misc') 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)" -- cgit v1.2.3