diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kmouth | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r-- | kde-apps/kmouth/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmouth/kmouth-19.04.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest index ab457b5d7439..617e8fa94da2 100644 --- a/kde-apps/kmouth/Manifest +++ b/kde-apps/kmouth/Manifest @@ -1 +1,2 @@ DIST kmouth-18.12.3.tar.xz 2056032 BLAKE2B 80f7cc612ce29d2579e7a5af3c90aba201f8a522b08f7fc5bc72d661c8fa621ec72a827f7e060cc6d668e5b6f9f98bf9dc8a82fdd73b3d2393b31c809e33bd17 SHA512 bef5f2ada57e4db5d4dcf75379033581dc265396f1795753fd354c4971089fd11109d1f36bb1e954d8d9041958796c4edc7649a73bdcbe56d283a2779b6c89f5 +DIST kmouth-19.04.0.tar.xz 2056060 BLAKE2B 2b111f97f33c3aebaa0e24f4f2f7d5a3eeab0e5e81af8dd8382052133661258e5894378a98056c1ee98d2fd18ac91f0730a95ef78a272e013ca13f51b9f44284 SHA512 811bd4136237a457ecdbd995ff848503726485ebe905099100a89c453076e269f34370388561a49519b9829d6e1b05ce516321b0db8e535d2eda2ccaed89187f diff --git a/kde-apps/kmouth/kmouth-19.04.0.ebuild b/kde-apps/kmouth/kmouth-19.04.0.ebuild new file mode 100644 index 000000000000..5ba5fdba612e --- /dev/null +++ b/kde-apps/kmouth/kmouth-19.04.0.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 +" |