Date: Thursday, December 10, 2020 @ 17:57:09 Author: arojas Revision: 403711
Drop patch that should no longer be needed Modified: kdeconnect/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-10 17:49:08 UTC (rev 403710) +++ PKGBUILD 2020-12-10 17:57:09 UTC (rev 403711) @@ -4,7 +4,7 @@ pkgname=kdeconnect pkgver=20.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='Adds communication between KDE and your smartphone' url='https://community.kde.org/KDEConnect' arch=(x86_64) @@ -13,18 +13,12 @@ depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools) optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions') -source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig} - kdeconnect-openssh-8.2.patch) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz"{,.sig}) sha256sums=('92339009b2b41337827a6fa22b500a46ca192e6fa4cd493af13f9b9f9ad58d20' - 'SKIP' - '8bcf0d39dfe059af866f48719562dfe7db7fcb0f20ee75d7adda9784fca0ba64') + 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <[email protected]> -prepare() { - patch -d $pkgname-kde-$pkgver -p1 -i ../kdeconnect-openssh-8.2.patch # Fix file browsing with openssh 8.2 -} - build() { cmake -B build -S $pkgname-kde-$pkgver \ -DBUILD_TESTING=OFF \
