Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/gmailfeed/
Date: Tue, 12 Mar 2019 07:10:30
Message-Id: 1552374460.96fb76a3538a17b4123ee7bec9475ca97ee70674.asturm@gentoo
1 commit: 96fb76a3538a17b4123ee7bec9475ca97ee70674
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 00:24:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 07:07:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fb76a3
7
8 kde-misc/gmailfeed: EAPI-7 bump, raise QT_MINIMAL to 5.12.1
9
10 In Qt 5.12, xmllistmodel moved from qtdeclarative[xml] into qtxmlpatterns.
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild | 25 +++++++++++++++++++++++++
16 1 file changed, 25 insertions(+)
17
18 diff --git a/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild
19 new file mode 100644
20 index 00000000000..8aff68b1297
21 --- /dev/null
22 +++ b/kde-misc/gmailfeed/gmailfeed-1.1-r1.ebuild
23 @@ -0,0 +1,25 @@
24 +# Copyright 1999-2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +QT_MINIMAL=5.12.1
30 +inherit kde5
31 +
32 +DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox"
33 +HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed"
34 +SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 +
36 +LICENSE="GPL-3+"
37 +KEYWORDS="~amd64"
38 +IUSE=""
39 +
40 +DEPEND="
41 + $(add_frameworks_dep knotifications)
42 + $(add_frameworks_dep plasma)
43 + $(add_qt_dep qtnetwork)
44 + $(add_qt_dep qtxmlpatterns '' 5.12.1-r1)
45 +"
46 +RDEPEND="${DEPEND}
47 + $(add_qt_dep qtquickcontrols)
48 +"