From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C061C1384B4 for ; Mon, 9 Nov 2015 13:58:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2174BE07BA; Mon, 9 Nov 2015 13:58:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C228E07BA for ; Mon, 9 Nov 2015 13:58:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5664833D3CA for ; Mon, 9 Nov 2015 13:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE5F23A6 for ; Mon, 9 Nov 2015 13:58:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447077500.b0a019c969748b09bc5defd67340b9532bcf6413.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knotifications/knotifications-5.16.0.ebuild kde-frameworks/knotifications/knotifications-9999.ebuild kde-frameworks/knotifications/metadata.xml X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b0a019c969748b09bc5defd67340b9532bcf6413 X-VCS-Branch: master Date: Mon, 9 Nov 2015 13:58:48 +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: 57a8262a-c8f7-456c-a961-8545a5846989 X-Archives-Hash: f01ce689090eab6b760dcf67a60fd8e0 commit: b0a019c969748b09bc5defd67340b9532bcf6413 Author: Michael Palimaka gentoo org> AuthorDate: Mon Nov 9 13:58:20 2015 +0000 Commit: Michael Palimaka gentoo 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 @@ kde + + Enable text-to-speech notification support +