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

Antonio Rojas arojas at archlinux.org
Mon Jan 2 21:07:07 UTC 2017


    Date: Monday, January 2, 2017 @ 21:07:06
  Author: arojas
Revision: 285225

Fix build

Modified:
  qt5-webkit/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 20:29:32 UTC (rev 285224)
+++ PKGBUILD	2017-01-02 21:07:06 UTC (rev 285225)
@@ -16,17 +16,21 @@
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/community_releases/${pkgver%.*}/${_qtver}/qtwebkit-opensource-src-${_qtver}.tar.xz")
-md5sums=('0d65d15c20d62e0a095d3ad8553b2905')
+source=("http://download.qt.io/community_releases/${pkgver%.*}/${_qtver}/qtwebkit-opensource-src-${_qtver}.tar.xz" qt5-webkit-5.8.patch)
+md5sums=('0d65d15c20d62e0a095d3ad8553b2905'
+         '7aee65743e66fb29ee4835e6c600b1ad')
 
 prepare() {
   mkdir -p build
+
+# Fix build
+  cd $_pkgfqn
+  patch -p1 -i ../qt5-webkit-5.8.patch
 }
 
 build() {
   cd build  
 
-  export PATH="${srcdir}/bin:$PATH"
   qmake ../${_pkgfqn}
   make
   make docs



More information about the arch-commits mailing list