gnu: libksysguard: Update to 5.11.5.

* gnu/packages/kde.scm (libksysguard: Update to 5.11.5).
master
Hartmut Goebel 2018-02-04 14:35:53 +01:00
parent bd533cbb7f
commit c8c06bf5b0
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 3 deletions

View File

@ -401,7 +401,7 @@ used in KDE development tools Kompare and KDevelop.")
(define-public libksysguard (define-public libksysguard
(package (package
(name "libksysguard") (name "libksysguard")
(version "5.11.4") (version "5.11.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -409,7 +409,7 @@ used in KDE development tools Kompare and KDevelop.")
"/libksysguard-" version ".tar.xz")) "/libksysguard-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1ry4478fv7blp80zyhz0xr3qragsddrkzjzmxkdarh01f4p987aq")))) "0f2py4zkqzpxxf3mqaij0q8ka0v3nschj17dv6rbzzmr5mjv825f"))))
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
@ -451,7 +451,7 @@ used in KDE development tools Kompare and KDevelop.")
(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.4.php") (home-page "https://www.kde.org/info/plasma-5.11.5.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