commit: 121f1043f958020dc6fb04144fae1be2d35aaee6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 17 17:02:00 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jun 17 18:08:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f1043
kde-plasma/plasma-thunderbolt: 6.4.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-6.4.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index e93119db4330..b9f2f5f41d0b 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-6.3.5.tar.xz 83472 BLAKE2B 38a350911e6cf8eeba23418e5cb68649201351c2c73b79797d18edb0a5bdc1d546d53fbf0ab268f6500bb505ca574a27f5b67b9b1ddb13429dd31a90b98dde2d SHA512 ff1eed4656eafd74cb9d4c78513a785396670cf6cec8dbf49df55d7378151cbbc0e191ffd77ba3c8f3bb010a208dfeb76d43c1f1a8272acc1d3f1a6136738a86 +DIST plasma-thunderbolt-6.4.0.tar.xz 83344 BLAKE2B 8e182a8c0ebfdf8dacacdc5b57ff8e9230d53b090e23dba255b3373f8eb31ec0d47985a6705dbb3e13d179425366dbf87fb2bff8ef6f9a15a4f01925f1b2e981 SHA512 9266f29a2fe5ca8c0edc565ead8556ce2372da038e3da84c0ea60065a6b1a18a3349883b9558ab5dbcab15e102a165d13ef83cd8d04163eac9566e4c8d1e1ca3 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.0.ebuild new file mode 100644 index 000000000000..083b33790cdc --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.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.14.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"
