Skip to content

Commit

Permalink
qtsensors6: Add port
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Feb 13, 2024
1 parent 990d5ac commit 84b8998
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bootstrap.d/dev-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,43 @@ packages:
environ:
DESTDIR: '@THIS_COLLECT_DIR@'

- name: qtsensors6
architecture: '@OPTION:arch@'
metadata:
summary: Hardware sensor access library for the Qt6 framework
description: This package provides the hardware sensor access library for the Qt6 framework.
spdx: 'GPL-2.0-only GPL-3.0-only LGPL-3.0-only GFDL-1.3-only'
website: 'https://code.qt.io/cgit/qt/qtspeech.git/'
maintainer: "Dennis Bonke <[email protected]>"
categories: ['dev-qt']
source:
subdir: 'ports'
git: 'http://code.qt.io/qt/qtsensors.git'
tag: 'v6.6.1'
version: '6.6.1'
tools_required:
- system-gcc
- host-cmake
- host-qt6
pkgs_required:
- mlibc
- qtbase6
- qtdeclarative6
configure:
- args:
- 'cmake'
- '-GNinja'
- '-DQT_HOST_PATH=@BUILD_ROOT@/tools/host-qt6'
- '-DCMAKE_INSTALL_PREFIX=/usr'
- '-DCMAKE_TOOLCHAIN_FILE=@SOURCE_ROOT@/scripts/CMakeToolchain-@OPTION:[email protected]'
- '-DCMAKE_BUILD_TYPE=Debug'
- '@THIS_SOURCE_DIR@'
build:
- args: ['ninja']
- args: ['ninja', 'install']
environ:
DESTDIR: '@THIS_COLLECT_DIR@'

- name: qtshadertools6
architecture: '@OPTION:arch@'
metadata:
Expand Down

0 comments on commit 84b8998

Please sign in to comment.