diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2011-12-09 08:22:14 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-09 08:22:14 -0200 |
commit | e04219462f12fad3c5e7a34e0b7aef592454a88a (patch) | |
tree | 10107b09cc0a334060b8a89014a719bc6881ac7e /misc | |
parent | 431a0ed4407a00c3eb66b9f42f5057b895ecd91e (diff) | |
download | slackbuilds-e04219462f12fad3c5e7a34e0b7aef592454a88a.tar.gz |
misc/gramps: Updated for version 3.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gramps/doinst.sh | 7 | ||||
-rw-r--r-- | misc/gramps/gramps.SlackBuild | 2 | ||||
-rw-r--r-- | misc/gramps/gramps.info | 8 |
3 files changed, 5 insertions, 12 deletions
diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh index 9830478e8c..9a8ded3c60 100644 --- a/misc/gramps/doinst.sh +++ b/misc/gramps/doinst.sh @@ -5,10 +5,3 @@ 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 usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild index 7b4d5bab0f..8768866972 100644 --- a/misc/gramps/gramps.SlackBuild +++ b/misc/gramps/gramps.SlackBuild @@ -5,7 +5,7 @@ # Written by Bill Kirkpatrick <bkirkp@gmail.com> PRGNAM=gramps -VERSION=${VERSION:-3.2.6} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info index 6ef28b63d4..6cd61a0b35 100644 --- a/misc/gramps/gramps.info +++ b/misc/gramps/gramps.info @@ -1,10 +1,10 @@ PRGNAM="gramps" -VERSION="3.2.6" +VERSION="3.3.1" HOMEPAGE="http://www.gramps-project.org/" -DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.2.6.tar.gz" -MD5SUM="7b6fe3d81d1925f30b0cd63a362a1a18" +DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.3.1.tar.gz" +MD5SUM="c4dafb5688899c6943f212b6d76ce2ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Bill Kirkpatrick" EMAIL="bkirkp@gmail.com" -APPROVED="dsomero" +APPROVED="Niels Horn" |