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

Antonio Rojas arojas at archlinux.org
Wed Oct 17 11:00:28 UTC 2018


    Date: Wednesday, October 17, 2018 @ 11:00:28
  Author: arojas
Revision: 336799

Fix kio-smb crash

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 08:53:52 UTC (rev 336798)
+++ PKGBUILD	2018-10-17 11:00:28 UTC (rev 336799)
@@ -4,7 +4,7 @@
 
 pkgname=kio-extras
 pkgver=18.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'
@@ -16,10 +16,12 @@
             'khtml: man kioslave' 'phonon-qt5: audio file previews')
 groups=(kde-applications kdenetwork)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        kio-extras-rpc.patch)
+        kio-extras-rpc.patch
+        kio-smb-crash.patch::"https://cgit.kde.org/kio-extras.git/patch/?id=767415da")
 sha256sums=('25e89675d9036bc0740f91e44c0a912e9a06247753ab5081740f67e3616044b3'
             'SKIP'
-            '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
+            '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895'
+            'b75d19207d21ba225c41c2769d5d26dce42aac4ba81a32e8355dee485c2fcd1c')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
@@ -28,6 +30,7 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
+  patch -p1 -i ../kio-smb-crash.patch # fix SMB crash
 }
 
 build() {



More information about the arch-commits mailing list