gnu: kio: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (kio): Update to 6.13.0.
[arguments]: Skip failing tests.

Change-Id: Ied524281dc0c5d7354adccb1bd586033825f54c3
This commit is contained in:
宋文武 2025-05-04 14:10:14 +08:00 committed by Andreas Enge
parent 48284d9003
commit 42ccd2e53f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3879,7 +3879,7 @@ consumption.")
(define-public kio (define-public kio
(package (package
(name "kio") (name "kio")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3888,7 +3888,7 @@ consumption.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17391dh5kalb2s3ckrrawg7kwgkynqkdbfy32gapx7hlix1m9d3y")) "00x2q9pf52khllnh86h4zcmqxhhfry6y5qkxvg25gws0nz8545a3"))
(patches (search-patches "kio-search-smbd-on-PATH.patch")))) (patches (search-patches "kio-search-smbd-on-PATH.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
@ -3953,6 +3953,10 @@ consumption.")
"|kpasswdservertest" "|kpasswdservertest"
"|kiowidgets-kfileitemactionstest" "|kiowidgets-kfileitemactionstest"
"|kiofilewidgets-kfileplacesmodeltest" "|kiofilewidgets-kfileplacesmodeltest"
;; This test requires '/etc/passwd' owned by root.
"|testtrash"
;; This test requires 'HOME=/home/$USER'.
"|kiofilewidgets-knewfilemenutest"
;; The following tests fail or are flaky (see: ;; The following tests fail or are flaky (see:
;; https://bugs.kde.org/show_bug.cgi?id=440721). ;; https://bugs.kde.org/show_bug.cgi?id=440721).
"|kiocore-jobtest" "|kiocore-jobtest"