gnu: plasma-welcome: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 5.27.6. [source]: Use url-fetch. [inputs]: Add knewstuff kaccounts-integration signond kuserfeedback libaccounts-qt, remove system-settings. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a25e90a11d
commit
46b1d21ae2
1 changed files with 15 additions and 11 deletions
|
@ -2273,19 +2273,18 @@ sensors, process information and other system resources.")
|
||||||
(license (list license:gpl2 license:gpl3))))
|
(license (list license:gpl2 license:gpl3))))
|
||||||
|
|
||||||
(define-public plasma-welcome
|
(define-public plasma-welcome
|
||||||
(let ((commit "dac7569078782a96f122782c15d34e51737d2b89") ; no tags
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "plasma-welcome")
|
(name "plasma-welcome")
|
||||||
(version (git-version "0.1-pre" revision commit))
|
(version "5.27.6")
|
||||||
(home-page "https://invent.kde.org/plasma/plasma-welcome")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference (url home-page) (commit commit)))
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
(file-name (git-file-name name version))
|
version "/plasma-welcome"
|
||||||
|
"-"
|
||||||
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x7ra699r5a9kpa3isdnx6af4j6778kw2pmprnx4s8f1rwk2idhh"))))
|
"0lvvxllhshawj7pjx3d9l53clcnr73x519khgf27fpblil1x0hm8"))))
|
||||||
(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))
|
||||||
|
@ -2298,18 +2297,23 @@ sensors, process information and other system resources.")
|
||||||
kirigami
|
kirigami
|
||||||
knotifications
|
knotifications
|
||||||
kservice
|
kservice
|
||||||
|
knewstuff
|
||||||
|
kaccounts-integration
|
||||||
|
signond
|
||||||
|
kuserfeedback
|
||||||
|
libaccounts-qt
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
networkmanager-qt
|
networkmanager-qt
|
||||||
plasma-framework
|
plasma-framework
|
||||||
qtdeclarative-5
|
qtdeclarative-5
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtsvg-5
|
qtsvg-5
|
||||||
qtquickcontrols2-5
|
qtquickcontrols2-5))
|
||||||
system-settings))
|
|
||||||
(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.")
|
||||||
(license (list license:gpl2 license:gpl3)))))
|
(home-page "https://invent.kde.org/plasma/plasma-welcome")
|
||||||
|
(license (list license:gpl2 license:gpl3))))
|
||||||
|
|
||||||
(define-public plasma-workspace
|
(define-public plasma-workspace
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue