z572 pushed a commit to branch kde-team
in repository guix.
commit 6e60bb999cb688dfb4915396fd09950e6e67178d
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 2 19:07:18 2024 +0800
gnu: Add packagekit-qt6.
* gnu/packages/qt.scm (packagekit-qt6): New variable.
Change-Id: I913c56bc0b1c08967566e319ff5597d962e10d70
---
gnu/packages/qt.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 793dbe4653..1e545cfe95 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5282,6 +5282,20 @@ abstraction layer that allows the session user to manage
packages in
a secure way.")
(license license:lgpl2.1+)))
+(define-public packagekit-qt6
+ (package
+ (inherit packagekit-qt5)
+ (name "packagekit-qt6")
+ (arguments (substitute-keyword-arguments (package-arguments packagekit-qt5)
+ ((#:configure-flags flags #~'())
+ #~(cons "-DBUILD_WITH_QT6=ON" #$flags))))
+ (inputs (modify-inputs (package-inputs packagekit-qt5)
+ (replace "qtbase" qtbase)))
+ (synopsis "Qt6 bindings for PackageKit")
+ (description "Provides Qt6 bindings to PackageKit which is a DBUS
+abstraction layer that allows the session user to manage packages in
+a secure way.")))
+
(define-public signond
(package
(name "signond")