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

commit 312497b88788e8748bbf067c35753f3d63eb6f83
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 28 16:10:37 2025 +0800

    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
---
 gnu/packages/kde-plasma.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index a2c7734fe3..5f907858a2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2739,19 +2739,20 @@ sensors, process information and other system 
resources.")
 (define-public plasma-workspace
   (package
     (name "plasma-workspace")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1h3qx2ih2z2d3s79ijzz63hgsn7hm28xczygcixvq63hb1w2qmss"))))
+                "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
@@ -2829,6 +2830,7 @@ sensors, process information and other system resources.")
                   plasma-workspace-wallpapers
                   plasma-wayland-protocols
                   prison
+                  qtlocation
                   qt5compat
                   qtsvg
                   qtshadertools
@@ -2950,7 +2952,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

Reply via email to