9edaa2cd47322b992dc1527fc29899642a78c86e
[gentoo.git] / kde-apps / kmouth / kmouth-18.12.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 KDE_HANDBOOK="forceoptional"
7 inherit kde5
8
9 DESCRIPTION="Text-to-speech synthesizer front end"
10 HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
11 KEYWORDS="amd64 ~arm64 x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcompletion)
16         $(add_frameworks_dep kconfig)
17         $(add_frameworks_dep kconfigwidgets)
18         $(add_frameworks_dep kcoreaddons)
19         $(add_frameworks_dep kcrash)
20         $(add_frameworks_dep ki18n)
21         $(add_frameworks_dep kio)
22         $(add_frameworks_dep kwidgetsaddons)
23         $(add_frameworks_dep kxmlgui)
24         $(add_qt_dep qtgui)
25         $(add_qt_dep qtprintsupport)
26         $(add_qt_dep qtspeech)
27         $(add_qt_dep qtwidgets)
28         $(add_qt_dep qtxml)
29 "
30 RDEPEND="${DEPEND}
31         !kde-apps/kde4-l10n
32 "