diff options
author | 2017-08-17 20:21:16 +0200 | |
---|---|---|
committer | 2017-08-17 20:58:09 +0200 | |
commit | c1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch) | |
tree | c62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/kmouth | |
parent | media-libs/libqaccessibilityclient: New package (diff) | |
download | gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2 gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip |
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r-- | kde-apps/kmouth/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmouth/kmouth-17.08.0.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest index 83401a11698b..389873ceed59 100644 --- a/kde-apps/kmouth/Manifest +++ b/kde-apps/kmouth/Manifest @@ -1 +1,2 @@ DIST kmouth-17.04.3.tar.xz 277768 SHA256 43cd9079de397a6681951c30df33d21338b462aa9a2f0fa1fe66237c63122ff4 SHA512 e80db2d2c26c3219aa5b4debcfb05586fd95813d7f8fabc784c67006261cde7506f71913aab9e35348b4b2cf88cbd66fe7193732c5805c39ca72f370468cf107 WHIRLPOOL 3f413081ed62de90513523c5534bf6ba85c8f1cb2707c5672ae0a03bc131f2c70ece224ac658acaee8cf1890f94a44625d9c741f2af121f6d7e693117b7e8b7d +DIST kmouth-17.08.0.tar.xz 277600 SHA256 a8376bb39309829ce8dbc70de67b6127e064b353f576e2d14c9ce08ea712d0bd SHA512 c1893dd5fae6148cc53bd05b7c82fad041de543561a0e5538e17497a9f5ae9d722935ac58ff8077834d947b86975d4dc7bcc5c88364cb4ba2fa25217d6f40477 WHIRLPOOL 12718ecd65350fa7c07a15014b38d16a70e23886e158c6d2ead7477ed0700d6a234cfffa6f6b7f3d8905812b06f5eaa8e97d968d004adf336cabf2983f418031 diff --git a/kde-apps/kmouth/kmouth-17.08.0.ebuild b/kde-apps/kmouth/kmouth-17.08.0.ebuild new file mode 100644 index 000000000000..d1af9913dd86 --- /dev/null +++ b/kde-apps/kmouth/kmouth-17.08.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +QT3SUPPORT_REQUIRED="true" +inherit kde4-base + +DESCRIPTION="Text-to-speech synthesizer front end" +HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |