summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kmouth
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, 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.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index c086e8055ba5..b75a5f35489c 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.0.tar.xz 1766124 BLAKE2B 2931761e12cafe196b011104ca6b77496199ee8c0f9dc6a2a76d80de0ea714eb153649c088705b8a32c5fbad227416d1e8d8564eb327cb74885058ab489f7cef SHA512 df8b756a3bb35b49128be4d80bc7a731b878d76e803c4b08abbde7c25a89d2ebab52c8bae6103dfe2f45d273008448616aa1f3a8254f1084c22f4072bbeff2bc
+DIST kmouth-18.12.1.tar.xz 1766284 BLAKE2B 13c013a4cce72c1ad55ab6053e1c42b1a6cf8c2bf0a63fa00483d70c9ca812d4f66de3279d0b30bb235307e1d360bc0f8b4aefd8ff447965c5e740928738852e SHA512 6234b9822bfc27a7d6eb58109758089d936a98ceabfdb54285f478296c2bd0e6322fcf4345396c6e56545f3eb46a3f1604f630c51a63588110ca35055cd93607
diff --git a/kde-apps/kmouth/kmouth-18.12.1.ebuild b/kde-apps/kmouth/kmouth-18.12.1.ebuild
new file mode 100644
index 000000000000..aa195229fd53
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-18.12.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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
+"