[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/373: gnu: Add qtkeychain-qt6.
From: |
guix-commits |
Subject: |
02/373: gnu: Add qtkeychain-qt6. |
Date: |
Mon, 8 Jul 2024 08:04:13 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 0b3373231bf92379ee7cba8efa8e04943bbedb31
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"))
- 08/373: gnu: Add python-pygdbmi., (continued)
- 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, 2024/07/08
- 05/373: gnu: Add qcoro-qt6., guix-commits, 2024/07/08
- 02/373: gnu: Add qtkeychain-qt6.,
guix-commits <=
- 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
- 25/373: gnu: phonon: Enable qt6., guix-commits, 2024/07/08
- 23/373: gnu: Add appstream-qt6., guix-commits, 2024/07/08