mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
2dc743f772
commit
939be6e220
1 changed files with 9 additions and 6 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue