gis/openorienteering-mapper: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0e2be95db0
commit
c167839bef
|
@ -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}")
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue