[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/373: gnu: Add kdsoap-qt6.
From: |
guix-commits |
Subject: |
21/373: gnu: Add kdsoap-qt6. |
Date: |
Mon, 8 Jul 2024 08:04:15 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5f564b195f58ff51513c61da4c44ca95077f8176
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:22:20 2024 +0800
gnu: Add kdsoap-qt6.
* gnu/packages/qt.scm (kdsoap-qt6): New variable.
Change-Id: Id4a834702501d3260a9808d68643e8003f1072cd
---
gnu/packages/qt.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a61d83d9d1..155e41facb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5219,6 +5219,16 @@ services using the XML based SOAP protocol and without
the need for a dedicated
web server.")
(license (list license:gpl2 license:gpl3))))
+(define-public kdsoap-qt6
+ (package
+ (inherit kdsoap)
+ (name "kdsoap-qt6")
+ (arguments (substitute-keyword-arguments (package-arguments kdsoap)
+ ((#:configure-flags flags #~(list))
+ #~(cons "-DKDSoap_QT6=true" #$flags))))
+ (inputs (modify-inputs (package-inputs kdsoap)
+ (replace "qtbase" qtbase)))))
+
(define-public libaccounts-qt
(package
(name "libaccounts-qt")
- 26/373: gnu: attica: Update to 6.3.0., (continued)
- 26/373: gnu: attica: Update to 6.3.0., guix-commits, 2024/07/08
- 24/373: gnu: kquickcharts: Update to 6.3.0., guix-commits, 2024/07/08
- 08/373: gnu: Add python-pygdbmi., guix-commits, 2024/07/08
- 20/373: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/07/08
- 28/373: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/08
- 01/373: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/08
- 04/373: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/07/08
- 09/373: gnu: qca: Update to 2.3.9., guix-commits, 2024/07/08
- 15/373: gnu: Add signond-qt6., guix-commits, 2024/07/08
- 13/373: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/08
- 21/373: gnu: Add kdsoap-qt6.,
guix-commits <=
- 05/373: gnu: Add qcoro-qt6., guix-commits, 2024/07/08
- 02/373: gnu: Add qtkeychain-qt6., guix-commits, 2024/07/08
- 07/373: gnu: Add libaccounts-qt6., guix-commits, 2024/07/08
- 10/373: gnu: Add qca-qt6., guix-commits, 2024/07/08
- 12/373: gnu: Add grantlee-qt6., guix-commits, 2024/07/08
- 17/373: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/08
- 19/373: gnu: Add polkit-qt6., guix-commits, 2024/07/08
- 16/373: gnu: Add wayland-protocols-next., guix-commits, 2024/07/08
- 18/373: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/08
- 14/373: gnu: Add packagekit-qt6., guix-commits, 2024/07/08