mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
gis/josm: Updated for version 12450.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
25ad835842
commit
da362b9299
3 changed files with 9 additions and 8 deletions
|
@ -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
|
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
|
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
|
Josm is very active so it is highly recommended to install the latest version
|
||||||
http://josm.openstreetmap.de/download/josm-tested.jar
|
http://josm.openstreetmap.de/download/josm-tested.jar
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Slackware java packaging script for josm
|
# 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
|
# http://josm.openstreetmap.de/download/josm-tested.jar
|
||||||
# execute the script passing it VERSION=tested
|
# execute the script with VERSION=tested
|
||||||
|
|
||||||
PRGNAM=josm
|
PRGNAM=josm
|
||||||
VERSION=${VERSION:-11526}
|
VERSION=${VERSION:-12450}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ cat > $PKG/usr/bin/$PRGNAM << EOF
|
||||||
java -jar /opt/$PRGNAM/$PRGNAM.jar
|
java -jar /opt/$PRGNAM/$PRGNAM.jar
|
||||||
EOF
|
EOF
|
||||||
chmod 755 $PKG/usr/bin/$PRGNAM
|
chmod 755 $PKG/usr/bin/$PRGNAM
|
||||||
|
chmod 755 $PKG/opt/$PRGNAM/$PRGNAM.jar
|
||||||
|
|
||||||
# cp KDE desktop icon
|
# cp KDE desktop icon
|
||||||
mkdir -p $PKG/usr/share/applications
|
mkdir -p $PKG/usr/share/applications
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="josm"
|
PRGNAM="josm"
|
||||||
VERSION="11526"
|
VERSION="12450"
|
||||||
HOMEPAGE="http://josm.openstreetmap.de"
|
HOMEPAGE="http://josm.openstreetmap.de"
|
||||||
DOWNLOAD="https://josm.openstreetmap.de/download/josm-snapshot-11526.jar"
|
DOWNLOAD="https://josm.openstreetmap.de/download/josm-snapshot-12450.jar"
|
||||||
MD5SUM="75cd14890c6df31e318fd403fbab22da"
|
MD5SUM="1bb587427acb4b87300093ae298a0f13"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
|
|
Loading…
Reference in a new issue