[update] qt6-virtualkeyboard -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:49 +00:00
parent 23a96a5656
commit 5f7aa1e819
2 changed files with 14 additions and 11 deletions

View File

@ -3,17 +3,17 @@
pkgname = qt6-virtualkeyboard
pkgbase = qt6-virtualkeyboard
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Virtual keyboard framework
url = https://www.qt.io
builddate = 1729294098
builddate = 1734133787
packager = Tuxcore <dev@tuxcore.org>
size = 5852086
size = 5969929
arch = x86_64
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
group = qt6
depend = gcc-libs
depend = glibc

View File

@ -1,11 +1,14 @@
# Packager = Tuxcore <dev@tuxcore.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)
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
@ -20,7 +23,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 \