[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/19: gnu: Add java-openjfx-graphics.
From: |
guix-commits |
Subject: |
10/19: gnu: Add java-openjfx-graphics. |
Date: |
Wed, 13 Nov 2019 16:50:42 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 36f73d705898441c3594f477eb18cf15255f538a
Author: Julien Lepiller <address@hidden>
Date: Fri May 3 13:01:00 2019 +0200
gnu: Add java-openjfx-graphics.
* gnu/packages/java.scm (java-openjfx-graphics): New variable.
---
gnu/packages/java.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8ee2b32..2c5e9d6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2396,6 +2396,23 @@ modern, efficient, and fully featured toolkit for
developing rich client
applications. This package contains base classes for the OpenJFX
distribution.")))
+(define-public java-openjfx-graphics
+ (package (inherit java-openjfx-build)
+ (name "java-openjfx-graphics")
+ (arguments
+ `(#:jar-name "java-openjfx-graphics.jar"
+ #:source-dir "modules/graphics/src/main/java"
+ #:tests? #f; require X
+ #:test-dir "modules/graphics/src/test"))
+ (propagated-inputs
+ `(("java-openjfx-base" ,java-openjfx-base)
+ ("java-swt" ,java-swt)))
+ (description "OpenJFX is a client application platform for desktop,
+mobile and embedded systems built on Java. Its goal is to produce a
+modern, efficient, and fully featured toolkit for developing rich client
+applications. This package contains graphics-related classes for the
+OpenJFX distribution.")))
+
(define-public javacc-4
(package
(name "javacc")
- branch master updated (bc11778 -> f041db8), guix-commits, 2019/11/13
- 01/19: gnu: antlr3: Fix building after changes in ant-build-system., guix-commits, 2019/11/13
- 04/19: gnu: Add java-jsonp-impl., guix-commits, 2019/11/13
- 02/19: gnu: Add java-signpost-core., guix-commits, 2019/11/13
- 03/19: gnu: Add java-jsonp-api., guix-commits, 2019/11/13
- 07/19: gnu: javacc: Install binaries., guix-commits, 2019/11/13
- 05/19: gnu: Add java-xmp., guix-commits, 2019/11/13
- 06/19: gnu: Add java-metadata-extractor., guix-commits, 2019/11/13
- 08/19: gnu: Add java-openjfx-build., guix-commits, 2019/11/13
- 15/19: gnu: Add java-commons-pool., guix-commits, 2019/11/13
- 10/19: gnu: Add java-openjfx-graphics.,
guix-commits <=
- 09/19: gnu: Add java-openjfx-base., guix-commits, 2019/11/13
- 11/19: gnu: Add java-openjfx-media., guix-commits, 2019/11/13
- 14/19: gnu: Add java-jboss-transaction-api-spec., guix-commits, 2019/11/13
- 16/19: gnu: Add java-commons-dbcp., guix-commits, 2019/11/13
- 12/19: gnu: Add java-jmapviewer., guix-commits, 2019/11/13
- 18/19: guix: svn: Allow dropping externals., guix-commits, 2019/11/13
- 17/19: gnu: Add java-commons-jcs., guix-commits, 2019/11/13
- 19/19: gnu: Add josm., guix-commits, 2019/11/13
- 13/19: gnu: Add java-svg-salamander., guix-commits, 2019/11/13