summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-21 00:07:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-21 00:22:59 +0200
commitef24c25475b9d05ecba23ebb3b3fbe495686218f (patch)
tree5836e399f5bce4b6b93443bc3babdf3fc4fecbde
parentkde-plasma/plasma-systemmonitor: 5.27.6 version bump (diff)
downloadgentoo-ef24c25475b9d05ecba23ebb3b3fbe495686218f.tar.gz
gentoo-ef24c25475b9d05ecba23ebb3b3fbe495686218f.tar.bz2
gentoo-ef24c25475b9d05ecba23ebb3b3fbe495686218f.zip
kde-plasma/plasma-thunderbolt: 5.27.6 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-5.27.6.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 99446f2011d9..61f2e1812883 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1 +1,2 @@
DIST plasma-thunderbolt-5.27.5.tar.xz 71980 BLAKE2B 8907b3b73eb6b6b507991e73097b882c9fabea16f9dca6c271bcb01de7923eb106f3fce2a044d661417e3387d2ac17637b7e7651dc2b124a1c520cf9646aa1f5 SHA512 b2550c7014561048bd16498689dcc7309d7abf3e6e403fad7629404f30fd8bd31f7ef3841309a06bae50c8d09deeeee64b12b0d1af5ff1b98e158eb216950f44
+DIST plasma-thunderbolt-5.27.6.tar.xz 72096 BLAKE2B 68075c91d11f9ac309c08616462a32eec5d99820de6b4510b341793fec4dbed20ce624f26d6be85ea18dcd3a0dd078595451249cf176e23e23ba357343e109a3 SHA512 455679a69f1b07672d08afbfd4468499339919c1e33efbcd3cb71aa2623ef9d1568f2adc7261bcc544db9618c152de85aa25ca22dbae89218c8274f95b41f371
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.6.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.6.ebuild
new file mode 100644
index 000000000000..5c12f7a8786a
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+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="5"
+KEYWORDS="~amd64 ~loong ~riscv ~x86"
+IUSE=""
+
+# tests require DBus
+RESTRICT="test"
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ sys-apps/bolt
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"