From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97E011581F3 for ; Mon, 2 Dec 2024 21:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4E2E07A9; Mon, 2 Dec 2024 21:52:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E7ACE07A9 for ; Mon, 2 Dec 2024 21:52:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C987340C7F for ; Mon, 2 Dec 2024 21:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0180011DE for ; Mon, 2 Dec 2024 21:52:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1733176294.735ed294781f1dd95ca56d5aef50cda044a20a9c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild kde-apps/kio-extras/metadata.xml X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 735ed294781f1dd95ca56d5aef50cda044a20a9c X-VCS-Branch: master Date: Mon, 2 Dec 2024 21:52:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bff115d9-701a-4ba7-af32-09691783e9ed X-Archives-Hash: a23ad79f2c0371f93ea29fdc89ff273c commit: 735ed294781f1dd95ca56d5aef50cda044a20a9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 21:46:36 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 2 21:51:34 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=735ed294 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 gentoo.org> 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 7f62137dfb..f66a909676 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 48490c08ac..14a96cf411 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