commit: a2a47de77e8ea3be8b7bd6a62e70648b434ba88f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 9 15:21:20 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 16:25:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a47de7
kde-plasma/plasma-thunderbolt: 6.3.6 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-6.3.6.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index f89daa517328..89f10405f114 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-6.3.5.tar.xz 83472 BLAKE2B 38a350911e6cf8eeba23418e5cb68649201351c2c73b79797d18edb0a5bdc1d546d53fbf0ab268f6500bb505ca574a27f5b67b9b1ddb13429dd31a90b98dde2d SHA512 ff1eed4656eafd74cb9d4c78513a785396670cf6cec8dbf49df55d7378151cbbc0e191ffd77ba3c8f3bb010a208dfeb76d43c1f1a8272acc1d3f1a6136738a86 +DIST plasma-thunderbolt-6.3.6.tar.xz 83256 BLAKE2B 58dd51f2fa4324f57df804b2b89dce091afe89129b2861caaccd42fa38d2674503e8b760d74d3dce0b199ac401135f052f078cf61b0e59501e9952dad258a253 SHA512 b1e40e5ea8f545a2b13cb7fe3717393e1b92079010e6571996fd18f31814d947e8dad885787c1addbd59f33e8f9dcf4a930a97f772da75a86722d9ae91cb7947 DIST plasma-thunderbolt-6.4.2.tar.xz 83332 BLAKE2B 7ba4e84d3c3af4c61300d3ea50ea01a1f45f2c8d01fc54578b750883be8037d4572bd288e1d080162283e564ffdb592360c5b189ac71fcb44f99297482301933 SHA512 3519cd2be9d003e74caccc013186f49e760ec61a080a3dd836cbe423cbbe11b584a1479d007da3e622b9944572117e988252078b233da10b6a6e3ca568d8a2c4 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.6.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.6.ebuild new file mode 100644 index 000000000000..fb4667be8a92 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.10.0 +QTMIN=6.8.1 +inherit ecm plasma.kde.org xdg + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="6" +KEYWORDS="~amd64 ~loong ~riscv ~x86" +IUSE="" + +# tests require DBus +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 +" +RDEPEND="${DEPEND} + >=kde-frameworks/kirigami-${KFMIN}:6 + sys-apps/bolt +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
