summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Daniel Stolarski <daniel.stolarski@gmail.com>2017-09-24 15:46:51 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-09-24 15:46:51 +0100
commit3b15475d8134597efd15685087647c8171e203ce (patch)
tree2085bedcf820d089a21936150f474ae013ad907a /gis
parent2d09755ec0ed0801279b2441db28957eb1099f0c (diff)
downloadslackbuilds-3b15475d8134597efd15685087647c8171e203ce.tar.gz
slackbuilds-3b15475d8134597efd15685087647c8171e203ce.tar.xz
gis/qmapshack: Updated for version 1.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/qmapshack/doinst.sh10
-rw-r--r--gis/qmapshack/qmapshack.SlackBuild2
-rw-r--r--gis/qmapshack/qmapshack.info6
3 files changed, 14 insertions, 4 deletions
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"