mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: plasma-systemmonitor: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-systemmonitor): Update to 6.1.2. [inputs]: Remove qtdeclarative-5 and qtquickcontrols2-5; add kcrash, kpackage, kirigami-addons, and qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: I631d3b4b277ced2c8e655aa62bd9e54333d30d69
This commit is contained in:
parent
696eefde86
commit
470fbd9339
1 changed files with 7 additions and 4 deletions
|
@ -2513,32 +2513,35 @@ (define-public plasma-vault
|
|||
(define-public plasma-systemmonitor
|
||||
(package
|
||||
(name "plasma-systemmonitor")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qr8krc7d1hzxv0gx0ii0rxk9bm62rgh157mr8x785qqbd11nq8l"))))
|
||||
"1v329hfr0jjqbkbidkbb52i235c4g4ix2x3mngyfvjf3ykvxd1xs"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list ki18n
|
||||
kconfig
|
||||
kcrash
|
||||
kdeclarative
|
||||
kservice
|
||||
kiconthemes
|
||||
kglobalaccel
|
||||
kio
|
||||
kdbusaddons
|
||||
kpackage
|
||||
kirigami
|
||||
kirigami-addons
|
||||
knewstuff
|
||||
ksystemstats
|
||||
kitemmodels
|
||||
libksysguard
|
||||
qqc2-desktop-style
|
||||
qtdeclarative-5
|
||||
qtquickcontrols2-5))
|
||||
qtdeclarative))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(synopsis "System sensors, process information and other system resources
|
||||
monitor")
|
||||
(description "This package provides an interface for monitoring system
|
||||
|
|
Loading…
Reference in a new issue