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

gnu: kwin: Update to 6.5.5.

* gnu/packages/kde-plasma.scm (kwin): Update to 6.5.5.
[arguments]<#:test-exclude>: Exclude kwin-testA11yKeyboardMonitor.

Change-Id: I3fb5730177b039af69d80ed57375f1fe732f1470
This commit is contained in:
Sughosha
2026-02-08 23:05:34 +05:30
committed by Andreas Enge
parent 7890ce6081
commit 619fe4ecbc

View File

@@ -1459,7 +1459,7 @@ you login.")
(define-public kwin
(package
(name "kwin")
(version "6.5.2")
(version "6.5.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1468,7 +1468,7 @@ you login.")
(patches (search-patches "kwin-unwrap-executable-name-for-dot-desktop-search.patch"))
(sha256
(base32
"0x072hzmk4mgx0w41s01nrb70bd3znpbdfjrx3gasb9lzrlxbq1v"))))
"0ihy0lzi0skp4jn4rnc9abvbdl8k2wnmfiddgb5784938i889bgv"))))
(build-system qt-build-system)
(arguments
(list
@@ -1520,7 +1520,9 @@ you login.")
"kwin-testInputCapture"
"kwin-testMockDrm"
"kwin-testSecurityContext"
"kwin-testXwaylandSelection")
"kwin-testXwaylandSelection"
"kwin-testA11yKeyboardMonitor")
"|")
")")
#:phases