[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/465: gnu: Add qtkeychain-qt6.
From: |
guix-commits |
Subject: |
02/465: gnu: Add qtkeychain-qt6. |
Date: |
Wed, 17 Jul 2024 23:01:10 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 250f32e761e5eb4de4ac59b3562325d23dbbdc89
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:06:17 2024 +0800
gnu: Add qtkeychain-qt6.
* gnu/packages/qt.scm (qtkeychain-qt6): New variable.
Change-Id: I58ca736fbde8c24fabda88950b756c14e22bb1a5
---
gnu/packages/qt.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1074c29063..450245cc6d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4350,6 +4350,29 @@ This package provides the Python bindings.")))
securely. It will not store any data unencrypted unless explicitly
requested.")
(license license:bsd-3)))
+(define-public qtkeychain-qt6
+ (package
+ (inherit qtkeychain)
+ (name "qtkeychain-qt6")
+ (native-inputs
+ (modify-inputs (package-native-inputs qtkeychain)
+ (replace "qttools" qttools)))
+ (inputs
+ (modify-inputs (package-inputs qtkeychain)
+ (replace "qtbase" qtbase)))
+ (arguments
+ (substitute-keyword-arguments (package-arguments qtkeychain)
+ ((#:configure-flags flags #~(list))
+ #~(cons "-DBUILD_WITH_QT6=ON" #$flags))
+ ((#:phases phases '%standard-phases)
+ #~(modify-phases #$phases
+ (replace 'set-qt-trans-dir
+ (lambda _
+ (lambda _
+ (substitute* "CMakeLists.txt"
+ (("\\$\\{qt_translations_dir\\}")
+
"${CMAKE_INSTALL_PREFIX}/share/qt6/translations")))))))))))
+
(define-public qtsolutions
(let ((commit "9568abd142d581b67b86a5f63d823a34b0612702")
(revision "53"))
- branch kde-team created (now ee7e5e00bf), guix-commits, 2024/07/17
- 07/465: gnu: Add libaccounts-qt6., guix-commits, 2024/07/17
- 06/465: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/07/17
- 09/465: gnu: qca: Update to 2.3.9., guix-commits, 2024/07/17
- 10/465: gnu: Add qca-qt6., guix-commits, 2024/07/17
- 19/465: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/07/17
- 01/465: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/17
- 02/465: gnu: Add qtkeychain-qt6.,
guix-commits <=
- 18/465: gnu: Add polkit-qt6., guix-commits, 2024/07/17
- 21/465: gnu: appstream: Update to 1.0.3., guix-commits, 2024/07/17
- 22/465: gnu: Add appstream-qt6., guix-commits, 2024/07/17
- 23/465: gnu: kquickcharts: Update to 6.3.0., guix-commits, 2024/07/17
- 25/465: gnu: attica: Update to 6.3.0., guix-commits, 2024/07/17
- 27/465: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/17
- 28/465: gnu: karchive: Update to 6.3.0., guix-commits, 2024/07/17
- 29/465: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/17
- 30/465: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/17
- 34/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/17