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

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

View file

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