mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-webengine to 6.3.1-1
This commit is contained in:
parent
eb5abcd14b
commit
71f0e9297c
1 changed files with 3 additions and 10 deletions
|
@ -11,9 +11,9 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=qt6-webengine
|
||||
_qtver=6.3.0
|
||||
_qtver=6.3.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -26,20 +26,13 @@ groups=(qt6)
|
|||
options=(debug)
|
||||
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
|
||||
qt6-webengine-system-icu.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=75f0f4eb
|
||||
qtbug-103778.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=8d0bd4b1
|
||||
0001-ARM-toolchain-fixes.patch
|
||||
0002-Run-blink-bindings-generation-single-threaded.patch)
|
||||
sha256sums=('2001b45dd81dcb7ad1bc6cf1aa32f2eca5367a11fed49656053c75676c4d093d'
|
||||
'ec28b71135f293f624365a50be0c329e396eaa9433655386af146614837e82a2'
|
||||
'28c07aebc9725905d7b569b1eae815fec11f51433a21eab29177a29af67f8552'
|
||||
sha256sums=('ad7a33b21a956deda37c587d50f821ca3816403ae31ba9b5d59d01561ad66e47'
|
||||
'c5d8fc6b3b832a2b4b14c926c36051d7245d5fc37a1c3a54657afd5b5c4ed623'
|
||||
'1a5858dd198dd0db649c55357941c9bfa9ad678b5d4b93121f87fa9f314d4e6e')
|
||||
|
||||
prepare() {
|
||||
patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-system-icu.patch # Fix build with system ICU
|
||||
patch -d $_pkgfn -p1 < qtbug-103778.patch # Fix local->remote navigation
|
||||
|
||||
cd $_pkgfn
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
Loading…
Reference in a new issue