gis/osm-gps-map: Updated for version 1.2.0; new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gene Carlson 2024-09-25 22:06:05 +09:00 committed by Willy Sudiarto Raharjo
parent c175779bd0
commit 7686037cfb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 12 additions and 9 deletions

View file

@ -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

View file

@ -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"