gnu: libksysguard: Update to 5.11.4.

* gnu/packages/kde.scm (libksysguard): Update to 5.11.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-31 22:25:36 +00:00
parent 263e9b851a
commit d9465101f4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2,6 +2,7 @@
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Mark Meyer <mark@ofosos.org> ;;; Copyright © 2017 Mark Meyer <mark@ofosos.org>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -349,7 +350,7 @@ (define-public libkomparediff2
(define-public libksysguard (define-public libksysguard
(package (package
(name "libksysguard") (name "libksysguard")
(version "5.11.2") (version "5.11.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -357,7 +358,7 @@ (define-public libksysguard
"/libksysguard-" version ".tar.xz")) "/libksysguard-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12d0r4rilydbqdgkm256khvkb9m0hya3p27xqvv3hg77wgxzdl3f")))) "1ry4478fv7blp80zyhz0xr3qragsddrkzjzmxkdarh01f4p987aq"))))
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
@ -399,7 +400,7 @@ (define-public libksysguard
(lambda _ (lambda _
;; TODO: Fix this failing test-case ;; TODO: Fix this failing test-case
(zero? (system* "ctest" "-E" "processtest"))))))) (zero? (system* "ctest" "-E" "processtest")))))))
(home-page "https://www.kde.org/info/plasma-5.11.2.php") (home-page "https://www.kde.org/info/plasma-5.11.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