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

Antonio Rojas arojas at archlinux.org
Tue Jul 5 17:38:35 UTC 2016


    Date: Tuesday, July 5, 2016 @ 17:38:34
  Author: arojas
Revision: 271045

Fix crash in Discover (KDEBUG#364896)

Modified:
  knewstuff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 17:29:29 UTC (rev 271044)
+++ PKGBUILD	2016-07-05 17:38:34 UTC (rev 271045)
@@ -4,7 +4,7 @@
 
 pkgname=knewstuff
 pkgver=5.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for downloading application assets from the network'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 depends=('kio')
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2ac172c3af820c701e8e144e7f9d35db')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kdebug-364896.patch::"https://quickgit.kde.org/?p=knewstuff.git&a=commitdiff&h=fc2e7f58&o=plain")
+md5sums=('2ac172c3af820c701e8e144e7f9d35db'
+         'a8fbc7f6e60f5d3de3e88641d889f138')
 
 prepare() {
   mkdir -p build
+
+# Fix crash in Discover http://bugs.kde.org/show_bug.cgi?id=364896
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364896.patch
 }
 
 build() {



More information about the arch-commits mailing list