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: Tue, 21 Sep 2021 18:45:05
Message-Id: 1632248760.b5fc2bf157f74fe5260ded32e9a71331f031a1f0.asturm@gentoo
1 commit: b5fc2bf157f74fe5260ded32e9a71331f031a1f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 18:05:53 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 18:26:00 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5fc2bf1
7
8 kde-plasma/plasma-thunderbolt: 5.22.90 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-thunderbolt-5.22.90.ebuild | 38 ++++++++++++++++++++++
13 1 file changed, 38 insertions(+)
14
15 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.90.ebuild
16 new file mode 100644
17 index 0000000000..98520e1466
18 --- /dev/null
19 +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.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=8
25 +
26 +ECM_TEST="true"
27 +KFMIN=5.86.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 ~riscv ~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 +"