author | Antonio Rojas
<arojas@archlinux.org> 2020-05-15 13:51:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-05-15 13:51:50 UTC |
parent | 889ab02a0fdf6820bbaa482dbfed22e09516dca6 |
PKGBUILD | +8 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 9a264cb..00e000c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kio pkgver=5.70.0 -pkgrel=2 +pkgrel=3 pkgdesc='Resource and network access abstraction' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -14,13 +14,18 @@ makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc) optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave' 'knetattach: to add new kio-remote entries' '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-421374.patch::"https://cgit.kde.org/kio.git/patch/?id=6452a34c") sha256sums=('0a99acc697f07eb3c27176c26f8904cb409628bfca46e2a1b0633cdcf84e4ce8' - 'SKIP') + 'SKIP' + 'a9ad7092aeb8d166c4f179e099a19b61b0e8f8b803aff89c4757216a0c577e61') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { mkdir -p build + + cd $pkgname-$pkgver + patch -p1 -i ../kdebug-421374.patch # Fix running terminal programs from desktop files } build() {