aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-21 22:29:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-22 10:56:10 +0100
commitaedf8870645b590773b59bb05144bb7009cf0a03 (patch)
treea97e27201ea103e18690b3d71544ba19d9e2a6dc /kde-plasma
parentkde-plasma/plasma-systemmonitor: 6.0.0 version bump (diff)
downloadkde-aedf8870645b590773b59bb05144bb7009cf0a03.tar.gz
kde-aedf8870645b590773b59bb05144bb7009cf0a03.tar.bz2
kde-aedf8870645b590773b59bb05144bb7009cf0a03.zip
kde-plasma/plasma-thunderbolt: 6.0.0 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.0.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
new file mode 100644
index 0000000000..fa56c3a15a
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -0,0 +1 @@
+DIST plasma-thunderbolt-6.0.0.tar.xz 74468 BLAKE2B eb3d1a20e45f67c96a289d19e950437b8702c6ba18ea0f7b9e0e406e5de85e50807e08d9a898c930a923a08d8d424ce3758b21f0b0007785877dd634cf8086f6 SHA512 5114c2f40a2357328c1fd0e8176d844c5e4ee9c78fb4d21533b45b562302730ec9a40e267b1121fe9689f06c67a37f518d25ad554309ebdf4705f032415566e8
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.0.ebuild
new file mode 100644
index 0000000000..88642424e3
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.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.0
+QTMIN=6.6.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"
+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"