From fbe0107f7827921d4b35f61fdcfd3e1461381b1c Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Tue, 9 May 2017 12:57:45 +0100 Subject: academic/xiphos: Updated for version 4.0.5. Signed-off-by: David Spencer --- academic/xiphos/doinst.sh | 4 ++++ academic/xiphos/xiphos.SlackBuild | 9 ++++----- academic/xiphos/xiphos.info | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'academic/xiphos') diff --git a/academic/xiphos/doinst.sh b/academic/xiphos/doinst.sh index 4110f5514d..65c7e2eeb9 100644 --- a/academic/xiphos/doinst.sh +++ b/academic/xiphos/doinst.sh @@ -1,3 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/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 diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild index 24dcb92606..b7ad7708e8 100644 --- a/academic/xiphos/xiphos.SlackBuild +++ b/academic/xiphos/xiphos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xiphos -# Copyright 2015/2016 Tim Dickson, email: dickson.tim@googlemail.com +# Copyright 2015-2017 Tim Dickson, email: dickson.tim@googlemail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,9 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xiphos -VERSION=${VERSION:-4.0.4} -BUILD=${BUILD:-2} -#updated build number for slackware 14.2 which has one less dependency +VERSION=${VERSION:-4.0.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -61,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-20150830.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION-20170423.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/academic/xiphos/xiphos.info b/academic/xiphos/xiphos.info index e3fea5352b..92484ad69e 100644 --- a/academic/xiphos/xiphos.info +++ b/academic/xiphos/xiphos.info @@ -1,8 +1,8 @@ PRGNAM="xiphos" -VERSION="4.0.4" +VERSION="4.0.5" HOMEPAGE="http://xiphos.org" -DOWNLOAD="http://heanet.dl.sourceforge.net/project/gnomesword/Xiphos/4.0.4/xiphos-4.0.4-20150830.tar.gz" -MD5SUM="a1d88b7d6812fd261d71a229999c669d" +DOWNLOAD="https://github.com/crosswire/xiphos/releases/download/4.0.5/xiphos-4.0.5-20170423.tar.gz" +MD5SUM="f0f0612ef12421307deab1e0627e69f1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sword webkitgtk3 biblesync rarian" -- cgit v1.2.3