gnu: plasma-nano: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-nano): Update to 6.1.2. [inputs]: Remove qtbase-5, qtdeclarative-5, and plasma-framework; add qtbase, qtdeclarative, qtsvg, libplasma, kservice, and kitemmodels. Change-Id: I81db16d626d5b131042fc0eb6445ece78aff6e03
This commit is contained in:
parent
f27712acc7
commit
96be8ffddc
1 changed files with 8 additions and 5 deletions
|
@ -1970,19 +1970,22 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(define-public plasma-nano
|
(define-public plasma-nano
|
||||||
(package
|
(package
|
||||||
(name "plasma-nano")
|
(name "plasma-nano")
|
||||||
(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/"
|
||||||
version "/plasma-nano-" version ".tar.xz"))
|
version "/plasma-nano-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14wc76bxnwd0z51gz4zb88p5h9n2711ifr1wpx9lrj9r7y1llank"))))
|
"1dyap53ad32s27sxx7rzszp3q0avfiqwfc05a2f5sbqqrwf4bpk3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs (list qtbase-5
|
(inputs (list qtbase
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
plasma-framework
|
qtsvg
|
||||||
|
libplasma
|
||||||
|
kservice
|
||||||
|
kitemmodels
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kwayland
|
kwayland
|
||||||
ki18n))
|
ki18n))
|
||||||
|
|
Reference in a new issue