* update qt6-webchannel to 6.8.1-1

This commit is contained in:
Alexander Baldeck 2024-12-10 12:38:59 +01:00
parent 06ed7eb5f4
commit 2fba0edefb
2 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-webchannel pkgbase = qt6-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients
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-webchannel
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
@ -21,7 +21,7 @@ pkgbase = qt6-webchannel
depends = qt6-base depends = qt6-base
depends = qt6-declarative depends = qt6-declarative
depends = qt6-websockets depends = qt6-websockets
source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.8.0 source = git+https://code.qt.io/qt/qtwebchannel#tag=v6.8.1
sha256sums = 77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013 sha256sums = c50317f092216a8494e4d6f4cf8a18cb8478cb624fe565b62f8fbe02d95afe4d
pkgname = qt6-webchannel pkgname = qt6-webchannel

View File

@ -3,12 +3,15 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org> # Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=qt6-webchannel pkgname=qt6-webchannel
_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 QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients' pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
depends=(gcc-libs depends=(gcc-libs
glibc glibc
@ -21,7 +24,7 @@ makedepends=(cmake
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=('77e760041677d038f92d907674cce1e7e411f00286c8576adb092dc48628f013') sha256sums=('c50317f092216a8494e4d6f4cf8a18cb8478cb624fe565b62f8fbe02d95afe4d')
build() { build() {
cmake -B build -S $_pkgfn -G Ninja \ cmake -B build -S $_pkgfn -G Ninja \