diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-09 14:05:56 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-17 22:21:13 +0200 |
commit | 3f79466c8f38f34029f9c47e1b75f505b6922fbb (patch) | |
tree | 4c7590422cd87ac927df471a509c026b4c358dfd | |
parent | 72cc96a63e7f62215afc0411019ec3525cf975d7 (diff) |
gnu: plasma-workspace: Update to 6.3.4.
* gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.3.4.
[inputs]: Add xcb-util-cursor.
[arguments]: Skip klipper_v3migrationtest test.
Change-Id: I3098c6a1425944ce54041920f8e2cd4a3306913d
-rw-r--r-- | gnu/packages/kde-plasma.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index f7daa4b22c..e8119b836b 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2699,14 +2699,14 @@ sensors, process information and other system resources.") (define-public plasma-workspace (package (name "plasma-workspace") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "0bs1dks8b7y2536706j051wzqcldin68574n1gvbiqb2dzj129dq")))) + "0mfirp8lz8yk1ggbgj6jxx992fgf8m6d4czhgacmhdx3v389vnc5")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools pkg-config qtsvg qttools @@ -2807,6 +2807,7 @@ sensors, process information and other system resources.") polkit-qt6 ucd + xcb-util-cursor libxcursor libkexiv2 gpsd @@ -2903,7 +2904,8 @@ deviceerrormonitor_p.cpp" "dbusmethodcalltest" "klipper-testHistoryCycler" - "klipper-testHistoryModel") + "klipper-testHistoryModel" + "klipper_v3migrationtest") "|"))))) ;; share/dbus-1/system-services have same name file ;; when dbus-root-service-type merge it, wail report |