summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 18:47:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:58:33 +0200
commit73d92829056326204bd4f9c65885abdef8103d2e (patch)
treee9c45f4aec89a01d172d49114abb66bfa21eb057 /kde-plasma
parentkde-plasma/plasma-systemmonitor: 6.2.1 version bump (diff)
downloadgentoo-73d92829056326204bd4f9c65885abdef8103d2e.tar.gz
gentoo-73d92829056326204bd4f9c65885abdef8103d2e.tar.bz2
gentoo-73d92829056326204bd4f9c65885abdef8103d2e.zip
kde-plasma/plasma-thunderbolt: 6.2.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.1.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index a45ff1ea43ee..856cbfbcbf0e 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
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
+DIST plasma-thunderbolt-6.2.1.tar.xz 80880 BLAKE2B f136a0a8db973397614292d7c93129e2c8630b60c97c8315b60de10b73b5a356faf0a2ae82160ec3bca7cf22ad7d425c76d23e2b1bef74a2b326a1d89ed7f73b SHA512 be33def660e093961b6e0c34f08da3e477f722e5cfa745659af3368ae07561e4dd1513f644a6e6a51ed488dcacdf3bb4422a53c7f5f0558eb3ee286ce0a38693
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.1.ebuild
new file mode 100644
index 000000000000..e2c8a0104325
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.1.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"