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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D48091396DB for ; Thu, 19 Oct 2017 22:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F032BC0A4; Thu, 19 Oct 2017 22:55:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1699B2BC0A4 for ; Thu, 19 Oct 2017 22:55:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F7CF33BEAC for ; Thu, 19 Oct 2017 22:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB09313 for ; Thu, 19 Oct 2017 22:55:46 +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: <1508452258.f9c775e6b33840ed34f393b69750927026309eed.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild kde-apps/kdepim-runtime/metadata.xml X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f9c775e6b33840ed34f393b69750927026309eed X-VCS-Branch: master Date: Thu, 19 Oct 2017 22:55:46 +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-Archives-Salt: c6b46bb9-e875-44f3-aaf5-7cc96f77c170 X-Archives-Hash: 31d0467fd71f4b853c5fa13c1ede746f commit: f9c775e6b33840ed34f393b69750927026309eed Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 22:20:48 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 22:30:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9c775e6 kde-apps/kdepim-runtime: Add USE=speech Upstream commit 132d5d83940f0304d036601a41a6f428cbd6c999 Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild | 13 +++++++++++-- kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 13 +++++++++++-- kde-apps/kdepim-runtime/metadata.xml | 3 +++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild index 0ecb11150c..bd81677e4e 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild @@ -11,9 +11,9 @@ inherit kde5 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM" LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" -IUSE="" +IUSE="speech" -# TODO kolab, Qt5TextToSpeech +# TODO kolab CDEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcompletion) @@ -59,6 +59,7 @@ CDEPEND=" $(add_qt_dep qtxml) dev-libs/cyrus-sasl:2 dev-libs/libical:= + speech? ( $(add_qt_dep qtspeech) ) " DEPEND="${CDEPEND} $(add_qt_dep qtxmlpatterns) @@ -70,3 +71,11 @@ RDEPEND="${CDEPEND} " RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index 2b617c483c..f0529ba8dd 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -11,9 +11,9 @@ inherit kde5 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM" LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" -IUSE="" +IUSE="speech" -# TODO kolab, Qt5TextToSpeech +# TODO kolab CDEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcompletion) @@ -58,6 +58,7 @@ CDEPEND=" $(add_qt_dep qtxml) dev-libs/cyrus-sasl:2 dev-libs/libical:= + speech? ( $(add_qt_dep qtspeech) ) " DEPEND="${CDEPEND} $(add_qt_dep qtxmlpatterns) @@ -70,3 +71,11 @@ RDEPEND="${CDEPEND} " RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml index 2fdbf33d96..b337e66e24 100644 --- a/kde-apps/kdepim-runtime/metadata.xml +++ b/kde-apps/kdepim-runtime/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable text-to-speech support +