gnu: plasma-nm: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove plasma-framework, qca, and qtdeclarative-5; add libplasma,
qca-qt6, ksvg, qcoro-qt6, and qtdeclarative.

Change-Id: I99e2564cc98815dc1c13f39e81cba80f9bfce2f1
This commit is contained in:
Zheng Junjie 2024-07-06 14:26:13 +08:00
parent 2dc743f772
commit 939be6e220
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2135,7 +2135,7 @@ (define-public plasma-nano
(define-public plasma-nm
(package
(name "plasma-nm")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -2143,10 +2143,11 @@ (define-public plasma-nm
".tar.xz"))
(sha256
(base32
"1w9zclih2mh8gqwahsmbbm0nrg1b6gcr5w2w02szlw30iq8k92j8"))))
"02148q5707cck0qix2c3k7npp9kblnq5h79xvb99rq45sbwc51pr"))))
(build-system qt-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
(list #:qtbase qtbase
#:phases #~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@ -2164,18 +2165,20 @@ (define-public plasma-nm
networkmanager-qt
knotifications
kirigami
plasma-framework
libplasma
modemmanager-qt
network-manager
qca
qca-qt6
kservice
solid
prison
kwallet
kwidgetsaddons
kwindowsystem
ksvg
qcoro-qt6
openconnect
qtdeclarative-5))
qtdeclarative))
(synopsis "Plasma applet for managing network connections")
(description "This package provides Plasma applet for managing network
connections.")