diff options
author | Alan Aversa <aveNOrsa@email.ariSPAMzona.edu (remove NO and SPAM)> | 2017-04-07 16:21:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:49 +0700 |
commit | 09859e3dfe4158fcdcebcbe6e928fa86e06af433 (patch) | |
tree | 6f373677c65c8e5706cea90ad21ba720a9ea37f5 | |
parent | 97d3a51dd86657fbfbd7d1b11ce3771c836c9adc (diff) | |
download | slackbuilds-09859e3dfe4158fcdcebcbe6e928fa86e06af433.tar.gz |
misc/gramps: Fixed deps, build bump.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | misc/gramps/README | 11 | ||||
-rw-r--r-- | misc/gramps/doinst.sh | 6 | ||||
-rw-r--r-- | misc/gramps/gramps.SlackBuild | 2 | ||||
-rw-r--r-- | misc/gramps/gramps.info | 2 |
4 files changed, 18 insertions, 3 deletions
diff --git a/misc/gramps/README b/misc/gramps/README index 3784ef7a06..f11f45231a 100644 --- a/misc/gramps/README +++ b/misc/gramps/README @@ -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 diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh index 9a8ded3c60..aea0f894eb 100644 --- a/misc/gramps/doinst.sh +++ b/misc/gramps/doinst.sh @@ -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 diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild index f3d104a1e0..e90861093f 100644 --- a/misc/gramps/gramps.SlackBuild +++ b/misc/gramps/gramps.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=gramps VERSION=${VERSION:-4.2.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info index 8f9a2e1983..0080e19135 100644 --- a/misc/gramps/gramps.info +++ b/misc/gramps/gramps.info @@ -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)" |