From 86429c388b1c181bba9ca5f8102db1859f936086 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 8 Jun 2022 20:57:37 +0200 Subject: kde-apps/kmouth: 22.04.2 version bump Signed-off-by: Andreas Sturmlechner --- kde-apps/kmouth/kmouth-22.04.2.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 kde-apps/kmouth/kmouth-22.04.2.ebuild (limited to 'kde-apps/kmouth') diff --git a/kde-apps/kmouth/kmouth-22.04.2.ebuild b/kde-apps/kmouth/kmouth-22.04.2.ebuild new file mode 100644 index 000000000000..d05b5d32364f --- /dev/null +++ b/kde-apps/kmouth/kmouth-22.04.2.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.92.0 +QTMIN=5.15.3 +inherit ecm kde.org + +DESCRIPTION="Text-to-speech synthesizer front end" +HOMEPAGE="https://apps.kde.org/kmouth/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +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}" -- cgit v1.2.3-65-gdbad