diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-28 16:10:37 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 17:50:13 +0800 |
commit | c867e8350672a4594ce8a3a8e37323c6e899de99 (patch) | |
tree | fceaf076d7078a3b4dd12f44cf14a0a1b6f34e9e | |
parent | a313ee81a27606d643ddfc5ba383cc947dca4574 (diff) |
gnu: plasma-workspace: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.4.3.
[inputs]: Add qtlocation.
[native-inputs]: Add python-pygobject.
[arguments]<#:phases>: Skip failed tests.
Change-Id: Ia662d39eaea415421f7d32ec539c2694b2b18c7f
-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 |