summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:29:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 15:30:09 +0200
commitd9397ab8d48feb4b1360be614da35fa2faae44d9 (patch)
treecc33135aeeb6bb0faab58e8efc34329c14dff2b0 /kde-apps/kmouth
parentdev-libs/libnl: Add USE='debug threads'. (diff)
downloadgentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.gz
gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.bz2
gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.zip
kde-apps: Add KDE Applications 18.04.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/Manifest1
-rw-r--r--kde-apps/kmouth/kmouth-18.04.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index 8198aa5c21a6..d1d698752407 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1,3 @@
DIST kmouth-17.12.3.tar.xz 1823724 BLAKE2B 782ebccaeab0fcbeba98fd6b3deebd3a19b445032e5b0b921d0130b88dad60b96cc4d7b46a5b5cc94b9a70620f4aee12704ad0c581bba7ca75d4218f5e17b10e SHA512 3f1af3952d8ed591b7e492f7db0ed3a80097b111e9b5f37039f71145ebb4bb6c907fad4748b6fb804e0f404ac1b30a7aa70e00946bce5ceaf3b54f3ad0f51576
DIST kmouth-18.04.0.tar.xz 1766072 BLAKE2B c22e21871d34c8c559ea9f7453316255a5b152dab7034294f1b44174c43b0ee90ebdb591fbad388d30f277aeb4c43e4db6a230428bfac59196e7c8f7fc6ba383 SHA512 414fc0418ff441a07384941ac42369b7f23b4cfff93e76b0f2a3fa7bb77020e3b262725a044d49ae874b2556611bc05742f0f18777877e3b9d5683cf7c4041bc
+DIST kmouth-18.04.1.tar.xz 1766428 BLAKE2B ec91b422b7132d7e9f5370be1f3fe3f9d66b6dd3fb205a60b8659f9a171c1a47fdd0cb4c8ad0a956003520410dbc3e1bb4e75101556d9c0e44fb302f9f0c1d86 SHA512 eb0015ac4cce99adcbfc6aa1d5afea1b1234a4ffd1f5038d997a1855ce5ee47ba81607fde16779864340d3eb6842bdd80bb31f6d0d1dbe0d128dcc6554d123f0
diff --git a/kde-apps/kmouth/kmouth-18.04.1.ebuild b/kde-apps/kmouth/kmouth-18.04.1.ebuild
new file mode 100644
index 000000000000..c648621058fb
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-18.04.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+"