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-plasma/plasma-thunderbolt/
Date: Tue, 01 Sep 2020 16:33:21
Message-Id: 1598977894.0bf45f9b371c8418bc351c9f54f2d76c8c7e7959.asturm@gentoo
1 commit: 0bf45f9b371c8418bc351c9f54f2d76c8c7e7959
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 15:26:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 16:31:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf45f9b
7
8 kde-plasma/plasma-thunderbolt: 5.19.5 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 +
13 .../plasma-thunderbolt-5.19.5.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
17 index 7f5035aac42..ccf31d8291f 100644
18 --- a/kde-plasma/plasma-thunderbolt/Manifest
19 +++ b/kde-plasma/plasma-thunderbolt/Manifest
20 @@ -1,2 +1,3 @@
21 DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76
22 DIST plasma-thunderbolt-5.19.4.tar.xz 51276 BLAKE2B e74cf94e402c33c0c422445562fdcca5125220b9418daea00d7ab3581f8b1429d580a29f5a594898780512fe3e9ae3b0d303ddb5560921aaf74b7bf22a3626c9 SHA512 8b52756f924497ec24d2b1615d9034e75f5386445e12cf9e7c46071f0e030ca34f7540baecfbc92446edcce46305ccc2c41bbfac7e48c547948f7ebce9cbc772
23 +DIST plasma-thunderbolt-5.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.5.ebuild
26 new file mode 100644
27 index 00000000000..0c999324c34
28 --- /dev/null
29 +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.5.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ECM_TEST="true"
37 +KFMIN=5.71.0
38 +PVCUT=$(ver_cut 1-3)
39 +QTMIN=5.14.2
40 +inherit ecm kde.org
41 +
42 +DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
43 +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
44 +
45 +LICENSE="|| ( GPL-2 GPL-3+ )"
46 +SLOT="5"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +DEPEND="
51 + >=dev-qt/qtdeclarative-${QTMIN}:5
52 + >=dev-qt/qtdbus-${QTMIN}:5
53 + >=dev-qt/qtgui-${QTMIN}:5
54 + >=kde-frameworks/kcmutils-${KFMIN}:5
55 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
56 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
57 + >=kde-frameworks/kdeclarative-${KFMIN}:5
58 + >=kde-frameworks/ki18n-${KFMIN}:5
59 + >=kde-frameworks/knotifications-${KFMIN}:5
60 +"
61 +RDEPEND="${DEPEND}
62 + >=dev-qt/qtquickcontrols2-${QTMIN}:5
63 + >=kde-frameworks/kirigami-${KFMIN}:5
64 + sys-apps/bolt
65 +"
66 +
67 +# tests require DBus
68 +RESTRICT+=" test"