public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/
Date: Thu, 20 Apr 2023 21:15:37 +0000 (UTC)	[thread overview]
Message-ID: <1682025316.9f44f36895f4bd4ac46b1709c34391e50dabce9b.asturm@gentoo> (raw)

commit:     9f44f36895f4bd4ac46b1709c34391e50dabce9b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 21:03:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 21:15:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f44f368

kde-apps/kio-extras: Add IUSE ios

Upstream commit 1925ae4ebd2a0a1a4106ff08a51ce916b541cf0e

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kio-extras/kio-extras-23.04.0.ebuild       | 8 +++++++-
 kde-apps/kio-extras/kio-extras-23.04.49.9999.ebuild | 8 +++++++-
 kde-apps/kio-extras/kio-extras-9999.ebuild          | 8 +++++++-
 kde-apps/kio-extras/metadata.xml                    | 1 +
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kio-extras/kio-extras-23.04.0.ebuild b/kde-apps/kio-extras/kio-extras-23.04.0.ebuild
index ce87511b81..129dfcade4 100644
--- a/kde-apps/kio-extras/kio-extras-23.04.0.ebuild
+++ b/kde-apps/kio-extras/kio-extras-23.04.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
+IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X"
 
 # requires running Plasma environment
 RESTRICT="test"
@@ -50,6 +50,10 @@ DEPEND="
 		>=kde-frameworks/kactivities-${KFMIN}:5
 		>=kde-frameworks/kactivities-stats-${KFMIN}:5
 	)
+	ios? (
+		app-pda/libimobiledevice:=
+		app-pda/libplist:=
+	)
 	mtp? ( >=media-libs/libmtp-1.1.16:= )
 	nfs? ( net-libs/libtirpc:= )
 	openexr? ( media-libs/openexr:= )
