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

Antonio Rojas arojas at archlinux.org
Mon Dec 21 19:27:48 UTC 2015


    Date: Monday, December 21, 2015 @ 20:27:48
  Author: arojas
Revision: 257093

Fix crash (FS#47475)

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-21 19:15:52 UTC (rev 257092)
+++ PKGBUILD	2015-12-21 19:27:48 UTC (rev 257093)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 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,11 +12,17 @@
 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")
-md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+        fix-crash.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=bca8e8&o=plain")
+md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa'
+         '568e37898934ab113850084f2a515007')
 
 prepare() {
   mkdir -p build
+
+# Fix crash http://bugs.kde.org/show_bug.cgi?id=356428
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-crash.patch
 }
 
 build() {



More information about the arch-commits mailing list