summaryrefslogtreecommitdiffstats
path: root/gis/josm
diff options
context:
space:
mode:
author Michales Michaloudes <korgie@gmail.com>2017-07-05 14:49:30 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-08 07:11:26 +0700
commitda362b92992aff44452885b41f773c8d083a1ef0 (patch)
treea4dde28d6b81b28d3a36558fee3157fea73e2979 /gis/josm
parent25ad83584240e7cd362bba5b4d9c2d2d0e56cc82 (diff)
downloadslackbuilds-da362b92992aff44452885b41f773c8d083a1ef0.tar.gz
slackbuilds-da362b92992aff44452885b41f773c8d083a1ef0.tar.xz
gis/josm: Updated for version 12450.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/josm')
-rw-r--r--gis/josm/README2
-rw-r--r--gis/josm/josm.SlackBuild9
-rw-r--r--gis/josm/josm.info6
3 files changed, 9 insertions, 8 deletions
diff --git a/gis/josm/README b/gis/josm/README
index ea9993e5d3..c893f14abe 100644
--- a/gis/josm/README
+++ b/gis/josm/README
@@ -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
diff --git a/gis/josm/josm.SlackBuild b/gis/josm/josm.SlackBuild
index e988611a32..4e5dfa72ff 100644
--- a/gis/josm/josm.SlackBuild
+++ b/gis/josm/josm.SlackBuild
@@ -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
diff --git a/gis/josm/josm.info b/gis/josm/josm.info
index cccd783bd5..7f11992a9f 100644
--- a/gis/josm/josm.info
+++ b/gis/josm/josm.info
@@ -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"