From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9KLH-0001YQ-5z for guix-patches@gnu.org; Tue, 03 Mar 2020 22:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9KLG-0006FR-1y for guix-patches@gnu.org; Tue, 03 Mar 2020 22:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34243) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9KLF-0006FC-UU for guix-patches@gnu.org; Tue, 03 Mar 2020 22:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9KLF-0003Lw-Ph for guix-patches@gnu.org; Tue, 03 Mar 2020 22:05:01 -0500 Subject: [bug#39745] [PATCH 4/7] gnu: java-openjfx-swing: Add new variable. Resent-Message-ID: Date: Tue, 3 Mar 2020 22:04:17 -0500 From: Leo Famulari Message-ID: <20200304030417.GC1199@jasmine.lan> References: <20200222201755.50425-1-levenson@mmer.org> <20200222201755.50425-4-levenson@mmer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200222201755.50425-4-levenson@mmer.org> 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: Alexey Abramov Cc: 39745@debbugs.gnu.org On Sat, Feb 22, 2020 at 09:17:52PM +0100, Alexey Abramov wrote: > * gnu/packages/java.scm (java-openjfx-build): Add patch to the base package. > * gnu/packages/patches/java-openjfx-build-swing-compile-JFXPanel-with-JDK-8.patch: Fix swing compilation for jdk8. This commit adds the patch file but also makes a new package java-openjfx-swing. Adding the patch to java-openjfx-build and adding the new package should be done in separate commits. Also remember to add the patch to 'gnu/local.mk'. > +From 173e65937d9e76872df51f7ba39c9d58986dc38f Mon Sep 17 00:00:00 2001 > +From: Alexey Abramov > +Date: Fri, 3 Jan 2020 01:17:45 +0100 > +Subject: [PATCH] java-openjfx-build: Cannot compile JFXPanel with JDK 8 > + > +For more info please see https://bugs.openjdk.java.net/browse/JDK-8149967 This link is great but please add a brief summary of why we need the patch and what it does (one or two sentences is enough).