summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/gramps/README11
-rw-r--r--misc/gramps/doinst.sh6
-rw-r--r--misc/gramps/gramps.SlackBuild2
-rw-r--r--misc/gramps/gramps.info2
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)"