guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

304/347: gnu: plasma-workspace: Update to 6.1.1.


From: guix-commits
Subject: 304/347: gnu: plasma-workspace: Update to 6.1.1.
Date: Fri, 28 Jun 2024 09:59:21 -0400 (EDT)

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

commit ef373277953b6323cf0cb9cf1dd194008b5cf795
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:30 2024 +0800

    gnu: plasma-workspace: Update to 6.1.1.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.1.1.
    [inputs]: Add qcoro-qt6.
    [arguments]<#:phases>: Remove patch-wallpaper phase. Adjust skiped test.
    Change-Id: Ibba26ddb104cb65949d6dd471bc488865b8aa4ea
    
    Change-Id: Ia1de25cf81f38ed3a164adfbfc66d15aafc148e0
---
 gnu/packages/kde-plasma.scm | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index c472dd8460..c5b60f5cc1 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2640,14 +2640,14 @@ sensors, process information and other system 
resources.")
 (define-public plasma-workspace
   (package
     (name "plasma-workspace")
-    (version "6.0.4")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ry51pvb3l8bf1lkzsdxlr6hpq2galdcnfynw9fnvrk6r5qjhb3z"))))
+                "1vh7ihicymp0z456nh9zzp7r164ghalvlrbgcnhpy4lcvwmw9lj7"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules kdoctools-6 pkg-config qtsvg
                          qttools
@@ -2685,6 +2685,8 @@ sensors, process information and other system resources.")
                   kio-6
                   xdotool
                   qqc2-desktop-style-6
+                  qcoro-qt6
+                  kirigami-addons
                   kio-extras
                   kitemmodels-6
                   kirigami-6
@@ -2764,13 +2766,6 @@ sensors, process information and other system 
resources.")
                              "/libexec/kglobalacceld"))
            #:phases
            #~(modify-phases %standard-phases
-               (add-after 'unpack 'patch-wallpaper
-                 (lambda* (#:key inputs #:allow-other-keys)
-                   (substitute* "lookandfeel/sddm-theme/theme.conf.cmake"
-                     (("background=..KDE_INSTALL_FULL_WALLPAPERDIR.")
-                      (string-append "background="
-                                     #$(this-package-input "breeze")
-                                     "/share/wallpapers")))))
                (add-after 'unpack 'patch-workspace-bins
                  (lambda* (#:key inputs #:allow-other-keys)
                    (let ((xmessage (search-input-file inputs "/bin/xmessage"))
@@ -2813,10 +2808,12 @@ sensors, process information and other system 
resources.")
                              "--output-on-failure"
                              "--rerun-failed"
                              "-E"
-                             
"(tasktoolstest|fetchinitialplayertest|mprisdeclarativetest|\
-appstreamtest|locationsrunnertest|testimagefrontend|mediakeystest|\
-tasksmodeltest|shelltest|testimagefinder|systemtraymodeltest|testimagelistmodel|\
-testpackageimagelistmodel|testimageproxymodel|testslidemodel|testdesktop)")))))))
+                             "(appstreamtest|tasktoolstest|tasksmodeltest|\
+fetchinitialplayertest|mprisdeclarativetest|mediakeystest|shelltest|\
+locationsrunnertest|testimagefinder|testimagelistmodel|\
+testpackageimagelistmodel|testimageproxymodel|testslidemodel|testimagefrontend|\
+dbusservicewatchertest|klippertest|keystatetest|lockedtest|tst_triangleFilter|\
+testimagebackend)")))))))
     (home-page "https://invent.kde.org/plasma/plasma-workspace";)
     (synopsis "Plasma workspace components")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]