[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/178: gnu: Add bluez-qt-6.
From: |
guix-commits |
Subject: |
64/178: gnu: Add bluez-qt-6. |
Date: |
Mon, 17 Jun 2024 12:13:23 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit d7f4d060bfa65ff4f927adbda100eaade7e2e24e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 13:54:15 2024 +0800
gnu: Add bluez-qt-6.
* gnu/packages/kde-frameworks.scm (bluez-qt-6): New variable.
(bluez-qt): Inherit above.
Change-Id: Ie4eaa2d96c7da093de87b3c80645b04b87ecde08
---
gnu/packages/kde-frameworks.scm | 45 ++++++++++++++++++++++++++++++-----------
1 file changed, 33 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c463fd9a07..f4f8c2fe04 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -383,10 +383,10 @@
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
"0gkdsm1vyyyxxyl4rni9s2bdz5w6zphzjl58fddjl899da06hqfq"))))
(inputs (list qtbase-5))))
-(define-public bluez-qt
+(define-public bluez-qt-6
(package
(name "bluez-qt")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -395,30 +395,51 @@
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ni50jwnb5ww8mkql0p3q8660c0srj8p0ik27lvxakwdq4wf6l9s"))))
+ "1fwfrmqsiakfz5agjxd9vnnqip86d9hz86li0r7igy07bvqlwhpr"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules))
(inputs
- (list qtdeclarative-5
- qtbase-5))
+ (list qtdeclarative
+ qtbase))
(arguments
(list #:configure-flags
#~(list (string-append
"-DUDEV_RULES_INSTALL_DIR=" #$output "/lib/udev/rules.d"))
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "ctest" "-E" "bluezqt-qmltests")))))))
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (invoke "dbus-launch" "ctest" "-E"
"bluezqt-qmltests")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "QML wrapper for BlueZ")
(description "bluez-qt is a Qt-style library for accessing the bluez
Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
(license (list license:lgpl2.1+ license:lgpl3+))))
+(define-public bluez-qt
+ (package
+ (inherit bluez-qt-6)
+ (name "bluez-qt")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1ni50jwnb5ww8mkql0p3q8660c0srj8p0ik27lvxakwdq4wf6l9s"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list dbus extra-cmake-modules))
+ (inputs
+ (list qtdeclarative-5
+ qtbase-5))))
+
(define-public breeze-icons
(package
(name "breeze-icons")
- 12/178: gnu: Add kguiaddons-6., (continued)
- 12/178: gnu: Add kguiaddons-6., guix-commits, 2024/06/17
- 62/178: gnu: Add kded-6., guix-commits, 2024/06/17
- 68/178: gnu: Add knewstuff-6., guix-commits, 2024/06/17
- 72/178: gnu: Add poppler-qt6., guix-commits, 2024/06/17
- 78/178: gnu: Add purpose-6., guix-commits, 2024/06/17
- 80/178: gnu: Add packagekit-qt6., guix-commits, 2024/06/17
- 44/178: gnu: Add kglobalaccel-6., guix-commits, 2024/06/17
- 49/178: gnu: phonon: Enable qt6., guix-commits, 2024/06/17
- 51/178: gnu: Add ktextwidgets-6., guix-commits, 2024/06/17
- 63/178: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/17
- 64/178: gnu: Add bluez-qt-6.,
guix-commits <=
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17