kio-extras: update to 19.12.0.
This commit is contained in:
parent
2a3c435ed1
commit
bb6228eb65
2 changed files with 4 additions and 26 deletions
|
@ -1,22 +0,0 @@
|
||||||
From d791dbf1aa9c114cb2630fa3bbda3084c69d8ff0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
|
|
||||||
Date: Thu, 21 Nov 2019 19:44:23 +0100
|
|
||||||
Subject: [PATCH] ssh
|
|
||||||
|
|
||||||
|
|
||||||
diff --git sftp/CMakeLists.txt sftp/CMakeLists.txt
|
|
||||||
index 2f134c2..f3b737c 100644
|
|
||||||
--- sftp/CMakeLists.txt
|
|
||||||
+++ sftp/CMakeLists.txt
|
|
||||||
@@ -20,7 +20,7 @@ target_link_libraries(kio_sftp
|
|
||||||
KF5::WidgetsAddons # KMessageBox
|
|
||||||
KF5::I18n
|
|
||||||
Qt5::Network
|
|
||||||
- ${LIBSSH_LIBRARIES})
|
|
||||||
+ ssh)
|
|
||||||
set_target_properties(kio_sftp PROPERTIES OUTPUT_NAME "sftp")
|
|
||||||
|
|
||||||
install(TARGETS kio_sftp DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kio)
|
|
||||||
--
|
|
||||||
2.23.0
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kio-extras'
|
# Template file for 'kio-extras'
|
||||||
pkgname=kio-extras
|
pkgname=kio-extras
|
||||||
version=19.08.3
|
version=19.12.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
|
hostmakedepends="extra-cmake-modules pkg-config gperf qt5-qmake qt5-host-tools
|
||||||
|
@ -14,5 +14,5 @@ short_desc="Additional KIO components"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://cgit.kde.org/kio-extras.git"
|
homepage="https://cgit.kde.org/kio-extras.git"
|
||||||
distfiles="${KDE_SITE}/applications/${version}/src/kio-extras-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/kio-extras-${version}.tar.xz"
|
||||||
checksum=e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f
|
checksum=7943c14a5a095a8d8d3ee868be085ddc59d6a0ec172637c3551e148fadc9ac6c
|
||||||
|
|
Loading…
Reference in a new issue