diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-23 21:57:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-24 16:13:00 +0700 |
commit | 5cc707e0a3e163706e6e391c1cd89844f00ccebc (patch) | |
tree | add7b8695fa28ce340fc7df8f5883c743b7747e3 /gis | |
parent | 4873f023e84a3ff4d7bb3e5efc6ed6ebfeca81d4 (diff) | |
download | slackbuilds-5cc707e0a3e163706e6e391c1cd89844f00ccebc.tar.gz |
gis/qmapshack: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/qmapshack/CMakeVersion.patch | 8 | ||||
-rw-r--r-- | gis/qmapshack/README | 2 | ||||
-rw-r--r-- | gis/qmapshack/qmapshack.SlackBuild | 3 | ||||
-rw-r--r-- | gis/qmapshack/qmapshack.info | 12 |
4 files changed, 9 insertions, 16 deletions
diff --git a/gis/qmapshack/CMakeVersion.patch b/gis/qmapshack/CMakeVersion.patch deleted file mode 100644 index 625dd819c3..0000000000 --- a/gis/qmapshack/CMakeVersion.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- qmapshack-1.0.beta1/CMakeLists.txt 2015-02-23 22:57:29.010838124 +0100 -+++ qmapshack-1.0.beta1-A/CMakeLists.txt 2015-02-22 16:29:06.757835259 +0100 -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.0.0) -+cmake_minimum_required(VERSION 2.8.12) - - project(QMapShack) - diff --git a/gis/qmapshack/README b/gis/qmapshack/README index 5f510d8dce..3c20bb1593 100644 --- a/gis/qmapshack/README +++ b/gis/qmapshack/README @@ -3,3 +3,5 @@ as well as Garmin's img vector map format. You can also view and edit your GPX tracks. QMapShack is the successor of QLandkarteGT. + +Note: Linux 32bit versions is no longer supported. diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild index e496e0d7d6..57ac7002d0 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.3.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +49,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION -patch -p1 < $CWD/CMakeVersion.patch chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/gis/qmapshack/qmapshack.info b/gis/qmapshack/qmapshack.info index d7c116dbce..0d2191a3a8 100644 --- a/gis/qmapshack/qmapshack.info +++ b/gis/qmapshack/qmapshack.info @@ -1,10 +1,10 @@ PRGNAM="qmapshack" -VERSION="1.3.0" +VERSION="1.6.1" HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/qmapshack/qmapshack-1.3.0.tar.gz" -MD5SUM="f1d16bf227108edd6219341ea1352d1d" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="gdal qt5" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://bitbucket.org/maproom/qmapshack/downloads/qmapshack-1.6.1.tar.gz" +MD5SUM_x86_64="e4acf43b966f7912bdaff51d722d0551" +REQUIRES="gdal qt5-webkit routino" MAINTAINER="Daniel Stolarski" EMAIL="daniel.stolarski@gmail.com" |