mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt5-webengine to 5.15.8-8
This commit is contained in:
parent
2ff2ec019e
commit
f297a10095
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ highmem=1
|
||||||
pkgname=qt5-webengine
|
pkgname=qt5-webengine
|
||||||
_qtver=5.15.8
|
_qtver=5.15.8
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||||
|
@ -56,7 +56,7 @@ prepare() {
|
||||||
patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
|
patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
|
||||||
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch
|
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch
|
||||||
|
|
||||||
# patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
|
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
|
||||||
|
|
||||||
# Update catapult for python3 compatibility
|
# Update catapult for python3 compatibility
|
||||||
rm -r src/3rdparty/chromium/third_party/catapult
|
rm -r src/3rdparty/chromium/third_party/catapult
|
||||||
|
|
Loading…
Reference in a new issue