summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-10 14:28:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-11 23:00:24 +0100
commit8e9254c5dac34b290d80baa283964bf5802d6630 (patch)
treee74c0d8d4491416d64de7802e3937452a509b1f1 /kde-apps/kmouth
parentkde-frameworks: Add KDE Frameworks 5.43.0 (diff)
downloadgentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.gz
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.tar.bz2
gentoo-8e9254c5dac34b290d80baa283964bf5802d6630.zip
kde-apps: Add KDE Applications 17.12.2
Bug: https://bugs.gentoo.org/642854 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/Manifest1
-rw-r--r--kde-apps/kmouth/kmouth-17.12.2.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index abaae68af8d3..ea46df5bb40b 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1,3 @@
DIST kmouth-17.08.3.tar.xz 277600 BLAKE2B 069db0bfaaf5e808f1aa90123e474b478a4b6b271ecc5b2d73a6f49cbef695d4c4ff86bc1fea8ce1be87cf1d1db9e3aaaa88f86fa4bfec56a1eec2d3cd8f8a38 SHA512 7e12e71149089835d17e07414c6125cda1cc9c9354fd5f2838868fd31d0b0a8082a18ad04c594f8c5a2db1f9a0fad75be764da8ed70976695fc5ec6f2e436820
DIST kmouth-17.12.1.tar.xz 1824028 BLAKE2B 5276071622b9f2cfac5fc8164198888706b73d3d7d8529ae8d2fa6c377cbe45bea77a5ee2c099288a4a9422ee03497399d579f5049d30451ee287a1a68b2dae2 SHA512 ef6de27a036b3825861190906d7f33b70da44c314dae352fa3e55b081ed47a6f05559a152e7cb4222c952b5ccde0ca30cc43794f2b8aec3d0250037f1ffd93f4
+DIST kmouth-17.12.2.tar.xz 1823860 BLAKE2B 916272157a5117d082e500262adea01f3dc5e704a28cd43f36ade3667c5880aa3e4141b51a191683a1b36fffd5b935a33312ec09bc2c57b696d91e98fc85e34c SHA512 f22d2c3ca1b86fb51309dcdf046090bdd593af78386ff4553d389bd9aafffee23fedb10906872b6db00821e4b9ec4473c4159782ce40e3682a619525093ad2d3
diff --git a/kde-apps/kmouth/kmouth-17.12.2.ebuild b/kde-apps/kmouth/kmouth-17.12.2.ebuild
new file mode 100644
index 000000000000..c648621058fb
--- /dev/null
+++ b/kde-apps/kmouth/kmouth-17.12.2.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
+"