[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 30 14:22:47 UTC 2019
Date: Tuesday, April 30, 2019 @ 14:22:46
Author: arojas
Revision: 352314
Restore patch, still not included
Modified:
qt5-base/kde-unstable/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-30 13:46:36 UTC (rev 352313)
+++ PKGBUILD 2019-04-30 14:22:46 UTC (rev 352314)
@@ -5,7 +5,7 @@
pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.13.0-beta3
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=('3076eb13e31d2370c54c6d92e7ed06fbd47d8ade17e9a81c3760394ce5101205')
+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=('3076eb13e31d2370c54c6d92e7ed06fbd47d8ade17e9a81c3760394ce5101205'
+ '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 kitemviews crash
}
build() {
More information about the arch-commits
mailing list