diff options
-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 9830478e8cc7..9a8ded3c6034 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 7b4d5bab0f8a..8768866972e9 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 6ef28b63d4a2..6cd61a0b3520 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" |