mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
451c85d199
commit
cfb497ac2f
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue