author | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 00:04:18 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-01-30 00:04:18 UTC |
parent | 14074e4d789167bd776939037fe6df8d4d7dc0b3 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7738380..09c5a40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qt5-webengine _qtver=5.15.8 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=3 arch=('x86_64') url='https://www.qt.io' license=('LGPL3' 'LGPL2.1' 'BSD') @@ -27,6 +27,7 @@ sha256sums=('SKIP' '398c996cb5b606695ac93645143df39e23fa67e768b09e0da6dbd37342a43f32' 'fda4ff16790799fb285847918a677f4f3f7c0f513d4751f846ffc5aa5d873932' 'c50d3019626183e753c53a997dc8a55938847543aa3178d4c51f377be741c693') +options=(debug) prepare() { mkdir -p build @@ -40,7 +41,7 @@ prepare() { 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-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 rm -r src/3rdparty/chromium/third_party/catapult