[arch-commits] Commit in kio/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Mar 23 10:17:28 UTC 2021
Date: Tuesday, March 23, 2021 @ 10:17:28
Author: arojas
Revision: 410767
Don't lock files on external drives
Modified:
kio/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-23 08:51:42 UTC (rev 410766)
+++ PKGBUILD 2021-03-23 10:17:28 UTC (rev 410767)
@@ -4,7 +4,7 @@
pkgname=kio
pkgver=5.80.1
-pkgrel=1
+pkgrel=2
pkgdesc='Resource and network access abstraction'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -14,11 +14,17 @@
optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave'
'kio-fuse: to mount remote filesystems via FUSE')
groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ kdebug-434455.patch::"https://invent.kde.org/frameworks/kio/commit/05e10906.patch")
sha256sums=('d971ce61a022f9e4d2d6be9c66917be271d0fb212795a151150e208e64cd5a28'
- 'SKIP')
+ 'SKIP'
+ '993b0ef360e25eff13d1741988dfac8616738fa40229fe61f54d82215209f496')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../kdebug-434455.patch # Don't lock files on external drives
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
More information about the arch-commits
mailing list