* update qt6-sensors to 6.8.1-1

This commit is contained in:
Alexander Baldeck 2024-12-10 14:15:13 +01:00
parent 8061a1896d
commit df7bd7c16f
2 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-sensors pkgbase = qt6-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition pkgdesc = Provides access to sensor hardware and motion gesture recognition
pkgver = 6.8.0 pkgver = 6.8.1
pkgrel = 1 pkgrel = 1
url = https://www.qt.io url = https://www.qt.io
arch = x86_64 arch = x86_64
@ -9,10 +9,10 @@ pkgbase = qt6-sensors
arch = powerpc arch = powerpc
arch = riscv64 arch = riscv64
groups = qt6 groups = qt6
license = GPL3 license = GPL-3.0-only
license = LGPL3 license = LGPL-3.0-only
license = FDL license = LicenseRef-Qt-Commercial
license = custom license = Qt-GPL-exception-1.0
makedepends = cmake makedepends = cmake
makedepends = git makedepends = git
makedepends = ninja makedepends = ninja
@ -22,7 +22,7 @@ pkgbase = qt6-sensors
depends = qt6-base depends = qt6-base
optdepends = qt6-declarative: QML bindings optdepends = qt6-declarative: QML bindings
optdepends = iio-sensor-proxy: iio-sensor-proxy backend optdepends = iio-sensor-proxy: iio-sensor-proxy backend
source = git+https://code.qt.io/qt/qtsensors#tag=v6.8.0 source = git+https://code.qt.io/qt/qtsensors#tag=v6.8.1
sha256sums = 456608aa3935f797eafc74d6da5704e24c77ed31a6d5b6e0c3e9a9f298a94b47 sha256sums = f6fb06cac675ef6b5e5c24052c4603890d3cde809aab9d61b19044b810cf2e8b
pkgname = qt6-sensors pkgname = qt6-sensors

View File

@ -3,12 +3,15 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org> # Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-sensors pkgname=qt6-sensors
_pkgver=6.8.0 _pkgver=6.8.1
pkgver=6.8.0 pkgver=6.8.1
pkgrel=1 pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io' url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom) license=(GPL-3.0-only
LGPL-3.0-only
LicenseRef-Qt-Commercial
Qt-GPL-exception-1.0)
pkgdesc='Provides access to sensor hardware and motion gesture recognition' pkgdesc='Provides access to sensor hardware and motion gesture recognition'
depends=(gcc-libs depends=(gcc-libs
glibc glibc
@ -22,7 +25,7 @@ optdepends=('qt6-declarative: QML bindings'
groups=(qt6) groups=(qt6)
_pkgfn=${pkgname/6-/} _pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver) source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('456608aa3935f797eafc74d6da5704e24c77ed31a6d5b6e0c3e9a9f298a94b47') sha256sums=('f6fb06cac675ef6b5e5c24052c4603890d3cde809aab9d61b19044b810cf2e8b')
build() { build() {
cmake -B build -S $_pkgfn -G Ninja \ cmake -B build -S $_pkgfn -G Ninja \