summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-18 18:22:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-18 18:36:34 +0100
commitd40e79cf2b8dccb63300dfa84370f5ed03d8cfd4 (patch)
tree6a62ec9dd04051b855740fc70a8adf402dc155c1 /kde-plasma/plasma-thunderbolt
parentkde-plasma/plasma-systemmonitor: 5.23.90 version bump (diff)
downloadgentoo-d40e79cf2b8dccb63300dfa84370f5ed03d8cfd4.tar.gz
gentoo-d40e79cf2b8dccb63300dfa84370f5ed03d8cfd4.tar.bz2
gentoo-d40e79cf2b8dccb63300dfa84370f5ed03d8cfd4.zip
kde-plasma/plasma-thunderbolt: 5.23.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
-rw-r--r--kde-plasma/plasma-thunderbolt/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.90.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 6ec5652219c2..5a197fac1c21 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
DIST plasma-thunderbolt-5.23.4.tar.xz 65120 BLAKE2B ba143215208b8e0afd2111f74bfeb1e38085906ce36119490cb8b56df739e0a1495ac81b463e0d89df1b2946ef099da3f2da11908b5665dce9a0efa888ee51a7 SHA512 c0180e46cf47da996a2c054c3a860824b13231cabdb6dd14c9885ee9948f432a78ba61d438daba791b7d22010c84663699a5f106293d8484c78ba88add3b7ace
DIST plasma-thunderbolt-5.23.5.tar.xz 64968 BLAKE2B de989c3d65b7f806657ab9b6cf4df6e8c7c18dce28a3504961b7d5afe94b2effd4928438eb156d364c4f210fd5ac37eec3b3b1a770da33bb81767e3a17f21ba3 SHA512 019858b1060ec00140affcf8c64a78094767ce46224f5ab8507dd0e75dbb47183df6605fc1316863ef84bdef736bfc0ceb9b88dfdcafd0fb6c8d877ebed39b9f
+DIST plasma-thunderbolt-5.23.90.tar.xz 66572 BLAKE2B a3e768f51f36aaeaab88176b87c599708ce2aef0d8ee49bdcc854d978af410617e9d64a31616993e2294bdb14c18346abad2003e09a32453048bcf45f7bad006 SHA512 654542a21d09d80c0014ab881effcca4dbada0f8ad0ebfbb96729345239a7fc9abb419bd19212c94efac567c093de77e3027bb82832814c13a9cc053d3e4d3d8
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.90.ebuild
new file mode 100644
index 000000000000..f68c386c4db9
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.90.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm 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 ~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
+"