diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-11-16 20:01:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 20:01:19 +0700 |
commit | c167839bef744c52994ac7002dec27de9b34d6a5 (patch) | |
tree | ae4e8886037264a9cc68b551d83836884252201c /gis | |
parent | 0e2be95db09ea7c7d98e2203fc1bfabd0e144f97 (diff) | |
download | slackbuilds-c167839bef744c52994ac7002dec27de9b34d6a5.tar.gz |
gis/openorienteering-mapper: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/openorienteering-mapper/fix_doc_path.diff | 6 | ||||
-rw-r--r-- | gis/openorienteering-mapper/openorienteering-mapper.SlackBuild | 4 | ||||
-rw-r--r-- | gis/openorienteering-mapper/openorienteering-mapper.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gis/openorienteering-mapper/fix_doc_path.diff b/gis/openorienteering-mapper/fix_doc_path.diff index e699058897..87b1586cf0 100644 --- a/gis/openorienteering-mapper/fix_doc_path.diff +++ b/gis/openorienteering-mapper/fix_doc_path.diff @@ -1,6 +1,6 @@ ---- mapper-0.8.4/CMakeLists.txt.orig 2018-12-24 21:53:23.908987869 +0300 -+++ mapper-0.8.4/CMakeLists.txt 2018-12-24 21:54:21.859594839 +0300 -@@ -152,7 +152,7 @@ +--- mapper-0.9.0/CMakeLists.txt.orig 2019-10-24 00:33:05.001359242 +0300 ++++ mapper-0.9.0/CMakeLists.txt 2019-10-24 00:33:50.964840135 +0300 +@@ -133,7 +133,7 @@ set(MAPPER_RUNTIME_DESTINATION "bin") set(MAPPER_LIBRARY_DESTINATION "lib/${Mapper_PACKAGE_NAME}") set(MAPPER_DATA_DESTINATION "share/${Mapper_PACKAGE_NAME}") diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild index a9e593923c..752d1ef2b4 100644 --- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild +++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for OpenOrienteering Mapper -# Copyright 2016-2018, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2016-2019, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openorienteering-mapper -VERSION=${VERSION:-0.8.4} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/openorienteering-mapper/openorienteering-mapper.info b/gis/openorienteering-mapper/openorienteering-mapper.info index 8eea48c9ae..9df71846be 100644 --- a/gis/openorienteering-mapper/openorienteering-mapper.info +++ b/gis/openorienteering-mapper/openorienteering-mapper.info @@ -1,8 +1,8 @@ PRGNAM="openorienteering-mapper" -VERSION="0.8.4" +VERSION="0.9.0" HOMEPAGE="https://www.openorienteering.org/apps/mapper/" -DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.8.4/mapper-0.8.4.tar.gz" -MD5SUM="a29b2c5878910d6619bd022f95774c69" +DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.9.0/mapper-0.9.0.tar.gz" +MD5SUM="7135d60bcacaba0fde002543705c9eea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal polyclipping proj qt5" |