summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
Diffstat (limited to 'gis')
-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"