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

Antonio Rojas arojas at archlinux.org
Sun Mar 20 00:16:53 UTC 2016


    Date: Sunday, March 20, 2016 @ 01:16:53
  Author: arojas
Revision: 262107

Fix crash in rename dialog (KDEBUG#360488)

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 00:15:23 UTC (rev 262106)
+++ PKGBUILD	2016-03-20 00:16:53 UTC (rev 262107)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kio'
@@ -15,13 +15,17 @@
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
 install=kio.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('f700e4089783d2420406b5024fef9f65')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+	kdebug-360488.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=bf37e9aa&o=plain")
+md5sums=('f700e4089783d2420406b5024fef9f65'
+         '6e6f61fab93c7460673c6280bc215c0a')
 
 prepare() {
   mkdir -p build
 
   cd $pkgname-$pkgver
+# Fix crash in rename dialog http://bugs.kde.org/show_bug.cgi?id=360488
+  patch -p1 -i ../kdebug-360488.patch 
 }
 
 build() {



More information about the arch-commits mailing list