gnu: kactivitymanagerd: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.1.2. [inputs]: Remove kconfig, kcoreaddons, and kwindowsystem; add kcompletion. [arguments]: Set #:qtbase to qtbase. Change-Id: Iae0f96aff95ef18ebf391a71dc7a81487cbad8a5
This commit is contained in:
parent
b6d2ea1b2c
commit
67536fda73
1 changed files with 4 additions and 5 deletions
|
@ -323,7 +323,7 @@ games, and tools.")
|
||||||
(define-public kactivitymanagerd
|
(define-public kactivitymanagerd
|
||||||
(package
|
(package
|
||||||
(name "kactivitymanagerd")
|
(name "kactivitymanagerd")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -331,13 +331,12 @@ games, and tools.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d7vz8gwqa7nhfn62dsqircm0qbp9ryass82k2891mqj0qrlbwid"))))
|
"1zfaqaw50qr0s2shm2vxfbzvys2jp2s7hqgq8n928cily37wz8h8"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list boost
|
(inputs (list boost
|
||||||
kconfig
|
kcompletion
|
||||||
kcoreaddons
|
|
||||||
kwindowsystem
|
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
kio
|
kio
|
||||||
kxmlgui
|
kxmlgui
|
||||||
|
|
Reference in a new issue