mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-webengine to 6.5.2-3
This commit is contained in:
parent
53a5816e74
commit
d3ee090354
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,7 @@ highmem=1
|
|||
pkgname=qt6-webengine
|
||||
_qtver=6.5.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -23,13 +23,17 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland')
|
|||
groups=(qt6)
|
||||
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
||||
qtbug-113369.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=a80e1d3b
|
||||
0001-ARM-toolchain-fixes.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch)
|
||||
sha256sums=('e7c9438b56f502b44b4e376b92ed80f1db7c2c3881d68d319b0677afd5701d9f'
|
||||
'b0c646e8e25416d5d17a2c27c98aee10a72371bb2673ca4e7ee3c4fb44e8ca00'
|
||||
'772aeba76d16387e28ef629285965109a4bfaa02ca2dd466e9526fe2030773ec'
|
||||
'eff4ebf2e714185ef6e36e30c8d2158da6b41a46e3168d06472d35f6c9977aaf')
|
||||
|
||||
prepare() {
|
||||
patch -d $_pkgfn -p1 < qtbug-113369.patch # Fix crashes on some websites in dark mode
|
||||
|
||||
cd $_pkgfn
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
Loading…
Reference in a new issue