diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:26:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:35:20 +0200 |
commit | 56b04640c055a96479ab76c803ba99b367c72b06 (patch) | |
tree | ea107792af902c679299743274845ac25a31ec8a | |
parent | kde-plasma/plasma-systemmonitor: 6.2.0 version bump (diff) | |
download | gentoo-56b04640c055a96479ab76c803ba99b367c72b06.tar.gz gentoo-56b04640c055a96479ab76c803ba99b367c72b06.tar.bz2 gentoo-56b04640c055a96479ab76c803ba99b367c72b06.zip |
kde-plasma/plasma-thunderbolt: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index d1bc19128354..a45ff1ea43ee 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1 +1,2 @@ DIST plasma-thunderbolt-6.1.5.tar.xz 79972 BLAKE2B 36c1ee8d41d25f818763d29b1cf0ca05c864cc5343805292d329c657a1a19515cfa231c56bd1d6f85e8676bd70d88974c8799d97ca70fad1a6dba972addb7703 SHA512 4340a66ea69189b2a8e622691f9cb2d34168f204658cd59a0b0c3f8aba547eb797ba8132c124c4a84a1041e7e93bc553ecf988193d33b715882af9aeb688fd9a +DIST plasma-thunderbolt-6.2.0.tar.xz 80644 BLAKE2B 6b326af67b7e85ee16fa2b0e357914a626d6c42a97f4be84dacd41a502bf662ae7abb7271115375e5379152c937002d6a783bcbeb0cfde7d7952df047987ef75 SHA512 793adf3100e825891035ab89368ac21721a231903f0c1507c96c38706631c958cd0af96a031db08ac200e0a8672996bf96377567246c90563890dc279645054a diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild new file mode 100644 index 000000000000..e2c8a0104325 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 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" |