[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/28: gnu: Add qtsensors.
From: |
guix-commits |
Subject: |
21/28: gnu: Add qtsensors. |
Date: |
Mon, 25 Mar 2024 22:10:47 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 85498fbc346f584e39c80108d9f538b25f435c78
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 d35c075259..6be215900f 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)
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., (continued)
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25
- 24/28: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/25
- 25/28: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/25
- 26/28: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/25
- 14/28: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/25
- 28/28: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/25
- 15/28: gnu: qtpositioning: Update to 6.6.2., guix-commits, 2024/03/25
- 19/28: gnu: python-shiboken-6: Update to 6.6.2., guix-commits, 2024/03/25
- 17/28: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/25
- 23/28: gnu: Add qtspeech., guix-commits, 2024/03/25
- 21/28: gnu: Add qtsensors.,
guix-commits <=
- 27/28: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/25