z572 pushed a commit to branch kde-team
in repository guix.

commit 930d73ab54c43259c8ce0047065ed50557bc85af
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Tue May 7 10:17:18 2024 +0800

    gnu: plasma: Update to 6.0.4.
    
    * gnu/packages/kde-plasma.scm (plasma): Update to 6.0.4.
    [propagated-inputs]: Add plasma5support, qt5compat, kiconthemes-6, ksvg,
    ocean-sound-theme, qtdeclarative, qtsvg, qtbase, layer-shell-qt,
    qqc2-breeze-style plasma-workspace-wallpapers kglobalacceld. Remove kgamma,
    khotkeys, kinit, oxygen, kdesu, krunner, kwayland-integration. Use
    kdeclarative-6, qqc2-desktop-style-6, baloo-6, ktexteditor-6 and
    kglobalaccel-6 replace kdeclarative, qqc2-desktop-style, baloo, ktexteditor
    and kglobalaccel.
    
    Change-Id: I2f186acc3f2cc9fe50829c79cb67896fddeb0fe3
---
 gnu/packages/kde-plasma.scm | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index eee7abc0e5..0897dc7279 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1615,44 +1615,45 @@ on top of Baloo.")
 (define-public plasma
   (package
     (name "plasma")
-    (version "5.27.7")
+    (version "6.0.4")
     (source #f)
     (build-system trivial-build-system)
     (arguments
      (list #:builder #~(begin
                          (mkdir #$output))))
     ;; TODO: cleanup, check what is no need
-    (propagated-inputs (list kdeclarative ;; require by sddm breeze theme
-                             qqc2-desktop-style ; qtquickcontrols2 theme
-                             baloo
+    (propagated-inputs (list kdeclarative-6 ;; require by sddm breeze theme
+                             plasma5support ;; require by sddm breeze theme
+                             qt5compat ;; require by sddm breeze theme
+                             kiconthemes-6 ;; require by sddm breeze theme
+                             ksvg ;; require by sddm breeze theme
+                             qqc2-desktop-style-6 ; qtquickcontrols2 theme
+                             ocean-sound-theme
+                             qtdeclarative
+                             qtsvg ;; for svg support
+                             qtbase ;; why?
+                             baloo-6
                              breeze-icons ; default mouse icon
                              breeze
                              breeze-gtk
+                             layer-shell-qt
                              drkonqi
                              kactivitymanagerd ; require this run dbus
                              kde-cli-tools
                              kdecoration
                              kdeplasma-addons
-                             kgamma
-                             khotkeys
-                             ktexteditor
-
+                             ktexteditor-6
                              kscreen
                              libkscreen
-
                              ksystemstats
                              kwallet-pam
                              kwin
-                             kinit
-
+                             plasma-workspace-wallpapers
                              libksysguard
                              milou
-                             ;; oxygen
                              oxygen-sounds
-
+                             qqc2-breeze-style
                              kde-gtk-config
-                             kdesu
-                             krunner
                              kinfocenter
                              kscreenlocker
                              ksshaskpass
@@ -1678,16 +1679,14 @@ on top of Baloo.")
                               (resolve-interface
                                '(gnu packages kde-systemtools))
                               'spectacle)
-
-                             kwayland-integration
                              plasma-firewall
                              plasma-integration
                              plasma-nm
                              plasma-pa
                              plasma-systemmonitor
                              ;; plasma-thunderbolt ;; waiting for bolt
-
-                             kglobalaccel
+                             kglobalaccel-6
+                             kglobalacceld
                              plasma-vault
                              plasma-workspace
                              powerdevil))

Reply via email to