gnu: plasma: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma): Update to 6.1.2. [propagated-inputs]: Remove kgamma, khotkeys, kinit, kdesu, krunner, and kwayland-integration; add plasma5support, qt5compat, kiconthemes, ksvg, ocean-sound-theme, qtdeclarative, qtsvg, qtbase, layer-shell-qt, krdp, plasma-workspace-wallpapers, qqc2-breeze-style, and kglobalacceld. Change-Id: I66ec11d31004c69a03f45f4ad0bd9c3363bd8e74master
parent
0aacc7211c
commit
f799d40163
|
@ -1619,7 +1619,7 @@ on top of Baloo.")
|
|||
(define-public plasma
|
||||
(package
|
||||
(name "plasma")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
|
@ -1627,36 +1627,38 @@ on top of Baloo.")
|
|||
(mkdir #$output))))
|
||||
;; TODO: cleanup, check what is no need
|
||||
(propagated-inputs (list kdeclarative ;; require by sddm breeze theme
|
||||
plasma5support ;; require by sddm breeze theme
|
||||
qt5compat ;; require by sddm breeze theme
|
||||
kiconthemes ;; require by sddm breeze theme
|
||||
ksvg ;; require by sddm breeze theme
|
||||
qqc2-desktop-style ; qtquickcontrols2 theme
|
||||
ocean-sound-theme
|
||||
qtdeclarative
|
||||
qtsvg ;; for svg support
|
||||
qtbase ;; why?
|
||||
baloo
|
||||
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
|
||||
|
||||
kscreen
|
||||
libkscreen
|
||||
|
||||
krdp
|
||||
ksystemstats
|
||||
kwallet-pam
|
||||
kwin
|
||||
kinit
|
||||
|
||||
plasma-workspace-wallpapers
|
||||
libksysguard
|
||||
milou
|
||||
;; oxygen
|
||||
oxygen-sounds
|
||||
|
||||
qqc2-breeze-style
|
||||
kde-gtk-config
|
||||
kdesu
|
||||
krunner
|
||||
kinfocenter
|
||||
kscreenlocker
|
||||
ksshaskpass
|
||||
|
@ -1682,16 +1684,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
|
||||
kglobalacceld
|
||||
plasma-vault
|
||||
plasma-workspace
|
||||
powerdevil))
|
||||
|
|
Reference in New Issue