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

Antonio Rojas arojas at archlinux.org
Tue Apr 30 13:24:59 UTC 2019


    Date: Tuesday, April 30, 2019 @ 13:24:58
  Author: arojas
Revision: 352308

Restore patch, still not included

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-30 12:45:34 UTC (rev 352307)
+++ PKGBUILD	2019-04-30 13:24:58 UTC (rev 352308)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.13.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -14,8 +14,10 @@
 makedepends=('python2' 'git' '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=('e40e48e11f41a6ce5ba3b1c09ac120a6f488825854821640c8258a4d406d23ea')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        qtwebengine-pdf.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=395e61ff")
+sha256sums=('e40e48e11f41a6ce5ba3b1c09ac120a6f488825854821640c8258a4d406d23ea'
+            '68b9920539409dd3ab0001db6e7f742a2e531e6fb2ba1d4ec82be9b7a761e59e')
 
 prepare() {
   mkdir -p build
@@ -23,6 +25,9 @@
   # Hack to force using python2
   mkdir -p bin
   ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+  patch -Np1 -i ../qtwebengine-pdf.patch # Fix PDF extension
 }
 
 build() {



More information about the arch-commits mailing list