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-thunderbolt/
Date: Fri, 14 May 2021 20:42:04
Message-Id: 1621024732.be5232a7fd8bcf0c941a058a4870eca73884b278.asturm@gentoo
1 commit: be5232a7fd8bcf0c941a058a4870eca73884b278
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 20:32:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 20:38:52 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=be5232a7
7
8 kde-plasma/plasma-thunderbolt: 5.21.90 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-thunderbolt-5.21.90.ebuild | 38 ++++++++++++++++++++++
13 1 file changed, 38 insertions(+)
14
15 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.90.ebuild
16 new file mode 100644
17 index 0000000000..952807b2c0
18 --- /dev/null
19 +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.90.ebuild
20 @@ -0,0 +1,38 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +ECM_TEST="true"
27 +KFMIN=5.82.0
28 +PVCUT=$(ver_cut 1-3)
29 +QTMIN=5.15.2
30 +inherit ecm kde.org
31 +
32 +DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
33 +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
34 +
35 +LICENSE="|| ( GPL-2 GPL-3+ )"
36 +SLOT="5"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +# tests require DBus
41 +RESTRICT+=" test"
42 +
43 +DEPEND="
44 + >=dev-qt/qtdeclarative-${QTMIN}:5
45 + >=dev-qt/qtdbus-${QTMIN}:5
46 + >=dev-qt/qtgui-${QTMIN}:5
47 + >=kde-frameworks/kcmutils-${KFMIN}:5
48 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
49 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
50 + >=kde-frameworks/kdeclarative-${KFMIN}:5
51 + >=kde-frameworks/ki18n-${KFMIN}:5
52 + >=kde-frameworks/knotifications-${KFMIN}:5
53 +"
54 +RDEPEND="${DEPEND}
55 + >=dev-qt/qtquickcontrols2-${QTMIN}:5
56 + >=kde-frameworks/kirigami-${KFMIN}:5
57 + sys-apps/bolt
58 +"