emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39741: closed ([PATCH 5/7] gnu: java-openjfx-swt: Add new variable.)


From: GNU bug Tracking System
Subject: bug#39741: closed ([PATCH 5/7] gnu: java-openjfx-swt: Add new variable.)
Date: Sun, 15 Mar 2020 18:21:02 +0000

Your message dated Sun, 15 Mar 2020 14:19:53 -0400
with message-id <address@hidden>
and subject line Re: [bug#39742] [v2] gnu: java-openjfx-build: Add helpful 
patch.
has caused the debbugs.gnu.org bug report #39742,
regarding [PATCH 5/7] gnu: java-openjfx-swt: Add new variable.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39742: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39742
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 5/7] gnu: java-openjfx-swt: Add new variable. Date: Sat, 22 Feb 2020 21:17:53 +0100
---
 gnu/packages/java.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f2a3861501..60f220f873 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3059,6 +3059,19 @@ distribution.")))
            (propagated-inputs
             `(("java-openjfx-graphics" ,java-openjfx-graphics)))))
 
+(define-public java-openjfx-swt
+  (package (inherit java-openjfx-build)
+           (name "java-openjfx-swt")
+           (arguments
+            `(#:jar-name "java-openjfx-swt.jar"
+              #:source-dir "modules/swt/src/main/java"
+              #:tests? #f))
+           (inputs
+            `(("antlr3" ,antlr3)
+              ("java-stringtemplate" ,java-stringtemplate)))
+           (propagated-inputs
+            `(("java-openjfx-graphics" ,java-openjfx-graphics)))))
+
 (define-public java-openjfx-media
   (package (inherit java-openjfx-build)
     (name "java-openjfx-media")
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39742] [v2] gnu: java-openjfx-build: Add helpful patch. Date: Sun, 15 Mar 2020 14:19:53 -0400
I'm closing this bug ticket because Alexey is still working on some of
the patches and it's confusing to have the patches spread over multiple
tickets, even though we merged them. Alexey will open a new ticket soon.


--- End Message ---

reply via email to

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