[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/347: gnu: Add kdsoap-qt6.
From: |
guix-commits |
Subject: |
134/347: gnu: Add kdsoap-qt6. |
Date: |
Fri, 28 Jun 2024 09:58:44 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit faf6fc668f7b94da4ac4ff921e7e8fc08790f0a6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 18:09:08 2024 +0800
gnu: Add kdsoap-qt6.
* gnu/packages/qt.scm (kdsoap-qt6): New variable.
Change-Id: If730329c1259d260ec09949b47402820849d3b7e
---
gnu/packages/qt.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b37d53cca6..e4ede82455 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5184,6 +5184,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")
- 111/347: gnu: Add python-pygdbmi., (continued)
- 111/347: gnu: Add python-pygdbmi., guix-commits, 2024/06/28
- 114/347: gnu: kwayland-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 112/347: gnu: drkonqi: Update to 6.0.4., guix-commits, 2024/06/28
- 113/347: gnu: kde-gtk-config: Update to 6.0.4., guix-commits, 2024/06/28
- 102/347: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/28
- 118/347: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/28
- 116/347: gnu: libqaccessibilityclient: Use gexps., guix-commits, 2024/06/28
- 119/347: gnu: breeze: Update to 6.0.4., guix-commits, 2024/06/28
- 123/347: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/28
- 129/347: gnu: Add plasma5support., guix-commits, 2024/06/28
- 134/347: gnu: Add kdsoap-qt6.,
guix-commits <=
- 132/347: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/06/28
- 138/347: gnu: Add signond-qt6., guix-commits, 2024/06/28
- 140/347: gnu: plasma-desktop: Update to 6.0.4., guix-commits, 2024/06/28
- 136/347: gnu: kio-extras: Update to 24.02.2., guix-commits, 2024/06/28
- 144/347: gnu: milou: Update to 6.0.4., guix-commits, 2024/06/28
- 142/347: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/28
- 148/347: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/28
- 143/347: gnu: powerdevil: Update to 6.0.4., guix-commits, 2024/06/28
- 146/347: gnu: ksystemstats: Update to 6.0.4., guix-commits, 2024/06/28
- 150/347: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/28