aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-03 19:58:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-03 19:58:34 +0200
commit13a988af86d16282c07228a29a87237be1832a54 (patch)
treeeafa76f9143490c886bec7787dc351ae5050562e /kde-plasma
parentkde-plasma/plasma-systemmonitor: 6.2.0 version bump (diff)
downloadkde-13a988af86d16282c07228a29a87237be1832a54.tar.gz
kde-13a988af86d16282c07228a29a87237be1832a54.tar.bz2
kde-13a988af86d16282c07228a29a87237be1832a54.zip
kde-plasma/plasma-thunderbolt: 6.2.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.2.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index fd0e818160..3b42c7ee94 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1 +1,2 @@
DIST plasma-thunderbolt-6.1.90.tar.xz 80432 BLAKE2B 9f6439f55f66a38629a27b348949f90d18cb627658268227200a8f5f42cc83f09f6f8667a6ffeb608377ab9c080a9d3ac26c3e96d34bf9e19054fbe62c9a01df SHA512 fbf6c5642f3eb9adda0d9ddc451c3c982a9ac27d214f319c438a090ed70bb48c6b7d17162f7cfd5f87b4e22874214f327498115dca97970230404750229c6160
+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 0000000000..e2c8a01043
--- /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"