From 61eb593a60cbb2d05f42d8fd76d75cf869b4e94c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Thu, 27 Dec 2018 09:59:22 +0700 Subject: gis/openorienteering-mapper: Updated for version 0.8.4. Signed-off-by: Willy Sudiarto Raharjo --- gis/openorienteering-mapper/fix_doc_path.diff | 5 ++--- gis/openorienteering-mapper/openorienteering-mapper.SlackBuild | 6 +++--- gis/openorienteering-mapper/openorienteering-mapper.info | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'gis') diff --git a/gis/openorienteering-mapper/fix_doc_path.diff b/gis/openorienteering-mapper/fix_doc_path.diff index 109862c882..e699058897 100644 --- a/gis/openorienteering-mapper/fix_doc_path.diff +++ b/gis/openorienteering-mapper/fix_doc_path.diff @@ -1,6 +1,5 @@ -diff -Naur mapper-0.8.3.orig/CMakeLists.txt mapper-0.8.3/CMakeLists.txt ---- mapper-0.8.3.orig/CMakeLists.txt 2018-10-21 23:14:36.809583502 +0300 -+++ mapper-0.8.3/CMakeLists.txt 2018-10-21 23:15:33.413426964 +0300 +--- 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 @@ set(MAPPER_RUNTIME_DESTINATION "bin") set(MAPPER_LIBRARY_DESTINATION "lib/${Mapper_PACKAGE_NAME}") diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild index dac7195968..a9e593923c 100644 --- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild +++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openorienteering-mapper -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,8 +81,8 @@ cd build -DLICENSING_PROVIDER:BOOL=OFF \ -DMapper_PACKAGE_NAME=$PRGNAM \ -Wno-dev .. - make - make install DESTDIR=$PKG + cmake --build . + DESTDIR=$PKG cmake --build . --target install cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/gis/openorienteering-mapper/openorienteering-mapper.info b/gis/openorienteering-mapper/openorienteering-mapper.info index ff300e29d5..8eea48c9ae 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.3" +VERSION="0.8.4" HOMEPAGE="https://www.openorienteering.org/apps/mapper/" -DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.8.3/mapper-0.8.3.tar.gz" -MD5SUM="47d381e6fc1eb664cd8d885993b9d7f9" +DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.8.4/mapper-0.8.4.tar.gz" +MD5SUM="a29b2c5878910d6619bd022f95774c69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal polyclipping proj qt5" -- cgit v1.2.3