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

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

bug#39743: closed ([PATCH 6/7] gnu: java-openjfx-controls: Add new varia


From: GNU bug Tracking System
Subject: bug#39743: closed ([PATCH 6/7] gnu: java-openjfx-controls: 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 6/7] gnu: java-openjfx-controls: 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 6/7] gnu: java-openjfx-controls: Add new variable. Date: Sat, 22 Feb 2020 21:17:54 +0100
---
 gnu/packages/java.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 60f220f873..de7efbb29f 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3072,6 +3072,22 @@ distribution.")))
            (propagated-inputs
             `(("java-openjfx-graphics" ,java-openjfx-graphics)))))
 
+(define-public java-openjfx-controls
+  (package (inherit java-openjfx-build)
+           (name "java-openjfx-controls")
+           (arguments
+            `(#:jar-name "java-openjfx-controls.jar"
+              #:source-dir "modules/controls/src/main/java"
+              #:tests? #f
+              #:phases
+              (modify-phases %standard-phases
+                (add-before 'build 'copy-resources
+                  (lambda _
+                    (let ((resources (string-append (getcwd) 
"/modules/controls/src/main/resources")))
+                      (copy-recursively resources "build/classes")) #t)))))
+           (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]