gnu: plasma-welcome: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.1.2. [inputs]: Remove signond, libaccounts-qt, plasma-framework, qtdeclarative-5, qtgraphicaleffects, qtsvg-5, and qtquickcontrols2-5; add kconfigwidgets, kcmutils, ksvg, kirigami-addons, signond-qt6, libaccounts-qt6, libplasma, qtdeclarative, and qtsvg. [arguments]: Set #:qtbase to qtbase. Change-Id: I67a2c025d19c371ec531d515b357841cb906ff2amaster
parent
c1586f03ba
commit
4fb62de098
|
@ -2512,7 +2512,7 @@ sensors, process information and other system resources.")
|
||||||
(define-public plasma-welcome
|
(define-public plasma-welcome
|
||||||
(package
|
(package
|
||||||
(name "plasma-welcome")
|
(name "plasma-welcome")
|
||||||
(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/"
|
||||||
|
@ -2521,7 +2521,7 @@ sensors, process information and other system resources.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nz1hxz5nvgl3sbm6k3a76s0l3fy3j38i4plly2zhp5xqdk0ks1x"))))
|
"19d0p1nsg9jjpv9d8948hnpb75gnrjj4xv6r0i4dzbg4mz25vb32"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
@ -2531,21 +2531,24 @@ sensors, process information and other system resources.")
|
||||||
kdeclarative
|
kdeclarative
|
||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
|
kconfigwidgets
|
||||||
|
kcmutils
|
||||||
|
ksvg
|
||||||
kirigami
|
kirigami
|
||||||
|
kirigami-addons
|
||||||
knotifications
|
knotifications
|
||||||
kservice
|
kservice
|
||||||
knewstuff
|
knewstuff
|
||||||
kaccounts-integration
|
kaccounts-integration
|
||||||
signond
|
signond-qt6
|
||||||
kuserfeedback
|
kuserfeedback
|
||||||
libaccounts-qt
|
libaccounts-qt6
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
networkmanager-qt
|
networkmanager-qt
|
||||||
plasma-framework
|
libplasma
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtgraphicaleffects
|
qtsvg))
|
||||||
qtsvg-5
|
(arguments (list #:qtbase qtbase))
|
||||||
qtquickcontrols2-5))
|
|
||||||
(synopsis "Plasma welcome screen")
|
(synopsis "Plasma welcome screen")
|
||||||
(description
|
(description
|
||||||
"This package provides a wizard for Plasma to configure settings.")
|
"This package provides a wizard for Plasma to configure settings.")
|
||||||
|
|
Reference in New Issue