@@ -76,6 +80,8 @@ src_configure() {
 		$(cmake_use_find_package activities KF5Activities)
 		$(cmake_use_find_package activities KF5ActivitiesStats)
 		$(cmake_use_find_package activities Qt5Sql)
+		$(cmake_use_find_package ios IMobileDevice)
+		$(cmake_use_find_package ios PList)
 		$(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/kio-extras-23.04.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-23.04.49.9999.ebuild
index 9147fe7ca9..93591179d0 100644
--- a/kde-apps/kio-extras/kio-extras-23.04.49.9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-23.04.49.9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
+IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X"
 
 # requires running Plasma environment
 RESTRICT="test"
@@ -50,6 +50,10 @@ DEPEND="
 		>=kde-frameworks/kactivities-${KFMIN}:5
 		>=kde-frameworks/kactivities-stats-${KFMIN}:5
 	)
+	ios? (
+		app-pda/libimobiledevice:=
+		app-pda/libplist:=
+	)
 	mtp? ( >=media-libs/libmtp-1.1.16:= )
 	nfs? ( net-libs/libtirpc:= )
 	openexr? ( media-libs/openexr:= )
@@ -76,6 +80,8 @@ src_configure() {
 		$(cmake_use_find_package activities KF5Activities)
 		$(cmake_use_find_package activities KF5ActivitiesStats)
 		$(cmake_use_find_package activities Qt5Sql)
+		$(cmake_use_find_package ios IMobileDevice)
+		$(cmake_use_find_package ios PList)
 		$(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/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild
index 9147fe7ca9..93591179d0 100644
--- a/kde-apps/kio-extras/kio-extras-9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="activities +man mtp nfs openexr phonon samba +sftp taglib X"
+IUSE="activities ios +man mtp nfs openexr phonon samba +sftp taglib X"
 
 # requires running Plasma environment
 RESTRICT="test"
@@ -50,6 +50,10 @@ DEPEND="
 		>=kde-frameworks/kactivities-${KFMIN}:5
 		>=kde-frameworks/kactivities-stats-${KFMIN}:5
 	)
+	ios? (
+		app-pda/libimobiledevice:=
+		app-pda/libplist:=
+	)
 	mtp? ( >=media-libs/libmtp-1.1.16:= )
 	nfs? ( net-libs/libtirpc:= )
 	openexr? ( media-libs/openexr:= )
@@ -76,6 +80,8 @@ src_configure() {
 		$(cmake_use_find_package activities KF5Activities)
 		$(cmake_use_find_package activities KF5ActivitiesStats)
 		$(cmake_use_find_package activities Qt5Sql)
+		$(cmake_use_find_package ios IMobileDevice)
+		$(cmake_use_find_package ios PList)
 		$(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 fe335950e8..1874c376d1 100644
--- a/kde-apps/kio-extras/metadata.xml
+++ b/kde-apps/kio-extras/metadata.xml
@@ -11,6 +11,7 @@
 	</upstream>
 	<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="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>


             reply	other threads:[~2023-04-20 21:15 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 21:15 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 19:12 [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ Andreas Sturmlechner
2025-04-27 21:01 Andreas Sturmlechner
2024-12-19 21:10 Andreas Sturmlechner
2024-12-02 21:52 Andreas Sturmlechner
2024-12-02 21:52 Andreas Sturmlechner
2024-11-12 22:51 Andreas Sturmlechner
2024-08-30 21:31 Andreas Sturmlechner
2024-08-10  7:47 Andreas Sturmlechner
2024-05-17 15:08 Andreas Sturmlechner
2024-04-21 19:42 Andreas Sturmlechner
2024-03-03 15:09 Andreas Sturmlechner
2024-02-25 20:39 Sam James
2024-01-11 22:49 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2023-12-23 16:00 Andreas Sturmlechner
2023-12-22 18:17 Andreas Sturmlechner
2023-12-21 11:46 Andreas Sturmlechner
2023-12-16 15:02 Andreas Sturmlechner
2023-12-16 15:02 Andreas Sturmlechner
2023-12-14 21:24 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2022-11-11 23:18 Andreas Sturmlechner
2022-10-06  9:02 Andreas Sturmlechner
2022-07-14 21:22 Andreas Sturmlechner
2021-12-20 15:10 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2021-01-02 20:46 Andreas Sturmlechner
2020-10-30 13:56 Andreas Sturmlechner
2020-10-23 23:27 Andreas Sturmlechner
2020-05-27 22:27 Andreas Sturmlechner
2020-04-30 16:05 Andreas Sturmlechner
2020-03-23 23:47 Andreas Sturmlechner
2020-03-05 19:23 Andreas Sturmlechner
2020-03-02 22:47 Andreas Sturmlechner
2020-01-02 20:49 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2019-08-30  7:21 Andreas Sturmlechner
2019-03-11 15:05 Andreas Sturmlechner
2019-01-05 15:28 Andreas Sturmlechner
2018-12-10 20:46 Andreas Sturmlechner
2018-11-01 22:08 Andreas Sturmlechner
2018-11-01 22:08 Andreas Sturmlechner
2018-08-29 10:51 Andreas Sturmlechner
2017-12-21 16:47 Andreas Sturmlechner
2017-09-10  9:08 Andreas Sturmlechner
2017-05-06 11:15 Andreas Sturmlechner
2017-03-15 17:26 Andreas Sturmlechner
2017-03-11  9:53 Andreas Sturmlechner
2016-11-19 10:47 Michael Palimaka
2016-11-13 17:48 Michael Palimaka
2016-05-04  9:50 Johannes Huber
2016-04-26  5:39 Johannes Huber
2016-03-15 15:33 Michael Palimaka
2016-03-12 17:42 Michael Palimaka
2016-03-12 16:45 Michael Palimaka
2016-01-29 10:34 Michael Palimaka
2015-09-26 15:45 Michael Palimaka
2015-09-01 16:22 Michael Palimaka
2015-09-01 15:47 Michael Palimaka
2015-08-26  8:24 Johannes Huber
2015-08-01 17:18 Johannes Huber

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=1682025316.9f44f36895f4bd4ac46b1709c34391e50dabce9b.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