summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Nikolay Korotkiy <sikmir@gmail.com>2017-03-07 23:21:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-11 07:03:47 +0700
commitbaa4539d3bf19d4ce09f78a862e52608ee917c18 (patch)
treedb2e9df1c2ed923d4f17d3ef9bbc4ba44f8efed6 /gis
parent0b25bbc29f96d5c43ce7429765afaae4bf557f3e (diff)
downloadslackbuilds-baa4539d3bf19d4ce09f78a862e52608ee917c18.tar.gz
slackbuilds-baa4539d3bf19d4ce09f78a862e52608ee917c18.tar.xz
gis/openorienteering-mapper: Updated for version 0.6.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.SlackBuild6
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
index a20ae6d628..a8b333de02 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, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2016-2017, 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.6.7}
+VERSION=${VERSION:-0.6.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ cd build
rm -fr $PKG/DEBIAN
cd ..
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.info b/gis/openorienteering-mapper/openorienteering-mapper.info
index f7297635d7..9149cee11b 100644
--- a/gis/openorienteering-mapper/openorienteering-mapper.info
+++ b/gis/openorienteering-mapper/openorienteering-mapper.info
@@ -1,8 +1,8 @@
PRGNAM="openorienteering-mapper"
-VERSION="0.6.7"
+VERSION="0.6.8"
HOMEPAGE="http://www.openorienteering.org/apps/mapper/"
-DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.6.7/mapper-0.6.7.tar.gz"
-MD5SUM="555ddf1785c264c9b64ebdfeb0c07d49"
+DOWNLOAD="https://github.com/OpenOrienteering/mapper/archive/v0.6.8/mapper-0.6.8.tar.gz"
+MD5SUM="183c8f088011baeda212e20c19ea03da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="polyclipping proj qt5"