git » plasma-framework.git » commit c0f4782

Fix Plasma taskbar crash (KDEBUG#357895)

author Antonio Rojas
2016-02-25 10:59:34 UTC
committer Antonio Rojas
2016-02-25 10:59:34 UTC
parent 6f7f4a2664946b1b5648efb2c39bac46e6f97407

Fix Plasma taskbar crash (KDEBUG#357895)

PKGBUILD +7 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8037e79..a5c5fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=plasma-framework
 pkgver=5.19.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/plasma-framework'
@@ -12,9 +12,11 @@ depends=('qt5-quickcontrols' 'kactivities')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-	bug359388.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=525bf2d3&o=plain")
+	bug359388.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=525bf2d3&o=plain"
+	bug357895.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=1e196fdf&o=plain")
 md5sums=('dbb2096267291d4a36482575c00a3c58'
-         'e721f2e101d2dc368c714dacb73dffc4')
+         'e721f2e101d2dc368c714dacb73dffc4'
+         '100d14e455603711aae0ec42eb3cd729')
 
 prepare() {
   mkdir -p build
@@ -22,6 +24,8 @@ prepare() {
   cd $pkgname-$pkgver
 # Fix missing sni-qt tray icons http://bugs.kde.org/show_bug.cgi?id=359388
   patch -p1 -i ../bug359388.patch
+# Fix Plasma taskbar crash http://bugs.kde.org/show_bug.cgi?id=357895
+  patch -p1 -i ../bug357895.patch
 }
 
 build() {