summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-04 19:29:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-04 20:44:18 -0300
commit333450281364936614d880b3ad33779eee2c0b02 (patch)
tree3045ec63a8b7ec7af5f5a87ebcf9b079aa04364c
parenteb0447eb3314842739e49b77f95af4b20b7c4221 (diff)
kio-5.25.0-2.parabola1: fix pasting files to SMB/MTP - FS#50641 -> https://bugs.archlinux.org/task/50641
-rw-r--r--libre/kio/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/libre/kio/PKGBUILD b/libre/kio/PKGBUILD
index 09d1302aa..d7b8e9e3e 100644
--- a/libre/kio/PKGBUILD
+++ b/libre/kio/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 273723 2016-08-14 15:49:45Z felixonmars $
+# $Id: PKGBUILD 275721 2016-09-03 17:37:23Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kio
pkgver=5.25.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc='Resource and network access abstraction, without non-privacy search engines'
arch=('i686' 'x86_64')
url='https://community.kde.org/Frameworks'
@@ -15,9 +15,11 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python')
optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
groups=('kf5')
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+ kdebug-366795.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=fcbfb61a&o=plain"
'duckduckgo_html.desktop'
'duckduckgo_lite.desktop')
md5sums=('0077d90029c34f734fb661912f2213d1'
+ 'f8fcb4c3de5d3f1f2a9a2fc30bed6965'
'59462f450ae72354ab3ca188710e2330'
'1ca9884d8dc89c5713a1f42033775bcd')
@@ -34,6 +36,9 @@ prepare() {
# Adding DuckDuckGo Lite
cp -v "${srcdir}"/duckduckgo_lite.desktop src/urifilters/ikws/searchproviders
+
+ # Fix pasting files in SMB/MTP paths http://bugs.kde.org/show_bug.cgi?id=366795
+ patch -p1 -i "${srcdir}"/kdebug-366795.patch
}
build() {