From 61740c3d75a52b82ea14a66cbd4328279acb9405 Mon Sep 17 00:00:00 2001 From: Daniel Stolarski Date: Sun, 2 Apr 2017 00:48:35 +0700 Subject: gis/qmapshack: Updated for version 1.8.0. Signed-off-by: Willy Sudiarto Raharjo --- gis/qmapshack/qmapshack.SlackBuild | 5 ++++- gis/qmapshack/qmapshack.info | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'gis') 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/\" && 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" -- cgit v1.2.3