[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
- 269/347: gnu: kde-cli-tools: Update to 6.1.1., (continued)
- 269/347: gnu: kde-cli-tools: Update to 6.1.1., guix-commits, 2024/06/28
- 277/347: gnu: ksshaskpass: Update to 6.1.1., guix-commits, 2024/06/28
- 279/347: gnu: layer-shell-qt: Update to 6.1.1., guix-commits, 2024/06/28
- 291/347: gnu: plasma: Update to 6.1.1., guix-commits, 2024/06/28
- 292/347: gnu: plasma5support: Update to 6.1.1., guix-commits, 2024/06/28
- 293/347: gnu: plasma-browser-integration: Update to 6.1.1., guix-commits, 2024/06/28
- 295/347: gnu: plasma-disks: Update to 6.1.1., guix-commits, 2024/06/28
- 297/347: gnu: plasma-integration: Update to 6.1.1., guix-commits, 2024/06/28
- 300/347: gnu: plasma-pa: Update to 6.1.1., guix-commits, 2024/06/28
- 302/347: gnu: plasma-systemmonitor: Update to 6.1.1., guix-commits, 2024/06/28
- 304/347: gnu: plasma-workspace: Update to 6.1.1.,
guix-commits <=
- 307/347: gnu: powerdevil: Update to 6.1.1., guix-commits, 2024/06/28
- 309/347: gnu: konsole: Update to 24.05.1., guix-commits, 2024/06/28
- 313/347: gnu: kwalletmanager: Update to 24.05.1., guix-commits, 2024/06/28
- 317/347: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/06/28
- 318/347: gnu: kcolorchooser: Update to 24.05.1., guix-commits, 2024/06/28
- 324/347: gnu: qca: Update to 2.3.9., guix-commits, 2024/06/28
- 322/347: gnu: poxml: Update to 24.05.1., guix-commits, 2024/06/28
- 330/347: gnu: kdeconnect: Update to 24.05.1., guix-commits, 2024/06/28
- 338/347: gnu: picmi: Update to 24.05.1., guix-commits, 2024/06/28
- 341/347: gnu: kdebugsettings: Update to 24.05.1., guix-commits, 2024/06/28