[arch-commits] Commit in qt5-tools/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 2 07:45:08 UTC 2020


    Date: Tuesday, June 2, 2020 @ 07:45:07
  Author: arojas
Revision: 388058

Fix build with qtwebkit

Modified:
  qt5-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 07:43:32 UTC (rev 388057)
+++ PKGBUILD	2020-06-02 07:45:07 UTC (rev 388058)
@@ -4,27 +4,32 @@
 pkgname=qt5-tools
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
 depends=('qt5-base' 'hicolor-icon-theme')
-makedepends=('qt5-declarative' 'vulkan-headers' 'clang') # 'qt5-webkit'
+makedepends=('qt5-declarative' 'vulkan-headers' 'clang' 'qt5-webkit')
 optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        {assistant,designer,linguist,qdbusviewer}.desktop)
+        {assistant,designer,linguist,qdbusviewer}.desktop
+        qt5-tools-qtwebkit.patch::"https://code.qt.io/cgit/qt/qttools.git/patch/?id=3c30956e")
 sha256sums=('ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437'
             '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
             '92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
             '15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
-            'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
+            'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db'
+            'bf0622d469781be2e059ae4e7fee7cbb7cc6f3b042b8fa2081e639f52d5a6696')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qt5-tools-qtwebkit.patch # Fix build with QtWebkit
 }
 
 build() {



More information about the arch-commits mailing list