From 3b15475d8134597efd15685087647c8171e203ce Mon Sep 17 00:00:00 2001 From: Daniel Stolarski Date: Sun, 24 Sep 2017 15:46:51 +0100 Subject: gis/qmapshack: Updated for version 1.9.1. Signed-off-by: David Spencer --- gis/qmapshack/doinst.sh | 10 ++++++++++ gis/qmapshack/qmapshack.SlackBuild | 2 +- gis/qmapshack/qmapshack.info | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'gis') diff --git a/gis/qmapshack/doinst.sh b/gis/qmapshack/doinst.sh index 140e332222..19ad22754d 100644 --- a/gis/qmapshack/doinst.sh +++ b/gis/qmapshack/doinst.sh @@ -1,3 +1,13 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications 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/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild index 159c45a178..41aa91b6ef 100644 --- a/gis/qmapshack/qmapshack.SlackBuild +++ b/gis/qmapshack/qmapshack.SlackBuild @@ -10,7 +10,7 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=qmapshack -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/qmapshack/qmapshack.info b/gis/qmapshack/qmapshack.info index 5f79caf31e..f40ee0efda 100644 --- a/gis/qmapshack/qmapshack.info +++ b/gis/qmapshack/qmapshack.info @@ -1,10 +1,10 @@ PRGNAM="qmapshack" -VERSION="1.9.0" +VERSION="1.9.1" HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://bitbucket.org/maproom/qmapshack/downloads/qmapshack-1.9.0.tar.gz" -MD5SUM_x86_64="f622b7d1283d393c7d5f66a75b4d8be7" +DOWNLOAD_x86_64="https://bitbucket.org/maproom/qmapshack/downloads/qmapshack-1.9.1.tar.gz" +MD5SUM_x86_64="b409e36aa1ed547858cdcf31923afbfc" REQUIRES="gdal qt5-webkit routino quazip" MAINTAINER="Daniel Stolarski" EMAIL="daniel.stolarski@gmail.com" -- cgit v1.2.3