[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 25 10:59:34 UTC 2016


    Date: Thursday, February 25, 2016 @ 11:59:34
  Author: arojas
Revision: 260247

Fix Plasma taskbar crash (KDEBUG#357895)

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 08:50:06 UTC (rev 260246)
+++ PKGBUILD	2016-02-25 10:59:34 UTC (rev 260247)
@@ -4,7 +4,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'
@@ -13,9 +13,11 @@
 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
@@ -23,6 +25,8 @@
   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() {



More information about the arch-commits mailing list