misc/gramps: Fixed deps, build bump.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Alan Aversa 2017-04-07 16:21:43 +01:00 committed by Willy Sudiarto Raharjo
parent 97d3a51dd8
commit 09859e3dfe
4 changed files with 18 additions and 3 deletions

View file

@ -4,7 +4,16 @@ GRAMPS helps you track your family tree. It allows you to store, edit, and
research genealogical data.
Optional Requirements
Required Dependencies
Both bsddb3 and pyicu must be built with python3 support,
for example
PYTHON3=yes ./bsddb3.SlackBuild
PYTHON3=yes ./pyicu.SlackBuild
Optional Dependencies
For a list of programs GRAMPS can use if they are installed, see

View file

@ -5,3 +5,9 @@ fi
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

View file

@ -24,7 +24,7 @@
PRGNAM=gramps
VERSION=${VERSION:-4.2.5}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gramps-project/gramps/archive/v4.2.5/gramps-4.2.5.t
MD5SUM="fcd12f6ca47506810767967f2c580213"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 py3cairo pygobject3-python3 pyicu"
REQUIRES="python3 py3cairo pygobject3-python3 pyicu bsddb3"
MAINTAINER="Alan Aversa"
EMAIL="aveNOrsa@email.ariSPAMzona.edu (remove NO and SPAM)"