aboutsummaryrefslogtreecommitdiff
path: root/gis
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2024-09-25 22:06:05 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:12:12 +0700
commit7686037cfb8895ca57a0154123264e414a50f74e (patch)
treea4f834fbeef70f5489d3e7f631e653033b202aa0 /gis
parentc175779bd03cd931b0bdc967c5505556762dc779 (diff)
gis/osm-gps-map: Updated for version 1.2.0; new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/osm-gps-map/osm-gps-map.SlackBuild9
-rw-r--r--gis/osm-gps-map/osm-gps-map.info12
2 files changed, 12 insertions, 9 deletions
diff --git a/gis/osm-gps-map/osm-gps-map.SlackBuild b/gis/osm-gps-map/osm-gps-map.SlackBuild
index f72ec86c92c6..a3350e4a6740 100644
--- a/gis/osm-gps-map/osm-gps-map.SlackBuild
+++ b/gis/osm-gps-map/osm-gps-map.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for osm-gps-map
# Copyright 2015 David Spencer, Baildon, West Yorkshire, U.K.
+# Copyright 2024 K. Eugene Carlson, Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osm-gps-map
-VERSION=${VERSION:-1.1.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,6 +80,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+OSNAME="$(awk -F= '/^ID=/{print $2}' /etc/os-release)"
+
./autogen.sh
CFLAGS="$SLKCFLAGS" \
@@ -92,7 +95,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-introspection=no \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-$OSNAME-linux
make
make install DESTDIR=$PKG
diff --git a/gis/osm-gps-map/osm-gps-map.info b/gis/osm-gps-map/osm-gps-map.info
index 85c6cf8ff71e..bd38a63b5b33 100644
--- a/gis/osm-gps-map/osm-gps-map.info
+++ b/gis/osm-gps-map/osm-gps-map.info
@@ -1,10 +1,10 @@
PRGNAM="osm-gps-map"
-VERSION="1.1.0"
+VERSION="1.2.0"
HOMEPAGE="http://nzjrs.github.io/osm-gps-map/"
-DOWNLOAD="https://github.com/nzjrs/osm-gps-map/archive/1.1.0/osm-gps-map-1.1.0.tar.gz"
-MD5SUM="5e9dc55922a597798ef4411130815212"
+DOWNLOAD="https://github.com/nzjrs/osm-gps-map/archive/1.2.0/osm-gps-map-1.2.0.tar.gz"
+MD5SUM="a361b13d39d2136e1e088fdfd3347fa6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gnome-common"
-MAINTAINER="David Spencer"
-EMAIL="baildon.research@googlemail.com"
+REQUIRES=""
+MAINTAINER="K. Eugene Carlson"
+EMAIL="kvngncrlsn@gmail.com"