misc/gramps: Updated for version 4.2.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Alan Aversa 2017-02-10 11:29:53 +00:00 committed by Willy Sudiarto Raharjo
parent 333be072ab
commit 40492189a3
3 changed files with 13 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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)"