gis/qmapshack: Updated for version 1.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniel Stolarski 2017-04-02 00:48:35 +07:00 committed by Willy Sudiarto Raharjo
parent 2ab732f017
commit 61740c3d75
2 changed files with 8 additions and 5 deletions

View File

@ -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 \

View File

@ -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"