diff options
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 |
commit | bf257d4625119194cc5faca320630bc268e29b42 (patch) | |
tree | 2561ace514f030b7755a7153634a7f186975d506 /gis | |
parent | de54351b030e69a28f9bc48097a85682e303854c (diff) |
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')
-rw-r--r-- | gis/qmapshack/proj.patch.gz | bin | 2343 -> 0 bytes | |||
-rw-r--r-- | gis/qmapshack/qmapshack.SlackBuild | 6 | ||||
-rw-r--r-- | gis/qmapshack/qmapshack.info | 6 |
3 files changed, 4 insertions, 8 deletions
diff --git a/gis/qmapshack/proj.patch.gz b/gis/qmapshack/proj.patch.gz Binary files differdeleted file mode 100644 index 4d67d373faa5..000000000000 --- a/gis/qmapshack/proj.patch.gz +++ /dev/null diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild index 197c0d1b7776..19d132c8e2d4 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 0dfb13a29d8a..88e3ec7a47f3 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" |