diff options
author | 2019-11-12 14:07:27 +0100 | |
---|---|---|
committer | 2019-11-12 23:09:04 +0100 | |
commit | de94a25204e681fbae8e608ec7967a6ca2c2681b (patch) | |
tree | d56619cac90eebbb7a15ee23cdc05cd5cad26e57 /kde-plasma/plasma-thunderbolt | |
parent | kde-frameworks/solid: Fix ext. optical drives media change detection (diff) | |
download | gentoo-de94a25204e681fbae8e608ec7967a6ca2c2681b.tar.gz gentoo-de94a25204e681fbae8e608ec7967a6ca2c2681b.tar.bz2 gentoo-de94a25204e681fbae8e608ec7967a6ca2c2681b.zip |
kde-plasma: Add KDE Plasma 5.17.3
Package-Manager: Portage-2.3.79, Repoman-2.3.17
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.17.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 6bff7204c352..54820275f4c2 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-5.17.2.tar.xz 47024 BLAKE2B c6c6f22a15e969fdda0e0984157b931ad4eaf51ada04d956ee9b9c6742aee293a547f1918650efb5a9c5d33e3c3d14d53f4f984c3454b475521a3a948d5bedc2 SHA512 05c8cbf794dd202e6325391f835de48484301b841c9b8dfe9b1d37b1ae15268039dab64487ad823e32033c33dac772388586ad10f2925bad8d1efb2b639badc4 +DIST plasma-thunderbolt-5.17.3.tar.xz 46736 BLAKE2B 317c5f355c4b0ead9b98a2947838f991ed9d80b196925489b10e9bcb55b9bf35b8b862e5efaffd1166ce65875b7f3ad8b7c71d7bf9d46599278b952bbafa3c81 SHA512 448afd8e8e4f26114872b1a1e09c5d093063c5f937b898ce41893a32e371689d111b66d6dc359f79bb4cea6d570c3d18bcbbf44d46ffa9d2ce30224f1b193a29 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild new file mode 100644 index 000000000000..b88fd3c29a25 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.64.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=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 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND} + sys-apps/bolt +" |