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-misc/kdeconnect/
Date: Sat,  9 Mar 2019 21:10:25 +0000 (UTC)	[thread overview]
Message-ID: <1552165501.9ff79696d96eb53c7c5b892cfd33fffe5c222dc9.asturm@gentoo> (raw)

commit:     9ff79696d96eb53c7c5b892cfd33fffe5c222dc9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 20:28:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 21:05:01 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ff79696

kde-misc/kdeconnect: Fix dependencies

Upstream commits:
8a9c95dde96bcb427b68ddd515ccca9808d7396f
3f9b43c2084ff26d12aaa3fa956d181e5aea02c2
4a4e8216aa684b10959041b6891da7b798c98e5b
fcffc105918ccdb89638a71203f7688c4e75c664
3a57d45f2bff83583bec1a86eaf7e61b458355f0

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

 kde-misc/kdeconnect/kdeconnect-9999.ebuild | 15 ++++++++++++---
 kde-misc/kdeconnect/metadata.xml           |  3 +++
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
index 11a52f7af6..3ea46f0e5a 100644
--- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
+KDE_HANDBOOK="optional"
 KDE_TEST="true"
 KMNAME="${PN}-kde"
 KDE_SELINUX_MODULE="${PN}"
@@ -17,7 +17,7 @@ fi
 DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
 HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
 LICENSE="GPL-2+"
-IUSE="app bluetooth mousepad sms wayland"
+IUSE="app bluetooth kde mousepad phonon pulseaudio sms wayland"
 
 DEPEND="
 	$(add_frameworks_dep kcmutils)
@@ -40,11 +40,14 @@ DEPEND="
 	>=app-crypt/qca-2.1.0:2[qt5(+),ssl]
 	app? ( $(add_frameworks_dep kdeclarative) )
 	bluetooth? ( $(add_qt_dep qtbluetooth) )
+	kde? ( $(add_frameworks_dep krunner) )
 	mousepad? (
 		x11-libs/libfakekey
 		x11-libs/libX11
 		x11-libs/libXtst
 	)
+	phonon? ( media-libs/phonon )
+	pulseaudio? ( media-libs/pulseaudio-qt )
 	sms? ( $(add_frameworks_dep kpeople) )
 	wayland? ( $(add_frameworks_dep kwayland) )
 "
@@ -52,7 +55,10 @@ RDEPEND="${DEPEND}
 	$(add_qt_dep qtquickcontrols2)
 	net-fs/sshfs
 	app? ( $(add_frameworks_dep kirigami) )
-	sms? ( $(add_frameworks_dep kirigami) )
+	sms? (
+		$(add_frameworks_dep kirigami)
+		dev-libs/kpeoplevcard
+	)
 "
 
 RESTRICT+=" test"
