git » kdeconnect.git » commit d2f107a

Drop patch that should no longer be needed

author Antonio Rojas
2020-12-10 17:57:09 UTC
committer Antonio Rojas
2020-12-10 17:57:09 UTC
parent 42ad060490c476f8a3cca96315240545e4a2e76e

Drop patch that should no longer be needed

PKGBUILD +3 -9

diff --git a/PKGBUILD b/PKGBUILD
index cb7e24c..7e48f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ groups=(kde-applications kde-network)
 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 <aacid@kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
 
-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 \