[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/71: gnu: Add qtsensors.
From: |
guix-commits |
Subject: |
21/71: gnu: Add qtsensors. |
Date: |
Sun, 31 Mar 2024 21:57:27 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 528ecaa4f4e8a824dec54ce333b4de5311246d81
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 17:01:53 2024 +0800
gnu: Add qtsensors.
* gnu/packages/qt.scm (qtsensors): New variable.
Change-Id: I5d5bf3902f3340d6e73dc8889e27d4e5bf28b058
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0906a21d00..edc20c629e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1668,6 +1668,24 @@ consume data received from the server, or both.")
(home-page (package-home-page qtbase))
(license (package-license qtbase))))
+(define-public qtsensors
+ (package
+ (inherit qtsvg)
+ (name "qtsensors")
+ (version "6.6.2")
+ (source (origin
+ (method url-fetch)
+ (uri (qt-url name version))
+ (sha256
+ (base32
+ "0a3w50bfnmxndyxnn9lsy1wxffhm2am0yjxqx3vx0gfjwv79yvsa"))))
+ (native-inputs (list qtdeclarative))
+ (inputs (list qtbase))
+ (synopsis "Qt Sensors module")
+ (description "The Qt Sensors API provides access to sensor hardware via QML
+and C++ interfaces. The Qt Sensors API also provides a motion gesture
+recognition API for devices.")))
+
(define-public qtsensors-5
(package
(inherit qtsvg-5)
- 04/71: gnu: qtimageformats: Update to 6.6.2., (continued)
- 04/71: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/31
- 07/71: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/31
- 03/71: gnu: qtsvg: Update to 6.6.2., guix-commits, 2024/03/31
- 01/71: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/31
- 05/71: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/31
- 11/71: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/31
- 12/71: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/31
- 15/71: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/31
- 16/71: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/31
- 17/71: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/31
- 21/71: gnu: Add qtsensors.,
guix-commits <=
- 23/71: gnu: Add qtspeech., guix-commits, 2024/03/31
- 26/71: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/31
- 27/71: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/31
- 29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/03/31
- 06/71: gnu: qtwebsockets: Update to 6.6.2., guix-commits, 2024/03/31
- 09/71: gnu: qtwayland: Update to 6.6.2., guix-commits, 2024/03/31
- 14/71: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/31
- 20/71: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/31
- 36/71: gnu: Add qthttpserver., guix-commits, 2024/03/31
- 22/71: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/31