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

Antonio Rojas arojas at archlinux.org
Sun Jan 10 18:38:29 UTC 2016


    Date: Sunday, January 10, 2016 @ 19:38:29
  Author: arojas
Revision: 257936

Fix crash in systemsettings (KDEBUG#355711)

Modified:
  kparts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-10 16:52:18 UTC (rev 257935)
+++ PKGBUILD	2016-01-10 18:38:29 UTC (rev 257936)
@@ -4,7 +4,7 @@
 
 pkgname=kparts
 pkgver=5.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Document centric plugin system'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kparts'
@@ -12,11 +12,17 @@
 depends=('kio')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('4d465788cbc34707a64bdebd9aa978bf')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+	bug355711.patch::"https://quickgit.kde.org/?p=kparts.git&a=commitdiff&h=5ac5df&o=plain")
+md5sums=('4d465788cbc34707a64bdebd9aa978bf'
+         '13ed942a61ad7a4198e61fa290e3fd81')
 
 prepare() {
   mkdir -p build
+
+# Fix crash in systemsettings http://bugs.kde.org/show_bug.cgi?id=355711
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug355711.patch
 }
 
 build() {



More information about the arch-commits mailing list