guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 5baa593a644bf44cef093053276e90094115f346
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:37 2025 +0530
gnu: plasma5support: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (plasma5support): Update to 6.5.0.
[arguments]<#:tests?>: Disable.
<#:phases>: Do not replace 'check phase.
[inputs]: Add kunitconversion and kholidays.
Change-Id: Id30d73494eb7944bbb78da7775320160614fe277
---
gnu/packages/kde-plasma.scm | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 19ec482eb9..e76873764b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1991,29 +1991,17 @@ by which applications, and what documents have been
linked to which activity.")
(define-public plasma5support
(package
(name "plasma5support")
- (version "6.4.5")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "0hpr9l7mm4lgnvn0qydsly6vmnmmrgiv256m6nyzfflf5z4gpzdc"))))
+ "1np3172xn92dfqvm5nhmmvzzhi5npvsy1m3r4jj4j7z2x1b7falp"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
-
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? parallel-tests?
#:allow-other-keys)
- (invoke "ctest"
- "-E"
- ;; also fail in upstream.
- "(pluginloadertest)"
- "-j"
- (if parallel-tests?
- (number->string (parallel-job-count))
- "1")))))))
+ #:tests? #f)) ;no tests
(native-inputs (list extra-cmake-modules pkg-config))
(propagated-inputs (list kcoreaddons))
(inputs (list
@@ -2022,8 +2010,10 @@ by which applications, and what documents have been
linked to which activity.")
kio
kidletime
kguiaddons
+ kholidays
knotifications
kservice
+ kunitconversion
libksysguard
networkmanager-qt
plasma-activities