From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/
Date: Thu, 7 Apr 2016 15:32:21 +0000 (UTC) [thread overview]
Message-ID: <1460043070.86718d43c3795c7eabd221b626191a7dda932d92.kensington@gentoo> (raw)
commit: 86718d43c3795c7eabd221b626191a7dda932d92
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 15:31:10 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 15:31:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86718d43
kde-apps/ktp-text-ui: introduce speech USE flag
Package-Manager: portage-2.2.28
kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild | 13 +++++++++++--
kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild | 11 ++++++++++-
kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild | 11 ++++++++++-
kde-apps/ktp-text-ui/metadata.xml | 3 +++
4 files changed, 34 insertions(+), 4 deletions(-)
diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
index ec89400..b6b821e 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-15.12.3.ebuild
@@ -10,8 +10,8 @@ DESCRIPTION="KDE Telepathy text chat window"
HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
-KEYWORDS=" ~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="speech"
DEPEND="
$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
net-libs/telepathy-qt[qt5]
+ speech? ( $(add_qt_dep qtspeech) )
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
!net-im/ktp-text-ui
"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-16.04.49.9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
KEYWORDS=""
-IUSE=""
+IUSE="speech"
DEPEND="
$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
net-libs/telepathy-qt[qt5]
+ speech? ( $(add_qt_dep qtspeech) )
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
!net-im/ktp-text-ui
"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
index 97faf84..8809e3c 100644
--- a/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
+++ b/kde-apps/ktp-text-ui/ktp-text-ui-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
LICENSE="Apache-2.0 AFL-2.1 BSD GPL-2+ LGPL-2.1+ MIT"
KEYWORDS=""
-IUSE=""
+IUSE="speech"
DEPEND="
$(add_frameworks_dep karchive)
@@ -42,8 +42,17 @@ DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
net-libs/telepathy-qt[qt5]
+ speech? ( $(add_qt_dep qtspeech) )
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep ktp-contact-list)
!net-im/ktp-text-ui
"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-apps/ktp-text-ui/metadata.xml b/kde-apps/ktp-text-ui/metadata.xml
index 2fdbf33..33bd309 100644
--- a/kde-apps/ktp-text-ui/metadata.xml
+++ b/kde-apps/ktp-text-ui/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="speech">Enable incoming messages to be read out using text-to-speech</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2016-04-07 15:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 15:32 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-07 11:29 [gentoo-commits] proj/kde:master commit in: kde-apps/ktp-text-ui/ Andreas Sturmlechner
2018-12-25 23:05 Andreas Sturmlechner
2017-03-24 0:51 Andreas Sturmlechner
2017-03-13 19:26 Andreas Sturmlechner
2016-04-22 12:35 Johannes Huber
2016-04-07 15:51 Michael Palimaka
2016-04-07 15:32 Michael Palimaka
2016-04-07 15:32 Michael Palimaka
2015-06-14 17:01 Michael Palimaka
2015-05-08 20:55 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=1460043070.86718d43c3795c7eabd221b626191a7dda932d92.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