me
/
guix
Archived
1
0
Fork 0

gnu: Add packagekit-qt6.

* gnu/packages/qt.scm (packagekit-qt6): New variable.

Change-Id: I7cc7334e8076edf88494ee03a7c4bede8c1dd708
master
Zheng Junjie 2024-07-05 23:16:14 +08:00
parent 6dd212af6e
commit 60d1279cd4
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 14 additions and 0 deletions

View File

@ -5327,6 +5327,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")