git » kio.git » commit 5f01964

More Qt 5.9.3 fixes

author Antonio Rojas
2017-11-28 12:10:38 UTC
committer Antonio Rojas
2017-11-28 12:10:38 UTC
parent 87cd6d67184d3817ad0bd6c0940aa13a27c8c3c3

More Qt 5.9.3 fixes

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4abb369..f6b03fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=kio
 pkgver=5.40.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Resource and network access abstraction'
 arch=('x86_64')
 url='https://community.kde.org/Frameworks'
@@ -14,10 +14,12 @@ optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctoo
             'knetattach: to add new kio-remote entries')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kio-new-folder.patch::"https://cgit.kde.org/kio.git/patch/?id=2353119a")
+        kio-new-folder.patch::"https://cgit.kde.org/kio.git/patch/?id=2353119a"
+        kio-new-folder2.patch::"https://cgit.kde.org/kio.git/patch/?id=298c0e73")
 sha256sums=('30ea0b231b995faaf4283b9c9ecfaffb589268f5d7b5b805f69ed95601ac389b'
             'SKIP'
-            '12066a895dc95e7892260044ad9e6fdd242b9b24b914f556e8505489926bf1a6')
+            '12066a895dc95e7892260044ad9e6fdd242b9b24b914f556e8505489926bf1a6'
+            'ff8de054b53b14c0917689a80245558502a03ef8ac42f187b10180227724d5f4')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
@@ -25,6 +27,7 @@ prepare() {
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-new-folder.patch # Fix creating new folders with Qt 5.9.3
+  patch -p1 -i ../kio-new-folder2.patch
 }
 
 build() {