From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNPGn-0000qs-HU for guix-patches@gnu.org; Sun, 05 May 2019 18:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNPGl-0000b9-1a for guix-patches@gnu.org; Sun, 05 May 2019 18:06:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNPGk-0000a6-On for guix-patches@gnu.org; Sun, 05 May 2019 18:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNPGk-0007aP-Cx for guix-patches@gnu.org; Sun, 05 May 2019 18:06:02 -0400 Subject: [bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build. Resent-Message-ID: Date: Mon, 6 May 2019 00:05:29 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20190506000529.5c7a1fda@alma-ubu> In-Reply-To: <20190503130134.24788-7-julien@lepiller.eu> References: <20190503145820.606f37db@sybil.lepiller.eu> <20190503130134.24788-1-julien@lepiller.eu> <20190503130134.24788-7-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/b9WyuR22o6W.VC_8EYPyji3"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 35545@debbugs.gnu.org --Sig_/b9WyuR22o6W.VC_8EYPyji3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 3 May 2019 15:01:24 +0200 Julien Lepiller wrote: > + (source (origin > + (method url-fetch) > + (uri (string-append > "http://hg.openjdk.java.net/openjfx/8u-dev/rt" > + "/archive/85d09981ae0d.tar.gz")) [.. ] > + (home-page "https://openjfx.io") This is nit-picking: As you are using an old version of OpenJFX, would it make more sense to have the old homepage here: https://wiki.openjdk.java.net/display/OpenJFX/Main > + (license license:gpl2)));with classpath exception There are some files with BSD-2 and BSD-3 licenses, for example: ./apps/experiments/PtyConsole/src/ptyconsole/App.java: BSD 3-clause "New" o= r "Revised" License ./modules/web/src/main/native/Tools/DumpRenderTree/AccessibilityController.= cpp: BSD 2-clause "Simplified" License There is a gradle.jar in the sources: ./gradle/wrapper/gradle-wrapper.jar Would you use a snipped to remove it? Otherwise, LGTM. Bj=C3=B6rn --Sig_/b9WyuR22o6W.VC_8EYPyji3 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXM9eKQAKCRC/KGy2WT5f /dRsAKCpVDcjXs4yJSx5g7E2qSVjDXBCcwCdHy3thqRtNjeiSi7dKoxHHG/AA/g= =qCSf -----END PGP SIGNATURE----- --Sig_/b9WyuR22o6W.VC_8EYPyji3--