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

commit 3e4d7c604f5bd0d30ed1eeb60f54c199c81f00bb
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:55:02 2024 +0800

    gnu: kscreen: Update to 6.1.2.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.1.2.
    [inputs]: Remove qtsensors-5, qtbase-5, and qtx11extras; add libxkbcommon,
    ksvg, qtsensors, qtbase, and libplasma.
    [propagated-inputs]: Remove plasma-framework.
    [native-inputs]: Remove qttools-5; add qttools.
    
    Change-Id: I41dbfc06c2e9f8eb4601683cf92c8b96ea46de5f
---
 gnu/packages/kde-plasma.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 63d7dd99c3..c51d640520 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -768,7 +768,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "5.27.7")
+    (version "6.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -776,12 +776,12 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "03qa2qrwdjgb6va7akhwpdvzky608sq2lnwj3b1f310mn3hmbmrq"))))
+                "0p5x7413xs7i0lahvpqn3w69n6vyhcccxisn8hff0nmcd9llm1bz"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail
      (list #:tests? #f))
-    (native-inputs (list extra-cmake-modules qttools-5 pkg-config))
+    (native-inputs (list extra-cmake-modules qttools pkg-config))
     (inputs (list kconfig
                   kdbusaddons
                   kdeclarative
@@ -795,12 +795,13 @@ PipeWire in Qt projects.")
                   layer-shell-qt
                   libkscreen
                   libxi
+                  libxkbcommon
+                  ksvg
                   plasma-wayland-protocols
-                  qtsensors-5
-                  qtbase-5
-                  qtx11extras
-                  xcb-util))
-    (propagated-inputs (list plasma-framework))
+                  qtsensors
+                  qtbase
+                  xcb-util
+                  libplasma))
     (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