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

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
This commit is contained in:
Sughosha
2025-10-22 22:29:31 +05:30
parent 053132bbb8
commit 6bc7fc71aa

View File

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