diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-01 20:32:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-01 22:04:05 +0100 |
commit | 79be6388101e20bb6fcf38c0849007f174047854 (patch) | |
tree | 20a69c79b86d45026bb80909298a3946abc515d6 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: 6.2.5 version bump (diff) | |
download | gentoo-79be6388101e20bb6fcf38c0849007f174047854.tar.gz gentoo-79be6388101e20bb6fcf38c0849007f174047854.tar.bz2 gentoo-79be6388101e20bb6fcf38c0849007f174047854.zip |
kde-plasma/plasma-thunderbolt: 6.2.5 version bump
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-6.2.5.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 81eb4a8fb73e..c25491e4b68a 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-6.2.4.tar.xz 80880 BLAKE2B cdf15edfb0663c34a7bfd58c619d141f793492717c9c653990e425891c9e8b0b37312885c0459f06d13d55731abd8e5991301d7492ce78cba3c46c3bf2fcc986 SHA512 211bff89497e115f1831fe984344cd08c7e894219e6a669aae8b48cc1b321d2735a1196abbc2815fa9d947974d243ab6b362ec792eed735b4ec8c53cd63a5c2b +DIST plasma-thunderbolt-6.2.5.tar.xz 81308 BLAKE2B c1b7255f5243f952180d0ada9b14e4dff9e26c46df56696e4aa1e469cd1e78dce340d35e5e816d8c769d378459d3df9d83ebbf197b7c73c06471aead904eeddf SHA512 2a8b7c97119996777b68c8eb33b165ee6e0fc4794ae3e96e87cd4050a1c440c320184119d36cda243f05fed1868186cea8c3874ec5548a26536635b4d45934fc diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.5.ebuild new file mode 100644 index 000000000000..a56cf7412772 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.5.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.6.0 +QTMIN=6.7.2 +inherit ecm plasma.kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="6" +KEYWORDS="~amd64 ~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" |