me
/
guix
Archived
1
0
Fork 0

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: I66ec11d31004c69a03f45f4ad0bd9c3363bd8e74
master
Zheng Junjie 2024-07-06 16:47:57 +08:00
parent 0aacc7211c
commit f799d40163
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 14 additions and 14 deletions

View File

@ -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))