summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 18:45:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 20:44:16 +0200
commit574a1e63fb59f2333adc047a9c3f2b929101e540 (patch)
tree370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/kmouth
parentnet-dns/dnsdist: initscript fix (diff)
downloadgentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, 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-19.04.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index 617e8fa94da2..dbb354f729fe 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1,3 @@
DIST kmouth-18.12.3.tar.xz 2056032 BLAKE2B 80f7cc612ce29d2579e7a5af3c90aba201f8a522b08f7fc5bc72d661c8fa621ec72a827f7e060cc6d668e5b6f9f98bf9dc8a82fdd73b3d2393b31c809e33bd17 SHA512 bef5f2ada57e4db5d4dcf75379033581dc265396f1795753fd354c4971089fd11109d1f36bb1e954d8d9041958796c4edc7649a73bdcbe56d283a2779b6c89f5
DIST kmouth-19.04.0.tar.xz 2056060 BLAKE2B 2b111f97f33c3aebaa0e24f4f2f7d5a3eeab0e5e81af8dd8382052133661258e5894378a98056c1ee98d2fd18ac91f0730a95ef78a272e013ca13f51b9f44284 SHA512 811bd4136237a457ecdbd995ff848503726485ebe905099100a89c453076e269f34370388561a49519b9829d6e1b05ce516321b0db8e535d2eda2ccaed89187f
+DIST kmouth-19.04.1.tar.xz 2056700 BLAKE2B 5e31084d708500ac76cd5a136548f56d561aa18260016ee61fdb2b168f3b865cf4991b9b7e22537df47565c351a5144ea16853850bb5b2cf504906a012cb4a15 SHA512 10b69b5edaaea436a18b3c587a764e38cd0e98f6cbee5a3b12343ac06fb037970d2b1db4cf615b2fb269cd116612ba3b43d335a44a60c47265021a4573926f47
diff --git a/kde-apps/kmouth/kmouth-19.04.1.ebuild b/kde-apps/kmouth/kmouth-19.04.1.ebuild
new file mode 100644
index 000000000000..5ba5fdba612e
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-19.04.1.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://kde.org/applications/utilities/kmouth/"
+KEYWORDS="~amd64 ~arm64 ~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
+"