* update qt6-virtualkeyboard to 6.8.1-1

This commit is contained in:
Alexander Baldeck 2024-12-10 09:51:48 +01:00
parent 1f7e636713
commit aca8fd7e32
2 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-virtualkeyboard
pkgdesc = Virtual keyboard framework
pkgver = 6.8.0
pkgver = 6.8.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -9,10 +9,10 @@ pkgbase = qt6-virtualkeyboard
arch = powerpc
arch = riscv64
groups = qt6
license = GPL3
license = LGPL3
license = FDL
license = custom
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
makedepends = cmake
makedepends = git
makedepends = ninja
@ -23,7 +23,7 @@ pkgbase = qt6-virtualkeyboard
depends = qt6-declarative
depends = qt6-multimedia
depends = qt6-svg
source = git+https://code.qt.io/qt/qtvirtualkeyboard#tag=v6.8.0
sha256sums = ceb49257f3bd837b71d1664fb009326ff4152fa689fbeefb0a79731a36a65756
source = git+https://code.qt.io/qt/qtvirtualkeyboard#tag=v6.8.1
sha256sums = 2f19fe35c562f02bac583e8dc430cebbf97346db30c3c2b2e8264c90d5e90dee
pkgname = qt6-virtualkeyboard

View File

@ -3,12 +3,15 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-virtualkeyboard
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
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='Virtual keyboard framework'
depends=(gcc-libs
glibc
@ -23,7 +26,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('ceb49257f3bd837b71d1664fb009326ff4152fa689fbeefb0a79731a36a65756')
sha256sums=('2f19fe35c562f02bac583e8dc430cebbf97346db30c3c2b2e8264c90d5e90dee')
build() {
cmake -B build -S $_pkgfn -G Ninja \