mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: plasma-workspace: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.2.5. [inputs]: Add lsof and qtpositioning. [arguments]<#:phases>: Remove add-span-header phase. Adjust patch-workspace-bins and check-after-install phase. Change-Id: I4c960fd16ad3f162e5821858a17c6afaca8a3bf6
This commit is contained in:
parent
9200ede64e
commit
b62317a6e7
1 changed files with 13 additions and 9 deletions
|
@ -69,6 +69,7 @@
|
|||
#:use-module (gnu packages libcanberra)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages libusb)
|
||||
#:use-module (gnu packages lsof)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages messaging)
|
||||
|
@ -2754,14 +2755,14 @@ sensors, process information and other system resources.")
|
|||
(define-public plasma-workspace
|
||||
(package
|
||||
(name "plasma-workspace")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mlddkjxq7p01wgy8pzp65fhg1sihibzd32wn3s3zcn077frj86b"))))
|
||||
"0bs1dks8b7y2536706j051wzqcldin68574n1gvbiqb2dzj129dq"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules kdoctools pkg-config qtsvg
|
||||
qttools
|
||||
|
@ -2797,6 +2798,7 @@ sensors, process information and other system resources.")
|
|||
kiconthemes
|
||||
kidletime
|
||||
kio
|
||||
lsof
|
||||
xdotool
|
||||
qqc2-desktop-style
|
||||
qcoro-qt6
|
||||
|
@ -2848,6 +2850,7 @@ sensors, process information and other system resources.")
|
|||
qtshadertools
|
||||
qtdeclarative
|
||||
qttools
|
||||
qtpositioning
|
||||
qtwayland
|
||||
wayland
|
||||
wayland-protocols
|
||||
|
@ -2881,18 +2884,15 @@ sensors, process information and other system resources.")
|
|||
"/libexec/kglobalacceld"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'add-span-header
|
||||
(lambda _
|
||||
(substitute* "xembed-sni-proxy/sniproxy.cpp"
|
||||
(("#include \"sniproxy.h\"")
|
||||
(string-append "#include \"sniproxy.h\"
|
||||
#include <span>")))))
|
||||
(add-after 'unpack 'patch-workspace-bins
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((xmessage (search-input-file inputs "/bin/xmessage"))
|
||||
(xsetroot (search-input-file inputs "/bin/xsetroot"))
|
||||
(xrdb (search-input-file inputs "/bin/xrdb"))
|
||||
(qttools #$(this-package-input "qttools")))
|
||||
(substitute* "applets/devicenotifier/plugin/\
|
||||
deviceerrormonitor_p.cpp"
|
||||
(("lsof") (search-input-file inputs "/bin/lsof")))
|
||||
(substitute* "startkde/startplasma.cpp"
|
||||
(("xmessage") xmessage))
|
||||
(substitute* "kcms/krdb/krdb.cpp"
|
||||
|
@ -2955,7 +2955,11 @@ sensors, process information and other system resources.")
|
|||
"testimageproxymodel"
|
||||
"testpackageimagelistmodel"
|
||||
"testslidemodel"
|
||||
"tst_triangleFilter")
|
||||
"tst_triangleFilter"
|
||||
|
||||
"dbusmethodcalltest"
|
||||
"klipper-testHistoryCycler"
|
||||
"klipper-testHistoryModel")
|
||||
"|")))))
|
||||
;; share/dbus-1/system-services have same name file
|
||||
;; when dbus-root-service-type merge it, wail report
|
||||
|
|
Loading…
Add table
Reference in a new issue