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

Antonio Rojas arojas at archlinux.org
Thu Apr 25 10:38:26 UTC 2019


    Date: Thursday, April 25, 2019 @ 10:38:25
  Author: arojas
Revision: 352116

Fix kitemviews crash (FS#62441)

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 08:50:42 UTC (rev 352115)
+++ PKGBUILD	2019-04-25 10:38:25 UTC (rev 352116)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,8 +26,10 @@
 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=('55a592491b0a7a94ca4c7d5fc69ee96614502ec88b69da9514a9fd2ff87a8e2c')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        kdebug-405837.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/src/widgets/itemviews?id=ed66c932")
+sha256sums=('55a592491b0a7a94ca4c7d5fc69ee96614502ec88b69da9514a9fd2ff87a8e2c'
+            '4e7bf7e5298fc49643ae7900982577dab5c1400c3592938daa24e05de38656b5')
 
 prepare() {
   cd ${_pkgfqn}
@@ -38,6 +40,8 @@
     mkspecs/common/gcc-base.conf
   sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
     mkspecs/common/g++-unix.conf
+
+  patch -p1 -i ../kdebug-405837.patch # Fix kitemmodels crash
 }
 
 build() {



More information about the arch-commits mailing list