gnu: bluez-qt: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and
  fix indentation.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 5eb1b33b6b
commit bfa96eba56
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 16 additions and 16 deletions

View File

@ -216,16 +216,16 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(define-public bluez-qt
(package
(name "bluez-qt")
(version "5.24.0")
(source
(origin
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0gy0m7lcwwklf021l5i3v7j0cl7qz7cgvzrwpj87ix3kyw5xs80z"))))
"111gqxw1bvazdhxk5rcfhi438i6bd92r3wvlkxsdqrp7ypcqdpig"))))
(build-system cmake-build-system)
(native-inputs
`(("dbus" ,dbus)
@ -238,7 +238,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* _
(lambda _
(setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "ctest" ".")))))))
(home-page "https://community.kde.org/Frameworks")