gnu: libksysguard: Update to 5.10.4.
* gnu/packages/kde.scm (libksysguard ): Update to 5.10.4.master
parent
de5a235c79
commit
d983a1cb8e
|
@ -258,7 +258,7 @@ used in KDE development tools Kompare and KDevelop.")
|
||||||
(define-public libksysguard
|
(define-public libksysguard
|
||||||
(package
|
(package
|
||||||
(name "libksysguard")
|
(name "libksysguard")
|
||||||
(version "5.8.2")
|
(version "5.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -266,7 +266,7 @@ used in KDE development tools Kompare and KDevelop.")
|
||||||
"/libksysguard-" version ".tar.xz"))
|
"/libksysguard-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"158n30wbpsgbw3axhhsc58hnwhwdd02j3zc9hhcybmnbkfl5c96l"))))
|
"01w0laywva0p0ar2lvr1k5000bhjikjfxsb4f6p30qswrchrmrh3"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
@ -303,7 +303,7 @@ used in KDE development tools Kompare and KDevelop.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ ;other tests require a display and therefore fail
|
(lambda _ ;other tests require a display and therefore fail
|
||||||
(zero? (system* "ctest" "-R" "chronotest")))))))
|
(zero? (system* "ctest" "-R" "chronotest")))))))
|
||||||
(home-page "https://www.kde.org/info/plasma-5.8.2.php")
|
(home-page "https://www.kde.org/info/plasma-5.10.4.php")
|
||||||
(synopsis "Network enabled task and system monitoring")
|
(synopsis "Network enabled task and system monitoring")
|
||||||
(description "KSysGuard can obtain information on system load and
|
(description "KSysGuard can obtain information on system load and
|
||||||
manage running processes. It obtains this information by interacting
|
manage running processes. It obtains this information by interacting
|
||||||
|
|
Reference in New Issue