aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-13 12:21:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-15 00:04:04 +0100
commit7396ff0916ecaac579d5e95d7514784cccf5b186 (patch)
tree9138f1c5f353f372faad1fdfcd9616365753c6db /kde-apps/kmouth
parentkde-apps/kmousetool: Add 22.12 stable branch (diff)
downloadkde-7396ff0916ecaac579d5e95d7514784cccf5b186.tar.gz
kde-7396ff0916ecaac579d5e95d7514784cccf5b186.tar.bz2
kde-7396ff0916ecaac579d5e95d7514784cccf5b186.zip
kde-apps/kmouth: Add 22.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/kmouth-22.12.49.9999.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kmouth/kmouth-22.12.49.9999.ebuild b/kde-apps/kmouth/kmouth-22.12.49.9999.ebuild
new file mode 100644
index 0000000000..fb30a8c3be
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-22.12.49.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.98.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Text-to-speech synthesizer front end"
+HOMEPAGE="https://apps.kde.org/kmouth/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtspeech-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"