summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-28 20:04:26 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-29 05:20:43 +0100
commitaa3c992ed87625269d9ce181b508dc9d1440210f (patch)
tree726f635abb79aa513675d240450f880990e5c863 /libre
parent75d10ae8e0b648c3366edee86d7f207a2441ff47 (diff)
libre/kio: updated to 5.40.0
Diffstat (limited to 'libre')
-rw-r--r--libre/kio/PKGBUILD19
1 files changed, 12 insertions, 7 deletions
diff --git a/libre/kio/PKGBUILD b/libre/kio/PKGBUILD
index 39cea862f..1bee2e502 100644
--- a/libre/kio/PKGBUILD
+++ b/libre/kio/PKGBUILD
@@ -7,27 +7,30 @@
pkgname=kio
pkgver=5.40.0
-pkgrel=1.parabola1
+pkgrel=3.parabola1
arch=(i686 x86_64 armv7h)
pkgdesc="Resource and network access abstraction, without non-privacy search engines"
url="https://community.kde.org/Frameworks"
license=(LGPL)
-makedepends=("extra-cmake-modules>=$pkgver" kdoctools python doxygen qt5-tools)
-depends=(solid kjobwidgets kbookmarks libxslt kwallet desktop-file-utils opengl-driver)
+makedepends=(extra-cmake-modules=$pkgver kdoctools python doxygen qt5-tools)
+depends=(solid kjobwidgets kbookmarks libxslt kwallet desktop-file-utils)
optdepends=('kio-extras: extra protocols support (sftp, fish and more)'
- 'kdoctools: for the help kioslave'
'knetattach: to add new kio-remote entries')
groups=(kf5)
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
"duckduckgo_html.desktop"
- "duckduckgo_lite.desktop")
+ "duckduckgo_lite.desktop"
+ 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'
'31910ab7393e67609f15e04a57f6406f63e6dae58b01bce0787741bc5958f292'
- '40466a9dad7075f2525e9e024720da7d7b49a22892b6fca8b81cc0e6408d2f7d')
+ '40466a9dad7075f2525e9e024720da7d7b49a22892b6fca8b81cc0e6408d2f7d'
+ '12066a895dc95e7892260044ad9e6fdd242b9b24b914f556e8505489926bf1a6'
+ 'ff8de054b53b14c0917689a80245558502a03ef8ac42f187b10180227724d5f4')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
prepare() {
@@ -40,9 +43,11 @@ prepare() {
# Adding DuckDuckGo HTML
cp -v "$srcdir/duckduckgo_html.desktop" src/urifilters/ikws/searchproviders
-
# Adding DuckDuckGo Lite
cp -v "$srcdir/duckduckgo_lite.desktop" src/urifilters/ikws/searchproviders
+
+ patch -p1 -i ../kio-new-folder.patch # Fix creating new folders with Qt 5.9.3
+ patch -p1 -i ../kio-new-folder2.patch
}
build() {