Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmouth/
Date: Wed, 04 Nov 2015 15:53:22
Message-Id: 1446652382.c651e9fc8aaebfcfc2a8a747836f6adc079975b6.kensington@gentoo
1 commit: c651e9fc8aaebfcfc2a8a747836f6adc079975b6
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 15:51:56 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 15:53:02 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c651e9fc
7
8 kde-apps/kmouth: add frameworks branch
9
10 Package-Manager: portage-2.2.20.1
11
12 kde-apps/kmouth/kmouth-5.9999.ebuild | 32 ++++++++++++++++++++++++++++++++
13 kde-apps/kmouth/kmouth-9999.ebuild | 1 +
14 2 files changed, 33 insertions(+)
15
16 diff --git a/kde-apps/kmouth/kmouth-5.9999.ebuild b/kde-apps/kmouth/kmouth-5.9999.ebuild
17 new file mode 100644
18 index 0000000..53b189f
19 --- /dev/null
20 +++ b/kde-apps/kmouth/kmouth-5.9999.ebuild
21 @@ -0,0 +1,32 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +EGIT_BRANCH="frameworks"
29 +KDE_HANDBOOK="true"
30 +inherit kde5
31 +
32 +DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer"
33 +HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/"
34 +KEYWORDS=""
35 +IUSE=""
36 +
37 +DEPEND="
38 + $(add_frameworks_dep kcompletion)
39 + $(add_frameworks_dep kconfig)
40 + $(add_frameworks_dep kconfigwidgets)
41 + $(add_frameworks_dep kcoreaddons)
42 + $(add_frameworks_dep kcrash)
43 + $(add_frameworks_dep ki18n)
44 + $(add_frameworks_dep kio)
45 + $(add_frameworks_dep kwidgetsaddons)
46 + $(add_frameworks_dep kxmlgui)
47 + dev-qt/qtgui:5
48 + dev-qt/qtprintsupport:5
49 + dev-qt/qtspeech:5
50 + dev-qt/qtwidgets:5
51 + dev-qt/qtxml:5
52 +"
53 +RDEPEND="${DEPEND}"
54
55 diff --git a/kde-apps/kmouth/kmouth-9999.ebuild b/kde-apps/kmouth/kmouth-9999.ebuild
56 index ddd338f..7087149 100644
57 --- a/kde-apps/kmouth/kmouth-9999.ebuild
58 +++ b/kde-apps/kmouth/kmouth-9999.ebuild
59 @@ -4,6 +4,7 @@
60
61 EAPI=5
62
63 +EGIT_BRANCH="frameworks"
64 KDE_HANDBOOK="optional"
65 inherit kde4-base