summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 19:38:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-05 20:03:28 +0100
commitbbc425c283d10c5bdae7f92b066b1eb91e0cda8f (patch)
treefd34cbffbdf8154e534b8f0f8298d987ed06e597
parentkde-plasma/plasma-systemmonitor: 6.2.3 version bump (diff)
downloadgentoo-bbc425c283d10c5bdae7f92b066b1eb91e0cda8f.tar.gz
gentoo-bbc425c283d10c5bdae7f92b066b1eb91e0cda8f.tar.bz2
gentoo-bbc425c283d10c5bdae7f92b066b1eb91e0cda8f.zip
kde-plasma/plasma-thunderbolt: 6.2.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.3.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 6e05549d553a..8a86df2b39e4 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.2.tar.xz 80876 BLAKE2B 1c97d294507be3985b0ba8fb993552815e9d0e287041cd7ac994c0246ae3acb77bb586ce023b75f8afed30d6b112587daf1592e6d1bfa816de2f16560757c7b0 SHA512 41b776560015c61a10fde5f0fe293b9ad5c8345a2bddf3f5e098eece896d0f3c5b34f13af67bdd3e1acac7839bb1b41b9b10b1bba2a65c403e0b9047b49df89f
+DIST plasma-thunderbolt-6.2.3.tar.xz 80880 BLAKE2B 0f25c7ad4a6bc62f67f2ff261dd9afd0ef1f72a392370b3b409516ca124a58be648d4719e1e7370f0ec1546e0fd32468c1dfeb0ce6e9e080dcab6a544cd51d2c SHA512 3fed62dba137900ff6bb0fc49e0d6b321fb89131f7f9b9d81ad8d13f1ed71fe383b21690fdf6ee1d0830846152be4ddda89f4c7a0b432e035ed314d08560e0f2
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.3.ebuild
new file mode 100644
index 000000000000..e2c8a0104325
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.2.3.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"