[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/68: gnu: bluez-qt: Update to 5.27.0.
From: |
David Craven |
Subject: |
07/68: gnu: bluez-qt: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:21 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit bfa96eba569bbc4b6c772ce0298c1e98b8ab5c22
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: bluez-qt: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and
fix indentation.
---
gnu/packages/kde-frameworks.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 653e8fb..ba22f89 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0gy0m7lcwwklf021l5i3v7j0cl7qz7cgvzrwpj87ix3kyw5xs80z"))))
+ (version "5.27.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "111gqxw1bvazdhxk5rcfhi438i6bd92r3wvlkxsdqrp7ypcqdpig"))))
(build-system cmake-build-system)
(native-inputs
`(("dbus" ,dbus)
@@ -234,13 +234,13 @@
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
`(("qtbase" ,qtbase)))
(arguments
`(#:configure-flags
- '("-DINSTALL_UDEV_RULE:BOOL=OFF")
+ '("-DINSTALL_UDEV_RULE:BOOL=OFF")
#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* _
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (zero? (system* "dbus-launch" "ctest" ".")))))))
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (zero? (system* "dbus-launch" "ctest" ".")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "QML wrapper for BlueZ")
(description "bluez-qt is a Qt-style library for accessing the bluez
- 19/68: gnu: kitemmodels: Update to 5.27.0., (continued)
- 19/68: gnu: kitemmodels: Update to 5.27.0., David Craven, 2016/10/29
- 21/68: gnu: kplotting: Update to 5.27.0., David Craven, 2016/10/29
- 25/68: gnu: modemmanager-qt: Update to 5.27.0., David Craven, 2016/10/29
- 32/68: gnu: kcompletion: Update to 5.27.0., David Craven, 2016/10/29
- 38/68: gnu: knotifications: Update to 5.27.0., David Craven, 2016/10/29
- 41/68: gnu: kunitconversion: Update to 5.27.0., David Craven, 2016/10/29
- 51/68: gnu: kdesu: Update to 5.27.0., David Craven, 2016/10/29
- 09/68: gnu: kapidox: Update to 5.27.0., David Craven, 2016/10/29
- 20/68: gnu: kitemviews: Update to 5.27.0., David Craven, 2016/10/29
- 45/68: gnu: kbookmarks: Update to 5.27.0., David Craven, 2016/10/29
- 07/68: gnu: bluez-qt: Update to 5.27.0.,
David Craven <=
- 17/68: gnu: ki18n: Update to 5.27.0., David Craven, 2016/10/29
- 11/68: gnu: kcodecs: Update to 5.27.0., David Craven, 2016/10/29
- 22/68: gnu: kwayland: Update to 5.27.0., David Craven, 2016/10/29
- 23/68: gnu: kwidgetsaddons: Update to 5.27.0., David Craven, 2016/10/29
- 35/68: gnu: kfilemetadata: Update to 5.27.0., David Craven, 2016/10/29
- 31/68: gnu: kauth: Update to 5.27.0., David Craven, 2016/10/29
- 27/68: gnu: oxygen-icons: Update to 5.27.0., David Craven, 2016/10/29
- 26/68: gnu: networkmanager-qt: Update to 5.27.0., David Craven, 2016/10/29
- 36/68: gnu: kimageformats: Update to 5.27.0., David Craven, 2016/10/29
- 43/68: gnu: kactivities: Update to 5.27.0., David Craven, 2016/10/29