[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/178: gnu: Add packagekit-qt6.
From: |
guix-commits |
Subject: |
80/178: gnu: Add packagekit-qt6. |
Date: |
Mon, 17 Jun 2024 12:13:26 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6e60bb999cb688dfb4915396fd09950e6e67178d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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")
- 35/178: gnu: Add kunitconversion-6., (continued)
- 35/178: gnu: Add kunitconversion-6., guix-commits, 2024/06/17
- 43/178: gnu: pulseaudio-qt: Built with qt6., guix-commits, 2024/06/17
- 48/178: gnu: phonon: Remove unneeded phase., guix-commits, 2024/06/17
- 54/178: gnu: Add qqc2-desktop-style-6., guix-commits, 2024/06/17
- 56/178: gnu: libavif: Update to 1.0.4., guix-commits, 2024/06/17
- 12/178: gnu: Add kguiaddons-6., guix-commits, 2024/06/17
- 62/178: gnu: Add kded-6., guix-commits, 2024/06/17
- 68/178: gnu: Add knewstuff-6., guix-commits, 2024/06/17
- 72/178: gnu: Add poppler-qt6., guix-commits, 2024/06/17
- 78/178: gnu: Add purpose-6., guix-commits, 2024/06/17
- 80/178: gnu: Add packagekit-qt6.,
guix-commits <=
- 44/178: gnu: Add kglobalaccel-6., guix-commits, 2024/06/17
- 49/178: gnu: phonon: Enable qt6., guix-commits, 2024/06/17
- 51/178: gnu: Add ktextwidgets-6., guix-commits, 2024/06/17
- 63/178: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/17
- 64/178: gnu: Add bluez-qt-6., guix-commits, 2024/06/17
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17