summaryrefslogtreecommitdiffstats
path: root/gis/qmapshack
diff options
context:
space:
mode:
author Daniel Stolarski <daniel.stolarski@gmail.com>2017-04-02 00:48:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-06 21:02:34 +0700
commit61740c3d75a52b82ea14a66cbd4328279acb9405 (patch)
tree1a25946845c297c2b3d1abab0c075f5dbc839a14 /gis/qmapshack
parent2ab732f01778656c1db6b2c65570dd4d1bbd7b42 (diff)
downloadslackbuilds-61740c3d75a52b82ea14a66cbd4328279acb9405.tar.gz
slackbuilds-61740c3d75a52b82ea14a66cbd4328279acb9405.tar.xz
gis/qmapshack: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/qmapshack')
-rw-r--r--gis/qmapshack/qmapshack.SlackBuild5
-rw-r--r--gis/qmapshack/qmapshack.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild
index 2bb2a5de98..25cb4e9cf1 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.7.2}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,6 +56,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# QuaZip path issue. thx to pAcAs for the hint
+whereis quazip |grep -qE "/include/\<quazip\>" && sed -i 's!quazip5!quazip!g' cmake/Modules/FindQuaZip.cmake
+
mkdir -p build
cd build
cmake \
diff --git a/gis/qmapshack/qmapshack.info b/gis/qmapshack/qmapshack.info
index 4d5e7788aa..ecf76f8de8 100644
--- a/gis/qmapshack/qmapshack.info
+++ b/gis/qmapshack/qmapshack.info
@@ -1,10 +1,10 @@
PRGNAM="qmapshack"
-VERSION="1.7.2"
+VERSION="1.8.0"
HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://bitbucket.org/maproom/qmapshack/downloads/qmapshack-1.7.2.tar.gz"
-MD5SUM_x86_64="a60efbdde196e8da29b76e9069471e12"
-REQUIRES="gdal qt5-webkit routino"
+DOWNLOAD_x86_64="https://bitbucket.org/maproom/qmapshack/downloads/qmapshack-1.8.0.tar.gz"
+MD5SUM_x86_64="3475b3177dccc71b4374f14143b77e85"
+REQUIRES="gdal qt5-webkit routino quazip"
MAINTAINER="Daniel Stolarski"
EMAIL="daniel.stolarski@gmail.com"