diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-06 16:12:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-06 16:24:08 +0200 |
commit | bab9130021f5bd8fe2de6ac0a94469f27739863d (patch) | |
tree | 80fda7ec53b3ed1f202b4a0311e683844ef34f72 /kde-plasma | |
parent | kde-plasma/plasma-systemmonitor: 6.1.4 version bump (diff) | |
download | gentoo-bab9130021f5bd8fe2de6ac0a94469f27739863d.tar.gz gentoo-bab9130021f5bd8fe2de6ac0a94469f27739863d.tar.bz2 gentoo-bab9130021f5bd8fe2de6ac0a94469f27739863d.zip |
kde-plasma/plasma-thunderbolt: 6.1.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.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 698eda21871d..b4c974b18966 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.1.3.tar.xz 79500 BLAKE2B 0e1ccd19aab1743aabc2bd6da21f551b64ca90b0be8d52586c0809aaa636a3cfe8adaf37ff9666d812a07f82f0116b4baff9d2df3d58cd2333db906c763cb165 SHA512 de2a1e578eeb0df7bf55edd030865bb254cf47f326f5ba5a55c67506dff4300b8145c2446cfb4ab3aa9aa73b623453c5e691812e4de2cbbdaac55c3881a1a0cb +DIST plasma-thunderbolt-6.1.4.tar.xz 79556 BLAKE2B fc823a61ccb01e2478c5c535767c21c712027111e3720607a7b32c3469440b2c3ea69f4a6a9e5a0810b4e6f5dfc26ab9179d7a6b190d0eb3a8659b34556ec9ce SHA512 a04414a072ea8ee6693131496f4d8ac9716d671ffd6b0eced5398bb0b2019c1667e0abf0382313dc38b00df19d2c320b4d137ce04619a23a91fc51a2f4d4e539 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.4.ebuild new file mode 100644 index 000000000000..1b1a74611825 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.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.3.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 ~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" |