gis/qmapshack: Updated for version 1.17.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniel Stolarski 2023-07-28 20:28:23 +09:00 committed by Willy Sudiarto Raharjo
parent de54351b03
commit bf257d4625
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 4 additions and 8 deletions

Binary file not shown.

View File

@ -12,7 +12,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qmapshack
VERSION=${VERSION:-1.16.1}
VERSION=${VERSION:-1.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -59,10 +59,6 @@ cd $TMP
rm -rf $PRGNAM-V_${VERSION}
tar xvf $CWD/${PRGNAM}-V_${VERSION}.tar.gz
cd ${PRGNAM}-V_${VERSION}
# cmake / autotools problem in proj package if proj switches to cmake in
# future, cmake should be able to find proj here.
# thanks debian maintainers
zcat $CWD/proj.patch.gz | patch -p1
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="qmapshack"
VERSION="1.16.1"
VERSION="1.17.0"
HOMEPAGE="https://github.com/Maproom/qmapshack/wiki"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.16.1/qmapshack-V_1.16.1.tar.gz"
MD5SUM_x86_64="7520305c2309af093cf873130d599ee9"
DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.17.0/qmapshack-V_1.17.0.tar.gz"
MD5SUM_x86_64="ee2d0c19f9238a2fc5b77ba03b75b0be"
REQUIRES="gdal routino"
MAINTAINER="Daniel Stolarski"
EMAIL="daniel.stolarski@gmail.com"