[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 9 22:48:50 UTC 2018


    Date: Friday, November 9, 2018 @ 22:48:49
  Author: arojas
Revision: 338715

Fix for https://bugreports.qt.io/browse/QTBUG-71565

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 22:48:46 UTC (rev 338714)
+++ PKGBUILD	2018-11-09 22:48:49 UTC (rev 338715)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.12.0-beta4
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -15,9 +15,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-         qtwebengine-harmony.patch)
+         qtwebengine-harmony.patch
+         qtbug-71565.patch::"http://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=4d6de2ba")
 sha256sums=('2de94c8518c8409884ed4e921bab0baf0f61aa6147a6156c6e11f9833b615dee'
-            'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+            'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
+            'f879a2ec515a4cceef64c22fcb9962c617f789f4412af203309efdabea917e5b')
 
 prepare() {
   mkdir -p build
@@ -30,6 +32,8 @@
 
   # FreeType 2.8.1
   patch -Np1 -i ../qtwebengine-harmony.patch
+  # https://bugreports.qt.io/browse/QTBUG-71565
+  patch -p1 -i ../qtbug-71565.patch
 }
 
 build() {



More information about the arch-commits mailing list