diff options
author | 2022-11-08 16:56:31 +0100 | |
---|---|---|
committer | 2022-11-08 16:59:59 +0100 | |
commit | 477db893e1c62e1988ed2f23951e7c5371b86360 (patch) | |
tree | 74214f419b643ac930d116029d3a64ee6c107d56 /kde-plasma/plasma-thunderbolt | |
parent | kde-plasma/plasma-systemmonitor: 5.26.3 version bump (diff) | |
download | gentoo-477db893e1c62e1988ed2f23951e7c5371b86360.tar.gz gentoo-477db893e1c62e1988ed2f23951e7c5371b86360.tar.bz2 gentoo-477db893e1c62e1988ed2f23951e7c5371b86360.zip |
kde-plasma/plasma-thunderbolt: 5.26.3 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.3.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index a0450fa1602b..ce9b52034a8b 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-5.25.5.tar.xz 68828 BLAKE2B 2e43e20f1413b2edf502f5d7a7b766d956e5bae7f69b983f234546270c629148baf126415915360d8991292139c2d41c687df308d143e359c5a47343d35ddc29 SHA512 73280e422e30893f90586ff7248a6ec0db8d8b518a205187c550545381ee34b09fa648ce819129f8cf2823877f7fcdbbc8e3484a4ca86fa427b2c95915f532b7 DIST plasma-thunderbolt-5.26.2.tar.xz 71760 BLAKE2B 0bb6b23019e6b8b0fe1da24de09ea357501168b4364bddbc2d27c4c6e205648aaac326b477024be03da13f9f5cdfb5c345c2fd63af13e38fd3f53418bdf67ee0 SHA512 1662d3c23b72ac0289e65223e492df6bf69e07d70a33aaacca3e2343cde3f9a1c494e40681ddbaff0a5467aca8eaafd459c46548e277284b12b0885854038533 +DIST plasma-thunderbolt-5.26.3.tar.xz 71976 BLAKE2B 295bd628f12ccd4f2886c1feed37b61d554a129a6e441858ab13e3a85b550bf2470e2021307af7b8c6e3f245b2a0e663cfa2168a621db3b1adaff16e9be19c6c SHA512 09ca8f63872b0d227000628f1d20821b2d55e22659dfad7c957ccff1539690853fc5e969e55361aec099bb890c2a9ec7f3779b27cb97f7a55b960173d5fb399d diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild new file mode 100644 index 000000000000..f923bb132e0c --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=5.99.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" +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" |