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/plasma-applet-weather-widget/
Date: Tue, 12 Mar 2019 07:10:26
Message-Id: 1552374460.f73ecd7bb73264cce8194383068709a76db99378.asturm@gentoo
1 commit: f73ecd7bb73264cce8194383068709a76db99378
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 00:18:40 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=f73ecd7b
7
8 kde-misc/plasma-applet-weather-widget: EAPI-7, set QT_MINIMAL=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 .../plasma-applet-weather-widget-1.6.10-r1.ebuild | 24 ++++++++++++++++++++++
16 1 file changed, 24 insertions(+)
17
18 diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
19 new file mode 100644
20 index 00000000000..61cf7d41112
21 --- /dev/null
22 +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild
23 @@ -0,0 +1,24 @@
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 for weather forecasts"
33 +HOMEPAGE="https://store.kde.org/content/show.php/Weather+Widget?content=169572
34 +https://github.com/kotelnik/plasma-applet-weather-widget"
35 +SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 +
37 +LICENSE="GPL-2+"
38 +KEYWORDS="~amd64"
39 +IUSE=""
40 +
41 +DEPEND="
42 + $(add_frameworks_dep plasma)
43 + $(add_qt_dep qtxmlpatterns '' 5.12.1-r1)
44 +"
45 +RDEPEND="${DEPEND}"
46 +
47 +DOCS=( README.md )