From 735ed294781f1dd95ca56d5aef50cda044a20a9c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 2 Dec 2024 22:46:36 +0100 Subject: [PATCH] kde-apps/kio-extras: Add IUSE libproxy Upstream commit 616f8ccf5f6816ae4577ecf875aab6219452a2e6 Pending MR re optional KF6Notifications: https://invent.kde.org/network/kio-extras/-/merge_requests/391 Signed-off-by: Andreas Sturmlechner --- kde-apps/kio-extras/kio-extras-9999.ebuild | 7 ++++++- kde-apps/kio-extras/metadata.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 7f62137dfba..f66a909676e 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras" LICENSE="GPL-2" # TODO: CHECK SLOT="6" KEYWORDS="" -IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X" +IUSE="activities ios +man mtp nfs +libproxy openexr phonon samba +sftp taglib X" # requires running Plasma environment RESTRICT="test" @@ -52,6 +52,10 @@ DEPEND=" app-pda/libimobiledevice:= app-pda/libplist:= ) + libproxy? ( + >=kde-frameworks/knotifications-${KFMIN}:6 + net-libs/libproxy + ) mtp? ( >=media-libs/libmtp-1.1.16:= ) nfs? ( net-libs/libtirpc:= ) openexr? ( media-libs/openexr:= ) @@ -82,6 +86,7 @@ src_configure() { -DBUILD_ACTIVITIES=$(usex activities) $(cmake_use_find_package ios IMobileDevice) $(cmake_use_find_package ios PList) + -DWITH_LIBPROXY=$(usex libproxy) $(cmake_use_find_package man Gperf) $(cmake_use_find_package mtp Libmtp) $(cmake_use_find_package nfs TIRPC) diff --git a/kde-apps/kio-extras/metadata.xml b/kde-apps/kio-extras/metadata.xml index 48490c08acd..14a96cf4117 100644 --- a/kde-apps/kio-extras/metadata.xml +++ b/kde-apps/kio-extras/metadata.xml @@ -13,6 +13,7 @@ Enable activities KIO worker and fileitem plugin Enable AFC (Apple File Conduit) KIO worker for iOS devices support + Enable support for WPAD problem detection via net-libs/libproxy Enable manpages KIO worker Enable NFS support using net-libs/libtirpc Enable file audio preview plugin using media-libs/phonon