[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/458: gnu: Add qca-qt6.
From: |
guix-commits |
Subject: |
10/458: gnu: Add qca-qt6. |
Date: |
Mon, 15 Jul 2024 07:59:42 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 0d97d5ffc672387ff0e2f233d4320b38fae2e2b3
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jan 20 00:03:53 2024 +0800
gnu: Add qca-qt6.
* gnu/packages/kde.scm (qca-qt6): New variable.
Change-Id: Id27ce0239c2eebfa572d8d10b895244b6e96ba8b
---
gnu/packages/kde.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index de05b98abf..7126ef3349 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -959,6 +959,14 @@ including SSL/TLS, X.509 certificates, SASL, OpenPGP,
S/MIME CMS, and smart
cards.")
(license license:lgpl2.1+)))
+(define-public qca-qt6
+ (package
+ (inherit qca)
+ (name "qca-qt6")
+ (arguments (list #:configure-flags #~(list "-DBUILD_WITH_QT6=ON")))
+ (inputs
+ (list openssl qtbase qt5compat))))
+
(define-public kommit
(package
(name "kommit")
- branch kde-team created (now 3b98d4c274), guix-commits, 2024/07/15
- 02/458: gnu: Add qtkeychain-qt6., guix-commits, 2024/07/15
- 03/458: gnu: libraw: Update to 0.21.2., guix-commits, 2024/07/15
- 01/458: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/15
- 04/458: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/07/15
- 10/458: gnu: Add qca-qt6.,
guix-commits <=
- 13/458: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/15
- 28/458: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/15
- 35/458: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/15
- 42/458: gnu: kconfig: Update to 6.3.0., guix-commits, 2024/07/15
- 43/458: gnu: kcoreaddons: Update to 6.3.0., guix-commits, 2024/07/15
- 70/458: gnu: ktextwidgets: Update to 6.3.0., guix-commits, 2024/07/15
- 05/458: gnu: Add qcoro-qt6., guix-commits, 2024/07/15
- 07/458: gnu: Add libaccounts-qt6., guix-commits, 2024/07/15
- 08/458: gnu: Add python-pygdbmi., guix-commits, 2024/07/15
- 18/458: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/15