@@ -69,7 +75,10 @@ src_configure() {
 	local mycmakeargs=(
 		-DEXPERIMENTALAPP_ENABLED=$(usex app)
 		-DBLUETOOTH_ENABLED=$(usex bluetooth)
+		$(cmake-utils_use_find_package kde KF5Runner)
 		$(cmake-utils_use_find_package mousepad LibFakeKey)
+		$(cmake-utils_use_find_package phonon Phonon4Qt5)
+		$(cmake-utils_use_find_package pulseaudio KF5PulseAudioQt)
 		-DSMSAPP_ENABLED=$(usex sms)
 		$(cmake-utils_use_find_package wayland KF5Wayland)
 	)

diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index ccae5861e2..f56aa860dd 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -8,6 +8,9 @@
 	<use>
 		<flag name="app">Enable experimental kcapp frontend</flag>
 		<flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
+		<flag name="kde">Enable runner for executing commands on connected device using <pkg>kde-frameworks/krunner</pkg></flag>
+		<flag name="phonon">Enable find-my-device plugin using <pkg>media-libs/phonon</pkg></flag>
+		<flag name="pulseaudio">Enable system volume control plugin using <pkg>media-sound/pulseaudio</pkg></flag>
 		<flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
 		<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
 	</use>


             reply	other threads:[~2019-03-09 21:10 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09 21:10 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 19:30 [gentoo-commits] proj/kde:master commit in: kde-misc/kdeconnect/ Andreas Sturmlechner
2024-08-11  6:58 Andreas Sturmlechner
2024-04-02 10:01 Sam James
2024-03-15 14:07 Andreas Sturmlechner
2024-03-07 22:11 Andreas Sturmlechner
2024-02-27 22:28 Sam James
2024-02-25 20:58 Sam James
2023-12-31 21:16 Andreas Sturmlechner
2023-12-31 21:16 Andreas Sturmlechner
2023-12-28 17:08 Andreas Sturmlechner
2023-07-28 19:06 Andreas Sturmlechner
2023-06-18  9:47 Andreas Sturmlechner
2023-06-17 16:41 Andreas Sturmlechner
2023-06-17 16:41 Andreas Sturmlechner
2023-03-25  0:15 Andreas Sturmlechner
2023-02-05  1:56 Maciej Mrozowski
2022-10-06  9:02 Andreas Sturmlechner
2022-10-06  7:33 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2021-08-13  9:38 Andreas Sturmlechner
2021-05-04 16:05 Andreas Sturmlechner
2021-04-24 20:48 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2020-10-04 16:25 Andreas Sturmlechner
2020-09-13 11:19 Andreas Sturmlechner
2020-06-09 18:14 Andreas Sturmlechner
2020-05-09 19:59 Andreas Sturmlechner
2020-04-24 10:47 Andreas Sturmlechner
2020-03-20 22:25 Andreas Sturmlechner
2020-03-20 22:25 Andreas Sturmlechner
2020-03-15 22:27 Andreas Sturmlechner
2020-02-23 13:27 Andreas Sturmlechner
2020-02-23 13:27 Andreas Sturmlechner
2020-02-12 22:47 Andreas Sturmlechner
2020-01-20  7:20 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2020-01-19 17:03 Andreas Sturmlechner
2019-07-31  8:45 Andreas Sturmlechner
2019-05-14  6:28 Andreas Sturmlechner
2019-01-26 23:45 Andreas Sturmlechner
2018-11-05 20:46 Andreas Sturmlechner
2018-09-30  9:08 Andreas Sturmlechner
2018-07-03 18:21 Andreas Sturmlechner
2018-04-10 19:02 Johannes Huber
2018-04-09 17:36 Johannes Huber
2018-04-05 15:41 Andreas Sturmlechner
2018-03-17  1:17 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2018-02-10  0:11 Michael Palimaka
2017-12-14 23:23 Andreas Sturmlechner
2017-10-02 16:23 Andreas Sturmlechner
2017-09-20 10:21 Michael Palimaka
2017-09-18 18:38 Johannes Huber
2017-09-18 18:17 Johannes Huber
2017-05-14 21:06 Andreas Sturmlechner
2016-12-23  7:44 Johannes Huber
2016-11-27 11:30 Michael Palimaka
2016-11-17 22:05 Johannes Huber
2016-10-21 16:04 Michael Palimaka
2016-10-21 16:04 Michael Palimaka
2016-08-27 18:45 Michael Palimaka
2016-04-20  8:56 Michael Palimaka
2016-03-29 16:14 Johannes Huber
2016-03-26 10:42 Johannes Huber
2016-03-11 16:26 Michael Palimaka
2016-01-10 14:38 Michael Palimaka
2015-11-19 13:22 Michael Palimaka
2015-11-19 13:19 Michael Palimaka
2015-11-19 13:19 Michael Palimaka
2015-11-19 13:19 Michael Palimaka
2015-11-19 13:19 Michael Palimaka
2015-11-15 13:46 Manuel Rüger
2015-11-12 10:17 Michael Palimaka
2015-11-07 20:18 Manuel Rüger
2015-09-12 10:06 Vadim A. Misbakh-Soloviov
2015-09-10 17:38 Michael Palimaka
2015-05-16 13:56 Manuel Rüger
2015-03-20 11:58 Manuel Rüger
2015-02-22 21:57 Johannes Huber
2015-02-21  8:04 Michael Palimaka
2015-02-02 14:49 Michael Palimaka
2015-01-28 14:00 Michael Palimaka
2014-11-06 14:13 Manuel Rüger
2014-08-20 13:04 Manuel Rüger
2014-08-15 16:04 Manuel Rüger
2014-07-01 12:38 Michael Palimaka
2014-07-01 12:31 Michael Palimaka
2014-07-01 12:31 Michael Palimaka
2014-06-16 10:50 Michael Palimaka
2014-06-16  0:04 Manuel Rüger
2014-03-11 10:21 Johannes Huber
2014-03-11  3:28 Manuel Rüger
2014-02-20 13:03 Manuel Rüger
2013-10-30 16:27 Johannes Huber
2013-10-14 21:24 Johannes Huber
2013-10-03 16:12 Manuel Rüger
2013-09-11  0:15 Chris Reffett
2013-09-10 12:02 Manuel Rüger
2013-09-10 11:59 Manuel Rüger

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=1552165501.9ff79696d96eb53c7c5b892cfd33fffe5c222dc9.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