gnu: kpeople: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0.
  [arguments]: Return #t.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 33fa4658bd
commit 3a1e972d50
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -2341,16 +2341,16 @@ (define-public kparts
(define-public kpeople (define-public kpeople
(package (package
(name "kpeople") (name "kpeople")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/frameworks/" "mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0iknzkj23y927xh24kw5sjxyirhy6pkmfcmmgwzd78rba8a54qp2")))) "1w6sbd6djcpv36m9my4drqkrs1l3cryshpz1dx9z8p7afr296n8j"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))
@ -2370,7 +2370,8 @@ (define-public kpeople
(add-before 'check 'check-setup (add-before 'check 'check-setup
(lambda _ (lambda _
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output (setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
(setenv "QT_QPA_PLATFORM" "offscreen")))))) (setenv "QT_QPA_PLATFORM" "offscreen")
#t)))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Provides access to all contacts and aggregates them by person") (synopsis "Provides access to all contacts and aggregates them by person")
(description "KPeople offers unified access to our contacts from different (description "KPeople offers unified access to our contacts from different