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-frameworks/solid/
Date: Thu, 15 Oct 2020 22:14:53 +0000 (UTC)	[thread overview]
Message-ID: <1602793755.5e884fc6ea8df7a55189cb757881f077101ac206.asturm@gentoo> (raw)

commit:     5e884fc6ea8df7a55189cb757881f077101ac206
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 20:29:15 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 20:29:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e884fc6

kde-frameworks/solid: Add IUSE="ios" for iOS device support

Upstream commit 115d322b0fa062787b0dfe368a24c80f614eb092

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/solid/solid-9999.ebuild | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/solid/solid-9999.ebuild b/kde-frameworks/solid/solid-9999.ebuild
index e35db6e29d..2cb1991d1d 100644
--- a/kde-frameworks/solid/solid-9999.ebuild
+++ b/kde-frameworks/solid/solid-9999.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org optfeature
 DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management"
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
-IUSE="nls"
+IUSE="ios nls"
 
 BDEPEND="
 	sys-devel/bison
@@ -24,11 +24,23 @@ RDEPEND="
 	>=dev-qt/qtxml-${QTMIN}:5
 	sys-fs/udisks:2
 	virtual/libudev:=
+	ios? (
+		app-pda/libimobiledevice:=
+		app-pda/libplist:=
+	)
 "
 DEPEND="${RDEPEND}
 	test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
 "
 
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package ios IMobileDevice)
+		$(cmake_use_find_package ios PList)
+	)
+	ecm_src_configure
+}
+
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
 		elog "Optional dependencies:"


             reply	other threads:[~2020-10-15 22:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 22:14 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-23 17:33 [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/ Andreas Sturmlechner
2024-12-14 21:37 Andreas Sturmlechner
2024-01-11 23:19 Andreas Sturmlechner
2024-01-11 23:19 Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2022-11-16 21:07 Andreas Sturmlechner
2022-10-02 22:17 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-06-28 17:56 Andreas Sturmlechner
2019-12-15 15:45 Andreas Sturmlechner
2019-06-10 10:34 Michael Palimaka
2019-04-21 18:47 Andreas Sturmlechner
2019-04-07 12:54 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner
2018-08-18 20:51 Andreas Sturmlechner
2015-11-10 22:22 Manuel Rüger
2015-08-28 15:15 Michael Palimaka
2015-07-01 15:31 Michael Palimaka
2014-05-06 15:47 Michael Palimaka
2014-05-05 15:13 Michael Palimaka
2014-04-24 16:37 Johannes Huber
2014-04-16 19:48 Michael Palimaka
2014-03-19 11:55 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=1602793755.5e884fc6ea8df7a55189cb757881f077101ac206.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