Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/
Date: Fri, 09 Oct 2020 06:35:06
Message-Id: 1602180551.ba39bb9daa2bb6a5e4ea4726067e50161a482f79.asturm@gentoo
1 commit: ba39bb9daa2bb6a5e4ea4726067e50161a482f79
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 18:09:11 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 18:09:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba39bb9d
7
8 kde-plasma/plasma-integration: 5.20.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-integration-5.20.0.ebuild | 48 ++++++++++++++++++++++
13 1 file changed, 48 insertions(+)
14
15 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
16 new file mode 100644
17 index 0000000000..9a2f79df76
18 --- /dev/null
19 +++ b/kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild
20 @@ -0,0 +1,48 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +KFMIN=5.74.0
27 +PVCUT=$(ver_cut 1-3)
28 +QTMIN=5.15.0
29 +VIRTUALX_REQUIRED="test"
30 +inherit ecm kde.org
31 +
32 +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
33 +
34 +LICENSE="LGPL-2+"
35 +SLOT="5"
36 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
37 +IUSE=""
38 +
39 +DEPEND="
40 + >=dev-qt/qtdbus-${QTMIN}:5
41 + >=dev-qt/qtgui-${QTMIN}:5=[dbus]
42 + >=dev-qt/qtquickcontrols2-${QTMIN}:5
43 + >=dev-qt/qtwidgets-${QTMIN}:5
44 + >=dev-qt/qtx11extras-${QTMIN}:5
45 + >=kde-frameworks/kcompletion-${KFMIN}:5
46 + >=kde-frameworks/kconfig-${KFMIN}:5
47 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
48 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
49 + >=kde-frameworks/ki18n-${KFMIN}:5
50 + >=kde-frameworks/kiconthemes-${KFMIN}:5
51 + >=kde-frameworks/kio-${KFMIN}:5
52 + >=kde-frameworks/kjobwidgets-${KFMIN}:5
53 + >=kde-frameworks/knotifications-${KFMIN}:5
54 + >=kde-frameworks/kwayland-${KFMIN}:5
55 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
56 + >=kde-frameworks/kwindowsystem-${KFMIN}:5
57 + >=kde-frameworks/kxmlgui-${KFMIN}:5
58 + >=kde-plasma/breeze-${PVCUT}:5
59 + x11-libs/libXcursor
60 + x11-libs/libxcb
61 +"
62 +RDEPEND="${DEPEND}
63 + media-fonts/hack
64 + media-fonts/noto
65 +"
66 +
67 +# requires running kde environment
68 +RESTRICT+=" test"