guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41360] [PATCH 04/12] gnu: java-openjfx-build: Fix openjfx-swing com


From: Ludovic Courtès
Subject: [bug#41360] [PATCH 04/12] gnu: java-openjfx-build: Fix openjfx-swing component build for JDKu8
Date: Sat, 23 May 2020 16:05:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Alexey Abramov <address@hidden> skribis:

> * gnu/packages/java.scm (java-openjfx-build)[source]: Use it.
> * 
> gnu/packages/patches/java-openjfx-build-swing-compile-JFXPanel-with-JDK-8.patch:
>   New file.
> * gnu/local.mk (dist_patch_DATA): Add it.

[...]

> +++ 
> b/gnu/packages/patches/java-openjfx-build-swing-compile-JFXPanel-with-JDK-8.patch
> @@ -0,0 +1,63 @@
> +From 173e65937d9e76872df51f7ba39c9d58986dc38f Mon Sep 17 00:00:00 2001
> +From: Alexey Abramov <address@hidden>
> +Date: Fri, 3 Jan 2020 01:17:45 +0100
> +Subject: [PATCH] java-openjfx-build: Cannot compile JFXPanel with JDK 8
> +
> +In JDKu9 getDefaultScale method was removed and sun.java2d.SurfaceData class 
> now
> +has separate getDefaultScaleX() and getDefaultScaleY() methods. See
> +https://bugs.openjdk.java.net/browse/JDK-8073320 for more info.
> +
> +Backport the missing port to build openjfx-swing package using JDKu8. For 
> more
> +info please see https://bugs.openjdk.java.net/browse/JDK-8149967

Same comment as earlier regarding the patch.  :-)

Otherwise LGTM!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]