author | Antonio Rojas
<arojas@archlinux.org> 2019-12-12 13:00:26 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-12-12 13:00:26 UTC |
parent | cb429fff5867997e105c9d25aff540a93cec212e |
PKGBUILD | +8 | -10 |
kio-extras-libssh-0.9.patch | +0 | -14 |
diff --git a/PKGBUILD b/PKGBUILD index aff0ec5..b0bd3c1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,24 +3,23 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio-extras -pkgver=19.08.3 +pkgver=19.12.0 pkgrel=1 pkgdesc="Additional components to increase the functionality of KIO" arch=(x86_64) url='https://www.kde.org/applications/internet/' license=(LGPL) -depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities syntax-highlighting) -makedepends=(extra-cmake-modules kdoctools gperf taglib khtml libappimage) +depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities-stats phonon-qt5 syntax-highlighting) +makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage) optdepends=('qt5-imageformats: thumbnails for additional image formats' 'kimageformats: thumbnails for additional image formats' 'taglib: audio file thumbnails' - 'khtml: man kioslave' 'phonon-qt5: audio file previews' 'libappimage: AppImage thumbnails') + 'phonon-qt5: audio file previews' 'libappimage: AppImage thumbnails') groups=(kde-applications kdenetwork) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} - kio-extras-rpc.patch kio-extras-libssh-0.9.patch) -sha256sums=('e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f' +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} + kio-extras-rpc.patch) +sha256sums=('7943c14a5a095a8d8d3ee868be085ddc59d6a0ec172637c3551e148fadc9ac6c' 'SKIP' - '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895' - 'fae0f9a3a3faa7727a972486ec900ce53d03c9961f018a8821ec0d1cea95b538') + '94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org> @@ -29,7 +28,6 @@ prepare() { cd $pkgname-$pkgver patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27 - patch -p1 -i ../kio-extras-libssh-0.9.patch # fix build with libssh 0.9 } build() { diff --git a/kio-extras-libssh-0.9.patch b/kio-extras-libssh-0.9.patch deleted file mode 100644 index d1520b2..0000000 --- a/kio-extras-libssh-0.9.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/sftp/CMakeLists.txt b/sftp/CMakeLists.txt -index 5e8d2cb1..aa88f054 100644 ---- a/sftp/CMakeLists.txt -+++ b/sftp/CMakeLists.txt -@@ -9,6 +9,9 @@ target_link_libraries(kio_sftp - KF5::I18n - Qt5::Network - ${LIBSSH_LIBRARIES}) -+if(TARGET ssh) # libssh 0.9 -+ target_link_libraries(kio_sftp ssh) -+endif() - set_target_properties(kio_sftp PROPERTIES OUTPUT_NAME "sftp") - - install(TARGETS kio_sftp DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kio)