[update] qt6-5compat -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:25 +00:00
parent f45a54e657
commit 298e51d4e3
2 changed files with 14 additions and 11 deletions

View File

@ -3,17 +3,17 @@
pkgname = qt6-5compat
pkgbase = qt6-5compat
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Module that contains unsupported Qt 5 APIs
url = https://www.qt.io
builddate = 1729294075
builddate = 1734133763
packager = Tuxcore <dev@tuxcore.org>
size = 1708129
size = 1753274
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-5compat
_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='Module that contains unsupported Qt 5 APIs'
depends=(gcc-libs
glibc
@ -20,7 +23,7 @@ optdepends=('qt6-declarative: for QtGraphicalEffects')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('35bd88affe3eff97a5691e39af92baf53ab7daa9afdd89cca8a9c60de2ca25bf')
sha256sums=('f65ac3c960d1afcad3f7f795632207c3e6ebecd014974de658b03fd8f668922a')
build() {
cmake -B build -S $_pkgfn -G Ninja \