From 333450281364936614d880b3ad33779eee2c0b02 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 4 Sep 2016 19:29:06 -0300 Subject: kio-5.25.0-2.parabola1: fix pasting files to SMB/MTP - FS#50641 -> https://bugs.archlinux.org/task/50641 --- libre/kio/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libre/kio/PKGBUILD') 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 # Contributor (Arch): Andrea Scarpino # Maintainer: André Silva 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() { -- cgit v1.2.3