mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: plasma-workspace: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-workspace): Update to 6.1.4. [arguments]<#:phases>: Add add-span-header phase. Change-Id: Ifc5e82532b569148ab00ab2f1463c65fa507d73d
This commit is contained in:
parent
bc4442261f
commit
921b4ed195
1 changed files with 8 additions and 2 deletions
|
@ -2698,14 +2698,14 @@ (define-public plasma-welcome
|
|||
(define-public plasma-workspace
|
||||
(package
|
||||
(name "plasma-workspace")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jnmqj16ivi2qv3q9i5fggknaw85drf216ml7ckvfvc5abxxx73r"))))
|
||||
"0mlddkjxq7p01wgy8pzp65fhg1sihibzd32wn3s3zcn077frj86b"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules kdoctools pkg-config qtsvg
|
||||
qttools
|
||||
|
@ -2824,6 +2824,12 @@ (define-public plasma-workspace
|
|||
"/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"))
|
||||
|
|
Loading…
Reference in a new issue