commit: dc9593a7e05b407eab01612f056af8b9a2471a57 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 18:31:05 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 19:40:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9593a7
kde-plasma/plasma-thunderbolt: 6.4.2 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-thunderbolt/Manifest | 1 + .../plasma-thunderbolt-6.4.2.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index e145cfea6614..50eee3d4932b 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.4.1.tar.xz 83344 BLAKE2B 9ff5bbf06590ae0d9dcabc64f3011dcc32acbd7f9c2e43cf7d3e3a2dfba0faabcf551a2dbd7aa5a6aff9caf812418f3f1cd304fb5320db4c0b63b9b59a9e9727 SHA512 94668fffd3fa8b6ee0590e1ce9c88d19dc5a61ff0b94c4acfa7954dbfc8786ae2c124987908d04e252821175710ddeedf24bfc80930a25a05943a1d1418bdb1a +DIST plasma-thunderbolt-6.4.2.tar.xz 83332 BLAKE2B 7ba4e84d3c3af4c61300d3ea50ea01a1f45f2c8d01fc54578b750883be8037d4572bd288e1d080162283e564ffdb592360c5b189ac71fcb44f99297482301933 SHA512 3519cd2be9d003e74caccc013186f49e760ec61a080a3dd836cbe423cbbe11b584a1479d007da3e622b9944572117e988252078b233da10b6a6e3ca568d8a2c4 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.2.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.2.ebuild new file mode 100644 index 000000000000..083b33790cdc --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.4.2.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"
