From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IOemKdpBwV5YCwAA0tVLHw (envelope-from ) for ; Sun, 17 May 2020 13:53:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id uACGJdpBwV6HewAAB5/wlQ (envelope-from ) for ; Sun, 17 May 2020 13:53:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 54446940510 for ; Sun, 17 May 2020 13:53:30 +0000 (UTC) Received: from localhost ([::1]:34984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaJjN-0002cQ-5Z for larch@yhetil.org; Sun, 17 May 2020 09:53:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39892) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaJiy-0002Im-2W for guix-patches@gnu.org; Sun, 17 May 2020 09:53:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaJix-00028C-Pw for guix-patches@gnu.org; Sun, 17 May 2020 09:53:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jaJix-0008LS-O4 for guix-patches@gnu.org; Sun, 17 May 2020 09:53:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41360] [PATCH 07/12] gnu: java-openjfx-controls: Add new variable. Resent-From: Alexey Abramov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 May 2020 13:53:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41360 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41360@debbugs.gnu.org Received: via spool by 41360-submit@debbugs.gnu.org id=B41360.158972354331959 (code B ref 41360); Sun, 17 May 2020 13:53:03 +0000 Received: (at 41360) by debbugs.gnu.org; 17 May 2020 13:52:23 +0000 Received: from localhost ([127.0.0.1]:42679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaJiJ-0008JO-2h for submit@debbugs.gnu.org; Sun, 17 May 2020 09:52:23 -0400 Received: from mx4.mail.mmer.org ([178.22.66.29]:59929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaJiD-0008IQ-TR for 41360@debbugs.gnu.org; Sun, 17 May 2020 09:52:18 -0400 Received: from delta (unknown [10.147.19.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx4.mail.mmer.org (Postfix) with ESMTPSA id E5F6F9CE93 for <41360@debbugs.gnu.org>; Sun, 17 May 2020 13:21:29 +0000 (UTC) From: Alexey Abramov Date: Sun, 17 May 2020 15:51:36 +0200 Message-Id: <20200517135138.1651512-7-levenson@mmer.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200517135138.1651512-1-levenson@mmer.org> References: <20200517135138.1651512-1-levenson@mmer.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------[ mime-boundary-string ]" Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: mhO3e2wf2JsV This is a multi-part message in MIME format. --------------[ mime-boundary-string ] Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit --- gnu/packages/java.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --------------[ mime-boundary-string ] Content-Type: text/x-patch; name="0007-gnu-java-openjfx-controls-Add-new-variable.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0007-gnu-java-openjfx-controls-Add-new-variable.patch" diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index beb84331a3..c28c8450b1 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -3232,6 +3232,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") --------------[ mime-boundary-string ]--