summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-27 19:02:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-28 00:23:10 +0200
commitf12166b460e83ba64731ae42ffbc1208e676759b (patch)
tree87257de980b3e9096e4f9a19a228ab9575a50bcd /kde-plasma/plasma-thunderbolt
parentkde-plasma/plasma-systemmonitor: 6.0.90 version bump (diff)
downloadgentoo-f12166b460e83ba64731ae42ffbc1208e676759b.tar.gz
gentoo-f12166b460e83ba64731ae42ffbc1208e676759b.tar.bz2
gentoo-f12166b460e83ba64731ae42ffbc1208e676759b.zip
kde-plasma/plasma-thunderbolt: 6.0.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-6.0.90.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index c355f16ee279..dbe8a98aa364 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
DIST plasma-thunderbolt-5.27.11.tar.xz 72824 BLAKE2B c6c7fb62b255388672116a0e0cd9d36637a8ace2e2b559e39ebb5a64867c1c3057f832875885990fec3cd0a478bb177f8e10f5cb05c486e33b097836f7f3dd4a SHA512 8ba96ca33d32b3185e7026c75f8b6158df4cee88e4f2a5e42a1a86faf22391fe62112e441cc1d41a36e7a7b74cef3d61ac2426399e0e71a862d88807c404c6f8
DIST plasma-thunderbolt-6.0.5.tar.xz 75488 BLAKE2B da71d0f9ffae02437b9da1cfc580659d3e1f20be051e4cbe5b7f7d86f5b8eef2c32da1ecc66bd4086871f4699bf9d26b69ff7a76cc01034c32daeb906da98995 SHA512 e22f61f99f8259c2c48dfd7c1bbbb75f2c9be7fa78b1187154235ace44e48277670bd89cddfe2f970564e880db4056062ed7155c78b07ae3377fc24a4516ad1f
+DIST plasma-thunderbolt-6.0.90.tar.xz 79532 BLAKE2B 12af526e74ab6c28bf2939f62439ed2f7321d0a7858c6bae83566fc728c1d6c762297a4dc813e9bdf12ffaef1332ce35dc2372adfc6d4e050ddd8a87dd2c7cf9 SHA512 58fca62f5ea78a3c22c903fe7bb273cc4e17916c17aec7f704a50537d8baf62f18a6c2416c8f4d1006988ec0604464ba8cb31e36aa9d626c15340f60fd0d9e5e
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.90.ebuild
new file mode 100644
index 000000000000..1709aea124a0
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.90.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.2.0
+QTMIN=6.7.1
+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"