Skip to content

Commit

Permalink
kde-apps/kio-extras: Add IUSE libproxy
Browse files Browse the repository at this point in the history
Upstream commit 616f8ccf5f6816ae4577ecf875aab6219452a2e6

Pending MR re optional KF6Notifications:
https://invent.kde.org/network/kio-extras/-/merge_requests/391

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 2, 2024
1 parent 2d8d46b commit 735ed29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kde-apps/kio-extras/kio-extras-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:= )
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions kde-apps/kio-extras/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<use>
<flag name="activities">Enable activities KIO worker and fileitem plugin</flag>
<flag name="ios">Enable AFC (Apple File Conduit) KIO worker for iOS devices support</flag>
<flag name="libproxy">Enable support for WPAD problem detection via <pkg>net-libs/libproxy</pkg></flag>
<flag name="man">Enable manpages KIO worker</flag>
<flag name="nfs">Enable NFS support using <pkg>net-libs/libtirpc</pkg></flag>
<flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
Expand Down

0 comments on commit 735ed29

Please sign in to comment.