guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 07898123dfdfc592c7440edaf7210ff5f06c707b
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:31 2025 +0530
gnu: libkscreen: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (libkscreen): Update to 6.5.0.
[arguments]<#:phases>: In 'check-env-setup phase, add
"testPreferredBackend",
"testFallback", "testModeSwitching" and "verifyConfig" to BLACKLIST.
Change-Id: Id70423532564e27c3a94706745597739892d394e
---
gnu/packages/kde-plasma.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 1a4bbc81fa..4166fd4bc5 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1297,14 +1297,14 @@ the running system.")
(define-public libkscreen
(package
(name "libkscreen")
- (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 "1d72ng2jpm8r4106my8lgkjk8852a167hi4glwahyibbclknxlk8"))))
+ (base32 "0b6cc68ywv1wp89ncyy9mi90ycfwznd71142jy0s9flvm9zmfhlw"))))
(build-system qt-build-system)
(arguments
(list
@@ -1324,7 +1324,11 @@ the running system.")
"verifyOutputs"
;; also fail on upstream
"testEdidParser"
- "testEnv"))))))))))
+ "testEnv"
+ "testPreferredBackend"
+ "testFallback"
+ "testModeSwitching"
+ "verifyConfig"))))))))))
(native-inputs
(list extra-cmake-modules
pkg-config