[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/74: gnu: Add qtconnectivity.
From: |
guix-commits |
Subject: |
32/74: gnu: Add qtconnectivity. |
Date: |
Mon, 16 Sep 2024 23:37:11 -0400 (EDT) |
z572 pushed a commit to branch qt-team
in repository guix.
commit b70237a840ffac94039d7aa5495976a51e745e55
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 49587da13f..1774c69ca4 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")
- 14/74: gnu: qtlocation: Update to 6.7.2., (continued)
- 14/74: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/09/16
- 04/74: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/09/16
- 17/74: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/09/16
- 20/74: gnu: qtremoteobjects: Update to 6.7.2., guix-commits, 2024/09/16
- 18/74: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/09/16
- 24/74: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/09/16
- 29/74: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/09/16
- 30/74: gnu: python-shiboken-6: Update to 6.7.2., guix-commits, 2024/09/16
- 25/74: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/09/16
- 31/74: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/09/16
- 32/74: gnu: Add qtconnectivity.,
guix-commits <=
- 33/74: gnu: Add python-setuptools-scm-next., guix-commits, 2024/09/16
- 34/74: gnu: python-sip: Update to 6.8.6., guix-commits, 2024/09/16
- 35/74: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/09/16
- 38/74: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/09/16
- 40/74: gnu: clazy: Update to 1.12., guix-commits, 2024/09/16
- 43/74: gnu: Add qtcharts., guix-commits, 2024/09/16
- 44/74: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/09/16
- 46/74: gnu: qtsvg-5: Update to 5.15.15., guix-commits, 2024/09/16
- 49/74: gnu: qtxmlpatterns: Update to 5.15.15., guix-commits, 2024/09/16
- 26/74: gnu: libvpx: Update to 1.14.1., guix-commits, 2024/09/16