diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 23:36:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 23:41:11 +0200 |
commit | b38008fd3c9a760597e97fe68e59bd36bdd3e952 (patch) | |
tree | fc4ff5ea0342e2c94c25df50f508923e64802ee1 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: 5.25.90 version bump (diff) | |
download | kde-b38008fd3c9a760597e97fe68e59bd36bdd3e952.tar.gz kde-b38008fd3c9a760597e97fe68e59bd36bdd3e952.tar.bz2 kde-b38008fd3c9a760597e97fe68e59bd36bdd3e952.zip |
kde-plasma/plasma-thunderbolt: 5.25.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.25.90.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest new file mode 100644 index 0000000000..fb09b3fc49 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -0,0 +1 @@ +DIST plasma-thunderbolt-5.25.90.tar.xz 70900 BLAKE2B 31fa477482e280dd71300e141316aebfee699ffe2ec0c583798287116e5352c773d17cf90ef5d46f9c2160d36b7d6ea4c541922ca04018a02d636519f51aa965 SHA512 18cda290cc8b3b7723cefb4f27596964b5ac50160cbd740f2d44644e19bc5c0a1bab816ccb30ca87a54c7e9324921293754b596ea42c9c7c96e6272bc45bca15 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.90.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.90.ebuild new file mode 100644 index 0000000000..f779e74d65 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.90.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.98.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.5 +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 ~riscv ~x86" +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 +" |