mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-webengine to 6.7.1-1
This commit is contained in:
parent
939fcf15c9
commit
8200dd2b08
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = qt6-webengine
|
||||
pkgdesc = Provides support for web applications using the Chromium browser project
|
||||
pkgver = 6.7.0
|
||||
pkgrel = 2
|
||||
pkgver = 6.7.1
|
||||
pkgrel = 1
|
||||
url = https://www.qt.io
|
||||
arch = x86_64
|
||||
groups = qt6
|
||||
|
@ -65,10 +65,10 @@ pkgbase = qt6-webengine
|
|||
depends = ttf-font
|
||||
depends = zlib
|
||||
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
||||
source = git+https://code.qt.io/qt/qtwebengine#tag=v6.7.0
|
||||
source = git+https://code.qt.io/qt/qtwebengine#tag=v6.7.1
|
||||
source = git+https://code.qt.io/qt/qtwebengine-chromium
|
||||
source = qtwebengine-6.7.0-ninja1.12.patch
|
||||
sha256sums = dbb5c0191c2907a405ec31c9a13b4b7010c53445ab2c76485310af9a56ffeace
|
||||
sha256sums = 25cba11801528f31b1e043aa29395c695189ec145b993c633ca8e557b13f34f6
|
||||
sha256sums = SKIP
|
||||
sha256sums = c037cccc1d43bcd9d67045354ca48b405acec217149cb4b2bd3cfb7b5561cc33
|
||||
|
||||
|
|
|
@ -9,9 +9,8 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=qt6-webengine
|
||||
_qtver=6.7.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgver=6.7.1
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -81,7 +80,7 @@ source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver
|
|||
qtwebengine-6.7.0-ninja1.12.patch
|
||||
0001-ARM-toolchain-fixes.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch)
|
||||
sha256sums=('dbb5c0191c2907a405ec31c9a13b4b7010c53445ab2c76485310af9a56ffeace'
|
||||
sha256sums=('25cba11801528f31b1e043aa29395c695189ec145b993c633ca8e557b13f34f6'
|
||||
'SKIP'
|
||||
'c037cccc1d43bcd9d67045354ca48b405acec217149cb4b2bd3cfb7b5561cc33'
|
||||
'772aeba76d16387e28ef629285965109a4bfaa02ca2dd466e9526fe2030773ec'
|
||||
|
|
Loading…
Reference in a new issue