diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 23:29:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-04 00:09:36 +0100 |
commit | c8cd4a120664f14ae862c466c0f79f3b7e4bb502 (patch) | |
tree | c3b6e2f4f517011497ce6e600e0ae94db4a94265 /kde-plasma/plasma-thunderbolt | |
parent | net-libs/nodejs: Version 13.3.0 (diff) | |
download | gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.tar.gz gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.tar.bz2 gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.zip |
kde-plasma: Add KDE Plasma 5.17.4
Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.4.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index db97b036eff2..eb1ed1b9f907 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-5.17.3.tar.xz 46736 BLAKE2B 317c5f355c4b0ead9b98a2947838f991ed9d80b196925489b10e9bcb55b9bf35b8b862e5efaffd1166ce65875b7f3ad8b7c71d7bf9d46599278b952bbafa3c81 SHA512 448afd8e8e4f26114872b1a1e09c5d093063c5f937b898ce41893a32e371689d111b66d6dc359f79bb4cea6d570c3d18bcbbf44d46ffa9d2ce30224f1b193a29 +DIST plasma-thunderbolt-5.17.4.tar.xz 47368 BLAKE2B 69b74a5631bb0789621ab7aeb5475b8abe21a2b2c3fbf8331b1f4d0587649e05bd0a8e52cf381b9b3c8185f142e11dde28449798fa56ee72e0e5cf2d70f2d39b SHA512 1746ad45181f089bef35574a1e604443ff0a9abb025d5fddda16a109fc4041c522cc3c972272549304a3cbcea0f3fb2d75f81468f61f86826e18f03fcbef62a6 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.4.ebuild new file mode 100644 index 000000000000..f19f1b09dc5d --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.4.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 ~x86" +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 +" |