[PATCH] gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 2 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20230501011902.16708-1-dannym@scratchpost.org
* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
(openjdk17)[source](patches): Re-add xcursor patch.
---
gnu/packages/java.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 067284017c..dedae4e0fc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1493,7 +1493,8 @@ (define-public openjdk16
"0587px2qbz07g3xi4a3ya6m630p72dvkxcn0bj1813pxnwvcgigz"
(source (origin
(inherit (package-source base))
- (patches (search-patches "openjdk-10-setsignalhandler.patch"))))))
+ (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"
+ "openjdk-10-setsignalhandler.patch"))))))
(define-public openjdk17
(make-openjdk
@@ -1501,7 +1502,7 @@ (define-public openjdk17
"1asnysg6kxdkrmb88y6qihdr12ljsyxv0mg6hlcs7cwxgsdlqkfs"
(source (origin
(inherit (package-source base))
- (patches '())))
+ (patches (search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments openjdk16)
((#:phases phases)
--
2.39.2
Ludovic Courtès wrote 2 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 63195@debbugs.gnu.org)
87y1klpwn7.fsf@gnu.org
Hi Danny,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
> (openjdk17)[source](patches): Re-add xcursor patch.

Per https://qa.guix.gnu.org/issue/63195, it seems you can commit.

Please double-check bordeaux.guix.gnu.org still has up-to-date
substitutes before pushing.

Thanks,
Ludo’.
Danny Milosavljevic wrote 2 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 63195-done@debbugs.gnu.org)
20230617013937.26b182c3@scratchpost.org
Hi Ludo,

Thanks!

Committed those openjdk package changes to master
as commit 998d89ba20121e87664129890a805c91061baaa7.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAmSM8rkACgkQ5xo1VCww
uqWsgAf+KDHmbRcQdCM0dSNxH0gArEmDbyR3YFdgU3H9GhNsQkAsjKuzyWhbFf2N
RuMDJT7v+IB097ua9EWUf1HB9d3wiGtAxGLV+yrfCyxDILoIZpHaJ5rW7PZtTT5Z
YkUuV1MlngxbHUxFn77KD34PpPdLHjyDe75wvomL92wmcCYcoUZlZC3FXJ2wwsuo
2UFPf9KzqVBDqLMXil918aOxaEvAgJVrPYCM+zlmAKBL8IcEQaus5/TLhVgUUY6j
wQumcY5b3Y0Opkwu7UTcQNqmNbn+221KIMLk96db59Lv4P/6w2GyBYZCBQAyGKS9
2FWnJ5kSGRSn/uBmlu9F6CYdE7+61w==
=K/AP
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63195@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63195
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help