diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-28 14:38:35 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 17:50:13 +0800 |
commit | 2b37b0161b38958da99b0af9af1a9c73c5a73785 (patch) | |
tree | 506fbc7ac498cd0f6301e1425894816bb14ccd96 | |
parent | cb9d54cbce2c19e2f9ca20b312b3f7b7ca920972 (diff) |
gnu: kscreen: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (kscreen): Update to 6.4.3.
[inputs]: Add kcrash and qtwayland.
[native-inputs]: Add wayland, wayland-protocols, and qtwayland.
Change-Id: I61da6e9699e47980b27cd12c0497838ddcea3288
-rw-r--r-- | gnu/packages/kde-plasma.scm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 9d2ac9f02d..eead58241f 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -937,7 +937,7 @@ PipeWire in Qt projects.") (define-public kscreen (package (name "kscreen") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -945,12 +945,15 @@ PipeWire in Qt projects.") ".tar.xz")) (sha256 (base32 - "098b20nd53gf7qgk3kf7y7lwlia2rmx0xwpzbnaah54fbg5q9bwr")))) + "1ab0z87312vb25acin4w273q1pi5yppzlhgbxk7r6qhkl8r71vrp")))) (build-system cmake-build-system) (arguments ;; TODO: All tests fail (list #:tests? #f)) - (native-inputs (list extra-cmake-modules qttools pkg-config)) + (native-inputs (list extra-cmake-modules qttools pkg-config + wayland + wayland-protocols + qtwayland)) (inputs (list kconfig kdbusaddons kdeclarative @@ -959,6 +962,7 @@ PipeWire in Qt projects.") kwindowsystem kiconthemes kcoreaddons + kcrash kcmutils kxmlgui layer-shell-qt @@ -969,6 +973,7 @@ PipeWire in Qt projects.") plasma-wayland-protocols qtsensors qtbase + qtwayland xcb-util libplasma)) (home-page "https://invent.kde.org/plasma/kscreen") |