[arch-commits] Commit in qt5-base/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Feb 9 07:47:05 UTC 2017
Date: Thursday, February 9, 2017 @ 07:47:04
Author: arojas
Revision: 288276
Backport some fixes for Plasma taskbar crashes (FS#52907)
Modified:
qt5-base/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-09 02:42:07 UTC (rev 288275)
+++ PKGBUILD 2017-02-09 07:47:04 UTC (rev 288276)
@@ -5,7 +5,7 @@
pkgname=qt5-base
_qtver=5.8.0
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,9 +26,15 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
- qt5-base-journald.patch::"https://github.com/qt/qtbase/commit/0c8f3229.patch")
+ qt5-base-journald.patch::"https://github.com/qt/qtbase/commit/0c8f3229.patch"
+ plasma-crash-1.patch::https://github.com/qt/qtbase/commit/3bd0fd8f.patch
+ plasma-crash-2.patch::https://github.com/qt/qtbase/commit/0874861b.patch
+ plasma-crash-3.patch::https://github.com/qt/qtbase/commit/baad82d2.patch)
md5sums=('6e1f7f6fb6333eb66e563b175c4e87e9'
- '160fde81fe882c4241f04634f53691ad')
+ '160fde81fe882c4241f04634f53691ad'
+ '078d8a051c06abf28451fd2cdb7f19ce'
+ '92daaa3ebd7cf10ee725b963e44c95a7'
+ '76ab122615f1ba2d68c83477f82e389e')
prepare() {
cd ${_pkgfqn}
@@ -46,6 +52,11 @@
# Fix logging to systemd journal
patch -p1 -i ../qt5-base-journald.patch
+
+ # Fix some Plasma taskbar crashes https://bugs.kde.org/show_bug.cgi?id=342763
+ patch -p1 -i ../plasma-crash-1.patch
+ patch -p1 -i ../plasma-crash-2.patch
+ patch -p1 -i ../plasma-crash-3.patch
}
build() {
More information about the arch-commits
mailing list