diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-09 03:04:44 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-09 03:04:44 -0500 |
| commit | dd4dbff7d90d19cb3b8a4657236e598887ffbd41 (patch) | |
| tree | fc3717b00180b43464a834fd1f3c9442f57ae45a /kde-plasma/plasma-thunderbolt | |
| parent | 23850c0a8390d403a1fe131e47265df579818dd5 (diff) | |
| download | baldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.tar.gz baldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.tar.xz baldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.zip | |
Adding metadata
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
| -rw-r--r-- | kde-plasma/plasma-thunderbolt/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.7.5.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index d87fb05dcb03..b9f5246e1fe6 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-6.6.6.tar.xz 84452 BLAKE2B ebcf0a5fa855c823ee36bf2d1cf471e1ead96adc1798bb9dab74ba3216b931212e75f14e2cd22bd7b95dd8cdd2f32ff77d1d66e70d5180217a20b4ee3beccec9 SHA512 07787457280ce768fe15222187cf931c99a0b380f9fa2ff889913781f85ec94d99cb7ef5e02c48395f18693d0a54c7792ce89dcbe486d02d2823a63714cbdccd DIST plasma-thunderbolt-6.7.4.tar.xz 84452 BLAKE2B bb9e0688f9485edd4b5377857c57820bb204449edc2603cd3f25df9062412c0e80388ffd69e75ba1572dcc563628225320a69820ed8cab047aa5057a82f18efc SHA512 68edcc67b461c8a5a9c3b0400c9ea85213ef6c0343e074e9972b85cf5599d18f297d0f6314f75961dffdd886dce1957f1111c0777fa0da53ef5cca8f5e05467d +DIST plasma-thunderbolt-6.7.5.tar.xz 84440 BLAKE2B 39e76b4d96398521ba248d583e1689085f6f111f8e5f3ba6e7572866f362ae2a0834eb8c77f07bb24602b11c0b08a669a06315db5aa7266c4495b1371bee8e99 SHA512 d26853d3f575d30eb7bc29923033fb96f9fd10de051d960dd62b8eee62813dc01a704565c74d97bb933c69a7780ba976ce585dfb9d79e482cc2dedb47b26721f diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.7.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.7.5.ebuild new file mode 100644 index 000000000000..a79a7063c84d --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.7.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.26.0 +QTMIN=6.11.2 +inherit ecm plasma.kde.org xdg + +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" |
