[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/77: gnu: Add qtconnectivity.
From: |
guix-commits |
Subject: |
32/77: gnu: Add qtconnectivity. |
Date: |
Thu, 21 Nov 2024 10:35:58 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 74d9a10e9ff13e7e8f7128b784ec438997139ae4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 11:52:29 2024 +0800
gnu: Add qtconnectivity.
* gnu/packages/qt.scm (qtconnectivity): New variable.
Change-Id: Ia2c1d9d260b47cd3a18c9ab5ac7e8f5ea83b7e11
---
gnu/packages/qt.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c655f81a58..b46c4abb6c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1694,6 +1694,36 @@ integrate QML code with JavaScript and C++.")
(description "The Qt Connectivity modules provides modules for interacting
with Bluetooth and NFC.")))
+(define-public qtconnectivity
+ (package
+ (name "qtconnectivity")
+ (version "6.7.2")
+ (source (origin
+ (method url-fetch)
+ (uri (qt-url name version))
+ (sha256
+ (base32
+ "1s08djgzhh5p9ij0hxbrrcx9n7r7f0ba6pr9793mdsgh8ar23lwf"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list perl pkg-config qtdeclarative))
+ (inputs
+ (list bluez qtbase))
+ (arguments
+ (list
+ #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-display
+ (lambda _
+ ;; Make Qt render "offscreen", required for tests.
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (synopsis "Qt Connectivity module")
+ (description "The Qt Connectivity modules provides modules for interacting
+with Bluetooth and NFC.")
+ (home-page (package-home-page qtbase))
+ (license (package-license qtbase))))
+
(define-public qtwebsockets-5
(package (inherit qtsvg-5)
(name "qtwebsockets")
- 01/77: gnu: qtbase: Update to 6.7.2., (continued)
- 01/77: gnu: qtbase: Update to 6.7.2., guix-commits, 2024/11/21
- 12/77: gnu: qtwebchannel: Update to 6.7.2., guix-commits, 2024/11/21
- 02/77: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/11/21
- 13/77: gnu: qtlanguageserver: Update to 6.7.2., guix-commits, 2024/11/21
- 14/77: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/11/21
- 15/77: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/21
- 20/77: gnu: qtremoteobjects: Update to 6.7.2., guix-commits, 2024/11/21
- 24/77: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/11/21
- 26/77: gnu: libvpx: Update to 1.14.1., guix-commits, 2024/11/21
- 27/77: gnu: Add re2-next., guix-commits, 2024/11/21
- 32/77: gnu: Add qtconnectivity.,
guix-commits <=
- 35/77: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/21
- 34/77: gnu: python-sip: Update to 6.8.6., guix-commits, 2024/11/21
- 41/77: gnu: python-pyqt: Update to 5.15.10., guix-commits, 2024/11/21
- 48/77: gnu: qtx11extras: Update to 5.15.15., guix-commits, 2024/11/21
- 51/77: gnu: qtconnectivity-5: Update to 5.15.15., guix-commits, 2024/11/21
- 56/77: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/21
- 59/77: gnu: qtwebview: Update to 5.15.15., guix-commits, 2024/11/21
- 61/77: gnu: qttools-5: Update to 5.15.15., guix-commits, 2024/11/21
- 03/77: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/21
- 17/77: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/11/21