Update josm dependencies
more/packages/java.scm
1312 | 1312 | (package | |
1313 | 1313 | (name "java-openjfx") | |
1314 | 1314 | ;; This is the last version that can be built for java8 | |
1315 | - | (version "8u141-b14") | |
1315 | + | (version "8.202") | |
1316 | 1316 | (source (origin | |
1317 | 1317 | (method url-fetch) | |
1318 | 1318 | (uri (string-append "http://hg.openjdk.java.net/openjfx/8u-dev/rt" | |
1319 | - | "/archive/d6db71e77bb1.tar.gz")) | |
1319 | + | "/archive/85d09981ae0d.tar.gz")) | |
1320 | 1320 | (file-name (string-append name "-" version ".tar.gz")) | |
1321 | 1321 | (sha256 | |
1322 | 1322 | (base32 | |
1323 | - | "1qjmwrrkk5z3nzz08ihy0qww8y0922wiil95pz2na0d4ql3cx625")))) | |
1323 | + | "038yg2c9swmckw5ch8cvzxf5hw0fdvxa3wljnw5yhbhqgvawpz3a")))) | |
1324 | 1324 | (build-system ant-build-system) | |
1325 | 1325 | (arguments | |
1326 | 1326 | `(#:jar-name "java-openjfx.jar" | |
… | |||
1338 | 1338 | (native-inputs | |
1339 | 1339 | `(("java-junit" ,java-junit) | |
1340 | 1340 | ("java-hamcrest-core" ,java-hamcrest-core))) | |
1341 | - | (home-page "http://openjdk.java.net/projects/openjfx/") | |
1341 | + | (home-page "https://openjfx.io") | |
1342 | 1342 | (synopsis "") | |
1343 | 1343 | (description "") | |
1344 | 1344 | (license license:gpl2)));with classpath exception | |
… | |||
1531 | 1531 | (define-public java-jmapviewer | |
1532 | 1532 | (package | |
1533 | 1533 | (name "java-jmapviewer") | |
1534 | - | (version "2.8") | |
1534 | + | (version "2.9") | |
1535 | 1535 | (source (origin | |
1536 | 1536 | (method url-fetch) | |
1537 | 1537 | (uri (string-append "https://svn.openstreetmap.org/applications/viewer/jmapviewer/releases/" | |
1538 | 1538 | version "/JMapViewer-" version "-Source.zip")) | |
1539 | 1539 | (sha256 | |
1540 | 1540 | (base32 | |
1541 | - | "1y4sgk9d7ii89w1vdjj9128fnzn81l6gm7wgc9r5j9f34iq871y7")))) | |
1541 | + | "06jilhvsx662raix58g8ccl56d1pmirwlys9px0mdg7j46wixk6l")))) | |
1542 | 1542 | (build-system ant-build-system) | |
1543 | 1543 | (native-inputs | |
1544 | 1544 | `(("unzip" ,unzip))) | |
… | |||
1556 | 1556 | (mkdir-p dir) | |
1557 | 1557 | (copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar")))))))) | |
1558 | 1558 | (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.") | |
1561 | 1563 | (license license:gpl2))) | |
1562 | 1564 | ||
1563 | 1565 | (define-public java-zstd | |
… | |||
1677 | 1679 | #:tests? #f)) | |
1678 | 1680 | (propagated-inputs | |
1679 | 1681 | `(("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))) | |
1685 | 1682 | (home-page "https://github.com/mttkay/signpost") | |
1686 | 1683 | (synopsis "") | |
1687 | 1684 | (description "") |