diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /kde-plasma/plasma-thunderbolt | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'kde-plasma/plasma-thunderbolt')
4 files changed, 86 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest new file mode 100644 index 000000000000..7d656b9eafb2 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -0,0 +1,2 @@ +DIST plasma-thunderbolt-6.6.4.tar.xz 84568 BLAKE2B 7a57133cd3922e3a75a18a750a72988af371c4ff4ec2fee088bdcf89078e0dba88a83126c6e9aa11c992ff3e2107ca57112524c4369ad74e4934181e41498dac SHA512 609f24c996aa515fa00db16a7182e871bf269c9187101b358c280bdae99555719552c324845c1cc87cf90b902f1cfdb54bfc7a7e9372f77a62547566d00f0ddb +DIST plasma-thunderbolt-6.6.5.tar.xz 84432 BLAKE2B 9e26006f516a31f76b8bcd81cf914b2ddf062b1efe3fcc0658c7d7294ec3bebffb66e14eb98866b67a23d9c0bfc33737dc0fe635f46da3334c634f43026d640a SHA512 6a3448b4ebda6f0f065ac4cfcc435ed35a672c22471a0a828edc9545eaa47e219f5c95888496a274ef6626e90e9506b849d8e99ce89334a4d5d412a7d343e87d diff --git a/kde-plasma/plasma-thunderbolt/metadata.xml b/kde-plasma/plasma-thunderbolt/metadata.xml new file mode 100644 index 000000000000..f2915ab8ac4d --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.4.ebuild new file mode 100644 index 000000000000..fdf3d38b0001 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.4.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.22.0 +QTMIN=6.10.1 +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 ~loong ~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" diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.5.ebuild new file mode 100644 index 000000000000..fdf3d38b0001 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.6.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.22.0 +QTMIN=6.10.1 +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 ~loong ~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" |
