summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 00:11:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 13:59:58 +0100
commit7f45ce7728de31bb839db16ab19319f026ab0add (patch)
tree460a42bf534d6aa491db847a52a3026e3758c161 /kde-apps/kmouth
parentkde-apps/gwenview: Backport exiv2-0.27 support to 18.08.3 (diff)
downloadgentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.gz
gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.bz2
gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.zip
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/Manifest1
-rw-r--r--kde-apps/kmouth/kmouth-18.12.2.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index e8bcd1281825..080629c301dd 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1,3 @@
DIST kmouth-18.08.3.tar.xz 1767044 BLAKE2B 9705fb378c4e61f0d0d787becf9fc05264c6bc21e316c4a3701cfd3407daa5133f3483c72dcf334350b7de23b7e34448331def034c95fffb8c7d05a432167edf SHA512 d4ebe4d0b51b6819c3924eec74beb9335707f244e384e2f085c910f700bc646023bf9971d175f4ab19280753db712f50a4aa9721c8b53b59feb9ba5e21882ea5
DIST kmouth-18.12.1.tar.xz 1766284 BLAKE2B 13c013a4cce72c1ad55ab6053e1c42b1a6cf8c2bf0a63fa00483d70c9ca812d4f66de3279d0b30bb235307e1d360bc0f8b4aefd8ff447965c5e740928738852e SHA512 6234b9822bfc27a7d6eb58109758089d936a98ceabfdb54285f478296c2bd0e6322fcf4345396c6e56545f3eb46a3f1604f630c51a63588110ca35055cd93607
+DIST kmouth-18.12.2.tar.xz 1766544 BLAKE2B 85305d2956fae6b983c66512c46962ba228e8c97143f8609b3765695159ca33bbf19b8373c47a035af2cd24686d9e0c0935d6b92c3e9ea2aa0d5e308e9af4be9 SHA512 e8c99e620683951a4b2aee57bab3c7886aef8cb5d80335c9d3aa1e80a2a1ca760ef960fbdfa41144006d4c26a0cf33e5530f3d7729cd6e116e3bf16f5ecf9408
diff --git a/kde-apps/kmouth/kmouth-18.12.2.ebuild b/kde-apps/kmouth/kmouth-18.12.2.ebuild
new file mode 100644
index 000000000000..492274152e47
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-18.12.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Text-to-speech synthesizer front end"
+HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtspeech)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kde4-l10n
+"