guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

103/347: gnu: kscreen: Update to 6.0.4.


From: guix-commits
Subject: 103/347: gnu: kscreen: Update to 6.0.4.
Date: Fri, 28 Jun 2024 09:58:26 -0400 (EDT)

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

commit 1acc1e1894f3d083d57cef783eeaa00021dadf20
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 23:37:15 2024 +0800

    gnu: kscreen: Update to 6.0.4.
    
    * gnu/packages/kde-plasma.scm (kscreen): Update to 6.0.4.
    [native-inputs]: Use qttools replace qttools-5.
    [inputs]: Add libxkbcommon, ksvg, libplasma. Remove qtx11extras. Use
    kconfig-6, kdbusaddons-6, kdeclarative-6, kglobalaccel-6, ki18n-6,
    kwindowsystem-6, kiconthemes-6, kcoreaddons-6, kcmutils-6, kxmlgui-6,
    qtsensors and qtbase replace kconfig, kdbusaddons, kdeclarative, 
kglobalaccel,
    ki18n, kwindowsystem, kiconthemes, kcoreaddons, kcmutils, kxmlgui, 
qtsensors-5
    and qtbase-5.
    [propagated-inputs]: Remove plasma-framework.
    
    Change-Id: Ib4184b63e190c261d544c20dae918cea87941773
---
 gnu/packages/kde-plasma.scm | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 59912b67b1..b24335e510 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -779,7 +779,7 @@ PipeWire in Qt projects.")
 (define-public kscreen
   (package
     (name "kscreen")
-    (version "5.27.7")
+    (version "6.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -787,31 +787,32 @@ PipeWire in Qt projects.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "03qa2qrwdjgb6va7akhwpdvzky608sq2lnwj3b1f310mn3hmbmrq"))))
+                "0040ry6lzwkamjxahmp2im7qfl80px4yy5v4dhwmkgc5na5kvl38"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: All tests fail
      (list #:tests? #f))
-    (native-inputs (list extra-cmake-modules qttools-5 pkg-config))
-    (inputs (list kconfig
-                  kdbusaddons
-                  kdeclarative
-                  kglobalaccel
-                  ki18n
-                  kwindowsystem
-                  kiconthemes
-                  kcoreaddons
-                  kcmutils
-                  kxmlgui
+    (native-inputs (list extra-cmake-modules qttools pkg-config))
+    (inputs (list kconfig-6
+                  kdbusaddons-6
+                  kdeclarative-6
+                  kglobalaccel-6
+                  ki18n-6
+                  kwindowsystem-6
+                  kiconthemes-6
+                  kcoreaddons-6
+                  kcmutils-6
+                  kxmlgui-6
                   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

[Prev in Thread] Current Thread [Next in Thread]