mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
kio-extras: update to 19.08.3.
This commit is contained in:
parent
f696a5c66b
commit
a0037cc8bb
2 changed files with 26 additions and 8 deletions
22
srcpkgs/kio-extras/patches/libssh.patch
Normal file
22
srcpkgs/kio-extras/patches/libssh.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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,13 +1,13 @@
|
||||||
# Template file for 'kio-extras'
|
# Template file for 'kio-extras'
|
||||||
pkgname=kio-extras
|
pkgname=kio-extras
|
||||||
version=19.08.2
|
version=19.08.3
|
||||||
revision=1
|
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
|
||||||
python kdoctools kcoreaddons kio"
|
kdoctools kcoreaddons kio"
|
||||||
makedepends="kdesignerplugin-devel kactivities5-devel kdelibs4support-devel
|
makedepends="kdesignerplugin-devel kactivities5-devel kdelibs4support-devel
|
||||||
kdnssd-devel khtml-devel kpty-devel exiv2-devel libmtp-devel
|
kdnssd-devel khtml-devel kpty-devel exiv2-devel libmtp-devel libssh-devel
|
||||||
syntax-highlighting-devel libopenexr-devel samba-devel taglib-devel
|
syntax-highlighting-devel libopenexr-devel samba-devel taglib-devel
|
||||||
ksolid-devel"
|
ksolid-devel"
|
||||||
short_desc="Additional KIO components"
|
short_desc="Additional KIO components"
|
||||||
|
@ -15,8 +15,4 @@ 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}/applications/${version}/src/kio-extras-${version}.tar.xz"
|
||||||
checksum=a0b8f08ab8f9d36cfdc950470f75726e90e9fba159bc2035931cfa6efbfe4394
|
checksum=e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
makedepends+=" libssh-devel"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue