Date: Wednesday, June 12, 2019 @ 10:43:44
  Author: arojas
Revision: 355917

Fix kwin build

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-12 08:36:04 UTC (rev 355916)
+++ PKGBUILD    2019-06-12 10:43:44 UTC (rev 355917)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.0-rc2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,12 +26,16 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('21619fa2259f96558684400e1a23a17e3463d227347cac3e47151e7f75b1f579')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+        
qtbug-76244.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=90aefe08";)
+sha256sums=('21619fa2259f96558684400e1a23a17e3463d227347cac3e47151e7f75b1f579'
+            '9a59f4485b964509b004785a0345419443a1e400c32fb85d09af84d1e8638add')
 
 prepare() {
   cd ${_pkgfqn}
 
+  patch -p1 -i ../qtbug-76244.patch # Fix build of kwin
+
   # Build qmake using Arch {C,LD}FLAGS
   # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
   sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \

Reply via email to