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

commit 4b8b6ef7a684e1c005c31da5cd9f7ebe259ac566
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:21 2025 +0530

    gnu: kscreen: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.5.0.
    [inputs]: Reorder; add kimageformats.
    
    Change-Id: I28f903a55c43d08561938b02fbc7f9ee663bd407
---
 gnu/packages/kde-plasma.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8e3a140387..3f9819c11d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1094,7 +1094,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "6.4.5")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1102,7 +1102,7 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0dqh8grmzzqx06r2kwgzcix08q5sifxb3i0wabbg7rxi721dwaxr"))))
+                "17hxfgg95jga655g12m0dgy3mqk8s0sw5dkj76m5a5h1yzq35swi"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail
@@ -1111,28 +1111,29 @@ PipeWire in Qt projects.")
                          wayland
                          wayland-protocols
                          qtwayland))
-    (inputs (list kconfig
+    (inputs (list kcmutils
+                  kconfig
+                  kcoreaddons
+                  kcrash
                   kdbusaddons
                   kdeclarative
                   kglobalaccel
                   ki18n
-                  kwindowsystem
                   kiconthemes
-                  kcoreaddons
-                  kcrash
-                  kcmutils
+                  kimageformats
+                  ksvg
+                  kwindowsystem
                   kxmlgui
                   layer-shell-qt
                   libkscreen
+                  libplasma
                   libxi
                   libxkbcommon
-                  ksvg
                   plasma-wayland-protocols
-                  qtsensors
                   qtbase
+                  qtsensors
                   qtwayland
-                  xcb-util
-                  libplasma))
+                  xcb-util))
     (home-page "https://invent.kde.org/plasma/kscreen";)
     (synopsis "Screen management software")
     (description "This package provides the screen management software for

Reply via email to