diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-16 21:14:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-16 21:50:30 +0200 |
commit | 4c04eeb5d0f9340a6fc82eeb8150841176ddaf81 (patch) | |
tree | 6739c03d466a5fbacdcd877895df9899b26d6771 | |
parent | kde-plasma/plasma-systemmonitor: add 6.0.4 (diff) | |
download | gentoo-4c04eeb5d0f9340a6fc82eeb8150841176ddaf81.tar.gz gentoo-4c04eeb5d0f9340a6fc82eeb8150841176ddaf81.tar.bz2 gentoo-4c04eeb5d0f9340a6fc82eeb8150841176ddaf81.zip |
kde-plasma/plasma-thunderbolt: add 6.0.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.4.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 7851587593ec..70982f7729a3 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.3.tar.xz 75056 BLAKE2B 3431e500ccc4536321805aca132ed1ced2f803483b8236c01375fa1488a5fcfd802d0fbbafb8a7738499291ba4791a84beec4f2c81385da4daebb9fdbee2de50 SHA512 9c6e991a7af13bae04af77bf5d3cd85be7b210e107c499ae19f22dd32c8e6e07b99bc7948044548ee33bb4e9535ef33dfb9c70d5ebfe364d57aee1651b0f0fa8 +DIST plasma-thunderbolt-6.0.4.tar.xz 75068 BLAKE2B de3c31dbe5a366140f82cef9e607834719060e9f80ed619022c2870711e387d5c9080373dd8291ca92191ef3693371e59723d0cdaa99d03438505ae060c1052c SHA512 119f6af9088dc108ccee9e0ba83d2a357f25a561f774f7ac88282fc8716594fa38d7d2b125cb19fbff9055498b4187f7c7ea7dcf146e8d2103109652df63a936 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.4.ebuild new file mode 100644 index 000000000000..88642424e300 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.0.4.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.0 +QTMIN=6.6.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" +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" |