diff options
-rw-r--r-- | gnu/packages/kde-plasma.scm | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index e1a72c4f48..0e3db41363 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2611,19 +2611,20 @@ sensors, process information and other system resources.") (define-public plasma-workspace (package (name "plasma-workspace") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "0mfirp8lz8yk1ggbgj6jxx992fgf8m6d4czhgacmhdx3v389vnc5")))) + "1f7dil2bhrdvhl9gqrpqvz62ldlq5ljdnyiac6q05j0ym62z4m3j")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools pkg-config qtsvg qttools xorg-server-for-tests - python-minimal)) + python-minimal + python-pygobject)) (inputs (list appmenu-gtk-module appstream-qt6 baloo @@ -2701,6 +2702,7 @@ sensors, process information and other system resources.") plasma-workspace-wallpapers plasma-wayland-protocols prison + qtlocation qt5compat qtsvg qtshadertools @@ -2817,7 +2819,11 @@ deviceerrormonitor_p.cpp" "dbusmethodcalltest" "klipper-testHistoryCycler" "klipper-testHistoryModel" - "klipper_v3migrationtest") + "klipper_v3migrationtest" + "testrunnermodel" + "dbussignalwatchertest" + "dbuspropertiestest" + "testdesktop") "|"))))) ;; share/dbus-1/system-services have same name file ;; when dbus-root-service-type merge it, wail report |