diff options
author | 2023-01-20 10:30:36 +0100 | |
---|---|---|
committer | 2023-01-20 11:37:48 +0100 | |
commit | e312588883548199e367d3d6a2c44ea574849a0d (patch) | |
tree | b59aa05b2443763ac9cfeb59f998e3aeb113563f /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: 5.26.90 version bump (diff) | |
download | kde-e312588883548199e367d3d6a2c44ea574849a0d.tar.gz kde-e312588883548199e367d3d6a2c44ea574849a0d.tar.bz2 kde-e312588883548199e367d3d6a2c44ea574849a0d.zip |
kde-plasma/plasma-thunderbolt: 5.26.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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.90.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest new file mode 100644 index 0000000000..cd39197e0c --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -0,0 +1 @@ +DIST plasma-thunderbolt-5.26.90.tar.xz 71808 BLAKE2B 8b1d8ac1bec8ded89a0752850a42d09381f3a07efbefbbd8bbe98a73190b3fe3a9038d13574a6d91e76b791b5c885f69c0d433b964a64cb65be99f00acce50db SHA512 80416ce459f590ec2de1da1d8236b3e3bb5ea6703caa5ff99dd60fe938e2e8765c23678fec0e8a86ce05e9b8c92736acf9a009d8f59ce3ef675db0aaec346977 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.90.ebuild new file mode 100644 index 0000000000..a2a4c9ae93 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.90.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.102.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.7 +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="5" +KEYWORDS="~amd64" +IUSE="" + +# tests require DBus +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + sys-apps/bolt +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |