guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 8a9b4a52f7e0f90f595d23a66cf3d9e0dfa22347
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", "verifyScreen" to
    BLACKLIST.
    
    Change-Id: Id70423532564e27c3a94706745597739892d394e
---
 gnu/packages/kde-plasma.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 2638c948c2..d37f885dbc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1298,14 +1298,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
@@ -1325,7 +1325,12 @@ the running system.")
                       "verifyOutputs"
                       ;; also fail on upstream
                       "testEdidParser"
-                      "testEnv"))))))))))
+                      "testEnv"
+                      "testPreferredBackend"
+                      "testFallback"
+                      "testModeSwitching"
+                      "verifyConfig"
+                      "verifyScreen"))))))))))
     (native-inputs
      (list extra-cmake-modules
            pkg-config

Reply via email to