From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
Date: Mon, 9 Nov 2015 13:58:48 +0000 (UTC) [thread overview]
Message-ID: <1447077500.b0a019c969748b09bc5defd67340b9532bcf6413.kensington@gentoo> (raw)
commit: b0a019c969748b09bc5defd67340b9532bcf6413
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 13:58:20 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 13:58:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0a019c9
kde-frameworks/knotifications: introduce speech USE flag
Package-Manager: portage-2.2.20.1
kde-frameworks/knotifications/knotifications-5.16.0.ebuild | 4 +++-
kde-frameworks/knotifications/knotifications-9999.ebuild | 6 ++++--
kde-frameworks/knotifications/metadata.xml | 3 +++
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
index f88e11a..2f3328b 100644
--- a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64 ~x86"
-IUSE="dbus nls X"
+IUSE="dbus nls speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -22,6 +22,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ speech? ( dev-qt/qtspeech:5 )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
@@ -36,6 +37,7 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
$(cmake-utils_use_find_package X X11)
)
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 1f3f87a..34daca6 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls X"
+IUSE="dbus nls speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -22,6 +22,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ speech? ( dev-qt/qtspeech:5 )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
@@ -35,8 +36,9 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml
index a23f444..b4731e0 100644
--- a/kde-frameworks/knotifications/metadata.xml
+++ b/kde-frameworks/knotifications/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+ <use>
+ <flag name="speech">Enable text-to-speech notification support</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2015-11-09 13:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 13:58 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-16 21:07 [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ Andreas Sturmlechner
2022-09-24 8:50 Andreas Sturmlechner
2022-09-14 14:49 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2021-09-15 17:09 Andreas Sturmlechner
2020-09-04 8:43 Andreas Sturmlechner
2020-01-19 18:42 Andreas Sturmlechner
2018-08-08 8:11 Andreas Sturmlechner
2017-08-30 21:42 Andreas Sturmlechner
2017-08-19 20:24 Andreas Sturmlechner
2017-04-22 8:41 Andreas Sturmlechner
2017-02-07 23:11 Andreas Sturmlechner
2015-11-10 17:55 Michael Palimaka
2015-11-09 13:58 Michael Palimaka
2015-08-07 16:47 Michael Palimaka
2014-05-05 15:09 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:10 Michael Palimaka
2014-03-05 11:13 Michael Palimaka
2014-01-21 12:37 Michael Palimaka
2013-11-17 20:09 Johannes Huber
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=1447077500.b0a019c969748b09bc5defd67340b9532bcf6413.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