me
/
guix
Archived
1
0
Fork 0

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: I67a2c025d19c371ec531d515b357841cb906ff2a
master
Zheng Junjie 2024-07-06 14:41:45 +08:00
parent c1586f03ba
commit 4fb62de098
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 12 additions and 9 deletions

View File

@ -2512,7 +2512,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
(package
(name "plasma-welcome")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -2521,7 +2521,7 @@ sensors, process information and other system resources.")
version ".tar.xz"))
(sha256
(base32
"0nz1hxz5nvgl3sbm6k3a76s0l3fy3j38i4plly2zhp5xqdk0ks1x"))))
"19d0p1nsg9jjpv9d8948hnpb75gnrjj4xv6r0i4dzbg4mz25vb32"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@ -2531,21 +2531,24 @@ sensors, process information and other system resources.")
kdeclarative
ki18n
kio
kconfigwidgets
kcmutils
ksvg
kirigami
kirigami-addons
knotifications
kservice
knewstuff
kaccounts-integration
signond
signond-qt6
kuserfeedback
libaccounts-qt
libaccounts-qt6
kwindowsystem
networkmanager-qt
plasma-framework
qtdeclarative-5
qtgraphicaleffects
qtsvg-5
qtquickcontrols2-5))
libplasma
qtdeclarative
qtsvg))
(arguments (list #:qtbase qtbase))
(synopsis "Plasma welcome screen")
(description
"This package provides a wizard for Plasma to configure settings.")