diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-01 15:26:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-01 17:07:24 +0100 |
commit | 6ccff56d54f9929955f8d6f45a469f72bb28b9c0 (patch) | |
tree | 96d0eb4e3a77e543eeb5fab92818e77105b9d4be /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-sdk: 5.20.4 version bump (diff) | |
download | gentoo-6ccff56d54f9929955f8d6f45a469f72bb28b9c0.tar.gz gentoo-6ccff56d54f9929955f8d6f45a469f72bb28b9c0.tar.bz2 gentoo-6ccff56d54f9929955f8d6f45a469f72bb28b9c0.zip |
kde-plasma/plasma-thunderbolt: 5.20.4 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.20.4.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 0ae66bb34f4a..a19aeb40a0fc 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-5.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e DIST plasma-thunderbolt-5.20.3.tar.xz 56344 BLAKE2B b6d39dd01d4dd4eced36b980ca19e3dcdbf248f6244d1b977f57b448cfd661794d5886602e4c5fe38171dc05a7ac62b24bb61a1471af53fdee78177f80a1341b SHA512 081aafc9982d9e3087d5587e7fbd9a6cd694e88fb7c985d60ba3330a21f71390ab445b652fe5b73ab6655264d32e4a2c2f26298033e316c67094965d658087cf +DIST plasma-thunderbolt-5.20.4.tar.xz 56784 BLAKE2B 8a0318320759dc4090cebf55ed93fd6ec30e9f5edc60923e77452a1f95fa4401530dadc2420aba762120d4257476a3c448680355ecedc52dad0826d7c712cf49 SHA512 e7032a07587511b6bae99d66de2902dcb4ba6b8e2e5d5e5724ad44255040ebf545f7fabf5c40484b67a462ef3820a7d0fbb8acd8faddcc3c27d8b7e61f0051de diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.4.ebuild new file mode 100644 index 000000000000..cbbcdebcf9b0 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.74.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.1 +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} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + sys-apps/bolt +" + +# tests require DBus +RESTRICT+=" test" |