1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sughosha
2025-10-22 22:29:37 +05:30
parent 754c08f708
commit 5baa593a64

View File

@@ -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