diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-07 22:42:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-07 23:30:02 +0200 |
commit | a1f67d9e294f2f1d1058d193c9fc88434674460d (patch) | |
tree | 9fc457b8bdbb25ba4f610c998d2c5d5470ba1737 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-sdk: 5.19.3 version bump (diff) | |
download | gentoo-a1f67d9e294f2f1d1058d193c9fc88434674460d.tar.gz gentoo-a1f67d9e294f2f1d1058d193c9fc88434674460d.tar.bz2 gentoo-a1f67d9e294f2f1d1058d193c9fc88434674460d.zip |
kde-plasma/plasma-thunderbolt: 5.19.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.3.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 8279c8180443..0a8706e45c4c 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76 DIST plasma-thunderbolt-5.19.2.tar.xz 51292 BLAKE2B 0d4977df1b59e02bbc2e77d8c26adf36e16d396fc7b2f007f422aaba56e36a4caf8231e0eaba4d49b69b8bdcbf45e111488222625699e8713f2ece271894e4c5 SHA512 451b581739eb0fda2e4809bdd4e4d1045c532996f52e9367a82c0b4f606096f3c5b8647a0769198757873646a3f7c83b5167f608a7e198bfee3777206b2d33f5 +DIST plasma-thunderbolt-5.19.3.tar.xz 51280 BLAKE2B 4e8fe406a2943cc034252e28beacc256c1e130a4af349d1a01e8d7978f41253947de3f890fa8b71f5dadf4934dae23eec330e01da4a55987f1e0860bd9ed2b40 SHA512 43e4d1e82c287a4cb8fc12464d5010702fb75a491a7661d5351ca6ea8c457ee976903853addb3750f925e36c95fd079bd2ec64ce27fdd6ffd949730bafa1d049 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.3.ebuild new file mode 100644 index 000000000000..c182c1819267 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.71.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.14.2 +inherit ecm kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 +" +RDEPEND="${DEPEND} + sys-apps/bolt +" + +# tests require DBus +RESTRICT+=" test" |