gis/josm: Updated for version 12450.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2017-07-05 14:49:30 +01:00 committed by Willy Sudiarto Raharjo
parent 25ad835842
commit da362b9299
3 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,7 @@ JOSM is an extensible editor for OpenStreetMap (OSM) written in Java
Currently it supports loading stand-alone GPX tracks and GPX track data from the
OSM database as well as loading and editing existing nodes, ways, metadata tags
and relations from the OSM database.
and relations from the OSM database.
Josm is very active so it is highly recommended to install the latest version
http://josm.openstreetmap.de/download/josm-tested.jar

View file

@ -1,14 +1,14 @@
#!/bin/sh
# Slackware java packaging script for josm
#
# Michales - clavisound - Michaloudes korgie@gmail.com <2012>
# Michales - clavisound - Michaloudes korgie@gmail.com <2012-2017>
#
# If you want to extract the version from an download
# For latest verion download
# http://josm.openstreetmap.de/download/josm-tested.jar
# execute the script passing it VERSION=tested
# execute the script with VERSION=tested
PRGNAM=josm
VERSION=${VERSION:-11526}
VERSION=${VERSION:-12450}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,6 +60,7 @@ cat > $PKG/usr/bin/$PRGNAM << EOF
java -jar /opt/$PRGNAM/$PRGNAM.jar
EOF
chmod 755 $PKG/usr/bin/$PRGNAM
chmod 755 $PKG/opt/$PRGNAM/$PRGNAM.jar
# cp KDE desktop icon
mkdir -p $PKG/usr/share/applications

View file

@ -1,8 +1,8 @@
PRGNAM="josm"
VERSION="11526"
VERSION="12450"
HOMEPAGE="http://josm.openstreetmap.de"
DOWNLOAD="https://josm.openstreetmap.de/download/josm-snapshot-11526.jar"
MD5SUM="75cd14890c6df31e318fd403fbab22da"
DOWNLOAD="https://josm.openstreetmap.de/download/josm-snapshot-12450.jar"
MD5SUM="1bb587427acb4b87300093ae298a0f13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"