[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build.
From: |
Ricardo Wurmus |
Subject: |
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build. |
Date: |
Sat, 04 May 2019 13:48:57 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Julien Lepiller <address@hidden> writes:
> * gnu/packages/java.scm (java-openjfx-build): New variable.
[…]
> + ;; This is a java-8 version
> + (version "8.202")
What does this imply? Are there more recent versions?
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> "http://hg.openjdk.java.net/openjfx/8u-dev/rt"
> + "/archive/85d09981ae0d.tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
I think it may be better to use hg-fetch here as this doesn’t look like
a stable tarball.
> + (description "OpenJFX is a free, next generation client application
> +platform for desktop, mobile and embedded systems built on Java. Its goal
> +is to produce a modern, efficient, and fully featured toolkit for developing
> +rich client applications. This package contains base classes for the
> +OpenJFX distribution and helper classes for building other parts of the
> +distribution.")
I agree with what Nicolas wrote.
> + (license license:gpl2)));with classpath exception
GPL2 only? Please add a space before “;”.
--
Ricardo
- [bug#35545] [PATCH 06/17] gnu: javacc: Install binaries., (continued)
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base., Ricardo Wurmus, 2019/05/04
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build., Björn Höfling, 2019/05/05
[bug#35545] [PATCH 09/17] gnu: Add java-openjfx-graphics., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 11/17] gnu: Add java-jmapviewer., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 13/17] gnu: Add java-jboss-transaction-api-spec., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 02/17] gnu: Add java-jsonp-api., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 14/17] gnu: Add java-commons-pool2., Julien Lepiller, 2019/05/03