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

commit d6306b4bcd6f44a9ecd0c16a3160be34e9b81b85
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:35 2025 +0530

    gnu: kwin: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (kwin): Update to 6.5.0.
    [inputs]: Remove kconfigwidgets and xcb-util-cursor.
    
    Change-Id: If7cb8cea3dc4f2b3b5d1baa98278c71136ac107c
---
 gnu/packages/kde-plasma.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 0ab492b315..4bdd9bcdef 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1471,7 +1471,7 @@ KDE Frameworks components.")
 (define-public kwin
   (package
     (name "kwin")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1480,7 +1480,7 @@ KDE Frameworks components.")
               (patches (search-patches 
"kwin-unwrap-executable-name-for-dot-desktop-search.patch"))
               (sha256
                (base32
-                "1xsiq5m9a2wgfn2jdj1m8wqjziwp9zzyfs57xp3qbhi7j6virkyy"))))
+                "10prbkvcad4xi0d4w7gq35lpf1l2izqwj59dwdzy4vr6h1wsdsp0"))))
     (build-system qt-build-system)
     (arguments
      (list
@@ -1593,7 +1593,6 @@ KDE Frameworks components.")
                   kcmutils
                   kcompletion
                   kconfig
-                  kconfigwidgets
                   kcoreaddons
                   kcrash
                   kdbusaddons
@@ -1637,7 +1636,6 @@ KDE Frameworks components.")
                   qtsvg
                   wayland
                   xcb-util ;fails at build time without this
-                  xcb-util-cursor
                   xcb-util-keysyms
                   xcb-util-wm
                   xcmsdb

Reply via email to