[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 7 22:39:43 UTC 2020
Date: Tuesday, April 7, 2020 @ 22:39:42
Author: arojas
Revision: 379778
Fix crash when closing tabs in Falkon
Modified:
qt5-webengine/kde-unstable/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 22:36:52 UTC (rev 379777)
+++ PKGBUILD 2020-04-07 22:39:42 UTC (rev 379778)
@@ -4,7 +4,7 @@
pkgname=qt5-webengine
_qtver=5.15.0-beta3
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://www.qt.io'
license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -14,11 +14,16 @@
makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5a6ebee3c679e28f8db43c31c01daef9c9d8b8b68d25d29fc66177e7c11b7bf8')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+ qtbug-82999.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=98bbdd33")
+sha256sums=('5a6ebee3c679e28f8db43c31c01daef9c9d8b8b68d25d29fc66177e7c11b7bf8'
+ 'e830b79102a6911caaf9a35efb96341333b36e5f58ef930582ceaedf6ee452bc')
prepare() {
mkdir -p build
+
+ cd $_pkgfqn
+ patch -p1 -i ../qtbug-82999.patch # Fix crash when closing tabs in Falkon
}
build() {
More information about the arch-commits
mailing list