commit: 11616565981f4a470da48fff71a78dad92d2d045 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 23:31:58 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 17:58:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11616565
kde-plasma/plasma-thunderbolt: 6.3.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-6.3.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index c428446ef8bf..8a94d728e8c0 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-6.2.5.tar.xz 81308 BLAKE2B c1b7255f5243f952180d0ada9b14e4dff9e26c46df56696e4aa1e469cd1e78dce340d35e5e816d8c769d378459d3df9d83ebbf197b7c73c06471aead904eeddf SHA512 2a8b7c97119996777b68c8eb33b165ee6e0fc4794ae3e96e87cd4050a1c440c320184119d36cda243f05fed1868186cea8c3874ec5548a26536635b4d45934fc +DIST plasma-thunderbolt-6.3.0.tar.xz 83916 BLAKE2B 96b45d10d14b2000de03fa3faf2746767c8d600d5f378f88f8a69544a3b9dbdc748531ac4d9c513350fe26d09d654d168483106fe459c7a35a1accc7c84efbb8 SHA512 cd6be9d8ca44c4efb1cb8d3509606769e3f06fef40880355652123ad44d395fe933af8b9848886dc24868952cad15dfdbfe90724b7618a568f8ab429bca32520 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.0.ebuild new file mode 100644 index 000000000000..fb4667be8a92 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.3.0.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"
