summaryrefslogtreecommitdiffstats
path: root/gis/qmapshack
diff options
context:
space:
mode:
author Daniel Stolarski <daniel.stolarski@gmail.com>2023-07-28 20:28:23 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 08:13:32 +0700
commitbf257d4625119194cc5faca320630bc268e29b42 (patch)
tree2561ace514f030b7755a7153634a7f186975d506 /gis/qmapshack
parentde54351b030e69a28f9bc48097a85682e303854c (diff)
downloadslackbuilds-bf257d4625119194cc5faca320630bc268e29b42.tar.gz
slackbuilds-bf257d4625119194cc5faca320630bc268e29b42.tar.xz
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>
Diffstat (limited to 'gis/qmapshack')
-rw-r--r--gis/qmapshack/proj.patch.gzbin2343 -> 0 bytes
-rw-r--r--gis/qmapshack/qmapshack.SlackBuild6
-rw-r--r--gis/qmapshack/qmapshack.info6
3 files changed, 4 insertions, 8 deletions
diff --git a/gis/qmapshack/proj.patch.gz b/gis/qmapshack/proj.patch.gz
deleted file mode 100644
index 4d67d373fa..0000000000
--- a/gis/qmapshack/proj.patch.gz
+++ /dev/null
Binary files differ
diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild
index 197c0d1b77..19d132c8e2 100644
--- a/gis/qmapshack/qmapshack.SlackBuild
+++ b/gis/qmapshack/qmapshack.SlackBuild
@@ -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 . \
diff --git a/gis/qmapshack/qmapshack.info b/gis/qmapshack/qmapshack.info
index 0dfb13a29d..88e3ec7a47 100644
--- a/gis/qmapshack/qmapshack.info
+++ b/gis/qmapshack/qmapshack.info
@@ -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"