From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/
Date: Tue, 13 Nov 2018 21:30:59 +0000 (UTC) [thread overview]
Message-ID: <1542144642.d1fffc23873a520b7bf31cb50ba92cc49c711eb2.asturm@gentoo> (raw)
commit: d1fffc23873a520b7bf31cb50ba92cc49c711eb2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 21:22:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 21:30:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fffc23
kde-apps/kio-extras: Backport sftp level 18.11.80
Current stable version net-libs/libssh-0.8.4 does not bode well for kio-extras.
Backport massive sftp fixes from Applications/18.12 branch (atm in depfreeze).
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 1 +
| 80 ++++++++++++++++++++++++
2 files changed, 81 insertions(+)
--git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest
index c862cf70349..f7556bb1636 100644
--- a/kde-apps/kio-extras/Manifest
+++ b/kde-apps/kio-extras/Manifest
@@ -1,2 +1,3 @@
DIST kio-extras-18.04.3.tar.xz 549840 BLAKE2B 7bb03f01fff6930d5b7bc4cdd01e960239d55ede4feb4eeb131db75515763cf924b288811cd99a5d89a79059f2cd5241e872b990799c758431f13f1440eef424 SHA512 49ab5ad8d74831a9ef1636e46abc76d66d3ef7d9e8f1ce793eb8d5c37f9e7ee4205c9643339f5c46657d4f537572e3f8a180ebace8599a1dfcbf8d27470b2f0b
+DIST kio-extras-18.08.3-sftp-18.11.80.patch.tar.xz 31376 BLAKE2B d4b44ec4c76309737a417d6bc930c360a0078f743cca96b1b12f164916e0596e0d29bf5d379e1896ffbea94962f2eb61d2b02b8f21000d3bfd75efe0fd55faa2 SHA512 15b43c2b73189db72e7d5b84eee5727ead49482d3d454591d5338b5dee876c751fad16fa76f3697b8ec2070d2bc2f89eec05e6de1ee402272d65aafe4464990c
DIST kio-extras-18.08.3.tar.xz 552044 BLAKE2B 22f6662a1c45ab80f217c9f2611f0ca33500897c31d8cb8d29949a00500301f1f72219baf17ab73011037e4e1c9cd85d5247692361dcf0ccbf5aed1d829ab922 SHA512 f79ab19abedd47baeffea4b1e99acc21611c9d435f0de14751594c97c373eaa493da07fd5d754b1f62f696e4f445b493861566845794d6d32e63e0354189d726
--git a/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
new file mode 100644
index 00000000000..063449796af
--- /dev/null
+++ b/kde-apps/kio-extras/kio-extras-18.08.3-r1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
+HOMEPAGE="https://cgit.kde.org/kio-extras.git"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-sftp-18.11.80.patch.tar.xz"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="activities +man mtp openexr phonon samba +sftp taglib"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep karchive 'bzip2,lzma')
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdnssd)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kpty)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ activities? (
+ $(add_frameworks_dep kactivities)
+ $(add_qt_dep qtsql)
+ )
+ man? ( $(add_frameworks_dep khtml) )
+ mtp? ( >=media-libs/libmtp-1.1.16:= )
+ openexr? ( media-libs/openexr:= )
+ phonon? ( media-libs/phonon[qt5(+)] )
+ samba? ( net-fs/samba[client] )
+ sftp? ( net-libs/libssh:=[sftp] )
+ taglib? ( >=media-libs/taglib-1.11.1 )
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kded)
+"
+DEPEND="${COMMON_DEPEND}
+ x11-misc/shared-mime-info
+ man? ( dev-util/gperf )
+"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+PATCHES=( "${WORKDIR}/${P}-sftp-18.11.80.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON
+ $(cmake-utils_use_find_package activities KF5Activities)
+ $(cmake-utils_use_find_package man Gperf)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
+ $(cmake-utils_use_find_package phonon Phonon4Qt5)
+ $(cmake-utils_use_find_package samba Samba)
+ $(cmake-utils_use_find_package sftp libssh)
+ $(cmake-utils_use_find_package taglib Taglib)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2018-11-13 21:31 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-13 21:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-27 21:21 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/ Andreas Sturmlechner
2025-01-10 9:54 WANG Xuerui
2025-01-03 20:31 Andreas Sturmlechner
2024-08-30 18:11 Andreas Sturmlechner
2024-08-30 18:11 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2024-05-30 19:50 Andreas Sturmlechner
2024-05-28 2:10 Sam James
2024-05-27 23:47 Sam James
2024-05-20 11:39 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2023-12-20 15:11 Andreas Sturmlechner
2022-10-06 9:07 Andreas Sturmlechner
2022-07-16 18:23 Andreas Sturmlechner
2021-12-20 15:20 Andreas Sturmlechner
2021-11-15 9:28 Andreas Sturmlechner
2021-11-15 4:31 Sam James
2021-11-07 21:37 Sam James
2021-11-07 16:55 Jakov Smolić
2021-10-20 13:53 Andreas Sturmlechner
2021-08-18 0:35 Yixun Lan
2021-07-21 21:57 Marek Szuba
2021-07-17 0:07 Andreas Sturmlechner
2021-07-17 0:07 Andreas Sturmlechner
2021-06-05 10:57 Mikle Kolyada
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-05-30 11:37 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-09 11:16 Sam James
2020-05-30 11:20 Andreas Sturmlechner
2020-05-13 0:45 Andreas Sturmlechner
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-05-11 6:23 Mart Raudsepp
2020-05-10 15:59 Andreas Sturmlechner
2020-05-06 1:01 Thomas Deutschmann
2020-05-01 8:40 Mart Raudsepp
2020-04-30 15:10 Andreas Sturmlechner
2020-03-23 19:54 Andreas Sturmlechner
2019-07-29 15:53 Aaron Bauman
2019-05-28 2:35 Aaron Bauman
2018-12-01 17:00 Mikle Kolyada
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 7:18 Michael Palimaka
2018-05-24 13:10 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-06-14 19:32 Johannes Huber
2017-03-15 17:23 Andreas Sturmlechner
2017-03-15 17:23 Andreas Sturmlechner
2017-03-15 17:23 Andreas Sturmlechner
2016-12-10 8:41 Johannes Huber
2016-06-02 14:47 Michael Palimaka
2016-03-28 18:48 Johannes Huber
2016-03-28 18:34 Johannes Huber
2016-03-12 17:44 Michael Palimaka
2016-03-12 17:40 Michael Palimaka
2016-01-08 15:43 Alexey Shvetsov
2015-09-26 15:56 Michael Palimaka
2015-09-01 16:23 Michael Palimaka
2015-09-01 16:18 Michael Palimaka
2015-08-25 14:57 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1542144642.d1fffc23873a520b7bf31cb50ba92cc49c711eb2.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox