public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/
Date: Fri, 15 Apr 2016 18:53:15 +0000 (UTC)	[thread overview]
Message-ID: <1460746386.0c16becfd8cdb0aeb817b8e3334600976d21e07f.kensington@gentoo> (raw)

commit:     0c16becfd8cdb0aeb817b8e3334600976d21e07f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:52:01 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:53:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c16becf

kde-apps/kpimtextedit: introduce speech USE flag

Package-Manager: portage-2.2.28

 kde-apps/kpimtextedit/kpimtextedit-16.04.0.ebuild       | 11 ++++++++++-
 kde-apps/kpimtextedit/kpimtextedit-16.04.49.9999.ebuild | 11 ++++++++++-
 kde-apps/kpimtextedit/kpimtextedit-9999.ebuild          | 11 ++++++++++-
 kde-apps/kpimtextedit/metadata.xml                      |  3 +++
 4 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kpimtextedit/kpimtextedit-16.04.0.ebuild b/kde-apps/kpimtextedit/kpimtextedit-16.04.0.ebuild
index f95a467..9f9ac57 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-16.04.0.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-16.04.0.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION="A textedit with PIM-specific features"
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -31,5 +31,14 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	dev-libs/grantlee:5
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kpimtextedit/kpimtextedit-16.04.49.9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-16.04.49.9999.ebuild
index 6cd7fe9..a60dc98 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-16.04.49.9999.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-16.04.49.9999.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION="A textedit with PIM-specific features"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -31,5 +31,14 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	dev-libs/grantlee:5
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
index 6cd7fe9..a60dc98 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION="A textedit with PIM-specific features"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
 DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -31,5 +31,14 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	dev-libs/grantlee:5
+	speech? ( $(add_qt_dep qtspeech) )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kpimtextedit/metadata.xml b/kde-apps/kpimtextedit/metadata.xml
index 2fdbf33..b337e66 100644
--- a/kde-apps/kpimtextedit/metadata.xml
+++ b/kde-apps/kpimtextedit/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="speech">Enable text-to-speech support</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2016-04-15 18:53 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 18:53 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 21:14 [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/ Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-02-25 23:25 Sam James
2024-01-11 16:31 Sam James
2024-01-11 16:29 Sam James
2023-12-17 12:04 Sam James
2023-08-06 20:39 Andreas Sturmlechner
2023-07-31  7:28 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-01-14 19:31 Andreas Sturmlechner
2019-09-11  8:09 Andreas Sturmlechner
2018-09-17 21:09 Andreas Sturmlechner
2017-08-09  1:18 Andreas Sturmlechner
2017-04-22 15:29 Andreas Sturmlechner
2017-03-17 19:36 Andreas Sturmlechner
2016-11-12  8:51 Michael Palimaka
2016-06-05 18:59 Michael Palimaka
2016-06-05 18:55 Michael Palimaka
2016-04-20 15:38 Michael Palimaka
2015-10-16 18:24 Michael Palimaka
2014-12-22 18:01 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=1460746386.0c16becfd8cdb0aeb817b8e3334600976d21e07f.kensington@gentoo \
    --to=kensington@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