diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 14:41:45 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:09 +0800 |
commit | 4fb62de09897dc5c35fbea33c6aa08c9e4de55b1 (patch) | |
tree | f511d76d0fb7e11bc066052195b8a658903d382f /gnu | |
parent | c1586f03badd9e1591733aaa89c3ddcb734d87d9 (diff) | |
download | guix-4fb62de09897dc5c35fbea33c6aa08c9e4de55b1.tar.gz guix-4fb62de09897dc5c35fbea33c6aa08c9e4de55b1.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index d1c5d80ac3..14bf2366eb 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -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.") |