guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

201/332: gnu: system-settings: Add more qml inputs.


From: guix-commits
Subject: 201/332: gnu: system-settings: Add more qml inputs.
Date: Wed, 2 Aug 2023 10:37:01 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 6159c32af70483623042f1051efcc6c74fcd9124
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 20 20:10:15 2023 +0800

    gnu: system-settings: Add more qml inputs.
    
    * gnu/packages/kde-plasma.scm (system-settings)[inputs]: Add
    qtquickcontrols-5, qtquickcontrols2-5, kirigami-addons, qtgraphicaleffects,
    kdeclarative, kuserfeedback, knewstuff, plasma-pa, bluez-qt, kwin, 
bluedevil.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-plasma.scm | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 279eaff075..1d2e7b4936 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2605,7 +2605,20 @@ of a Plasma shell.")
                   knotifications
                   krunner
                   plasma-workspace
-                  qtdeclarative-5))
+                  qtdeclarative-5
+                  ;; qml's indirect dependency
+                  ;; XXX: make them propagated dependency runtime qml module
+                  qtquickcontrols-5
+                  qtquickcontrols2-5
+                  kirigami-addons
+                  qtgraphicaleffects
+                  kdeclarative
+                  kuserfeedback
+                  knewstuff
+                  plasma-pa
+                  bluez-qt
+                  kwin
+                  bluedevil))
     (synopsis "Control center to configure Plasma Desktop")
     (description "This package provides configuration UI for Plasma Desktop.")
     (home-page "https://invent.kde.org/plasma/systemsettings";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]