Update josm dependencies

Julien LepillerFri May 03 12:23:59+0200 2019

5b878eb

Update josm dependencies

more/packages/java.scm

13121312
  (package
13131313
    (name "java-openjfx")
13141314
    ;; This is the last version that can be built for java8
1315-
    (version "8u141-b14")
1315+
    (version "8.202")
13161316
    (source (origin
13171317
              (method url-fetch)
13181318
              (uri (string-append "http://hg.openjdk.java.net/openjfx/8u-dev/rt"
1319-
                                  "/archive/d6db71e77bb1.tar.gz"))
1319+
                                  "/archive/85d09981ae0d.tar.gz"))
13201320
              (file-name (string-append name "-" version ".tar.gz"))
13211321
              (sha256
13221322
               (base32
1323-
                "1qjmwrrkk5z3nzz08ihy0qww8y0922wiil95pz2na0d4ql3cx625"))))
1323+
                "038yg2c9swmckw5ch8cvzxf5hw0fdvxa3wljnw5yhbhqgvawpz3a"))))
13241324
    (build-system ant-build-system)
13251325
    (arguments
13261326
     `(#:jar-name "java-openjfx.jar"

13381338
    (native-inputs
13391339
     `(("java-junit" ,java-junit)
13401340
       ("java-hamcrest-core" ,java-hamcrest-core)))
1341-
    (home-page "http://openjdk.java.net/projects/openjfx/")
1341+
    (home-page "https://openjfx.io")
13421342
    (synopsis "")
13431343
    (description "")
13441344
    (license license:gpl2)));with classpath exception

15311531
(define-public java-jmapviewer
15321532
  (package
15331533
    (name "java-jmapviewer")
1534-
    (version "2.8")
1534+
    (version "2.9")
15351535
    (source (origin
15361536
              (method url-fetch)
15371537
              (uri (string-append "https://svn.openstreetmap.org/applications/viewer/jmapviewer/releases/"
15381538
                                  version "/JMapViewer-" version "-Source.zip"))
15391539
              (sha256
15401540
               (base32
1541-
                "1y4sgk9d7ii89w1vdjj9128fnzn81l6gm7wgc9r5j9f34iq871y7"))))
1541+
                "06jilhvsx662raix58g8ccl56d1pmirwlys9px0mdg7j46wixk6l"))))
15421542
    (build-system ant-build-system)
15431543
    (native-inputs
15441544
     `(("unzip" ,unzip)))

15561556
               (mkdir-p dir)
15571557
               (copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar"))))))))
15581558
    (home-page "https://wiki.openstreetmap.org/wiki/JMapViewer")
1559-
    (synopsis "")
1560-
    (description "")
1559+
    (synopsis "OSM map integration in Java")
1560+
    (description "JMapViewer is a Java component which allows to easily
1561+
integrate an OSM map view into your Java application.  It is maintained as
1562+
an independent project by the JOSM team.")
15611563
    (license license:gpl2)))
15621564
15631565
(define-public java-zstd

16771679
       #:tests? #f))
16781680
    (propagated-inputs
16791681
     `(("java-commons-codec" ,java-commons-codec)))
1680-
    ;(native-inputs
1681-
    ; `(("java-cglib" ,java-cglib)
1682-
    ;   ("java-hamcrest-core" ,java-hamcrest-core)
1683-
    ;   ("java-junit" ,java-junit)
1684-
    ;   ("java-mockito-1" ,java-mockito-1)))
16851682
    (home-page "https://github.com/mttkay/signpost")
16861683
    (synopsis "")
16871684
    (description "")