diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-19 10:42:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-19 11:46:14 +0100 |
commit | cdc15007a558479a7f46bfb2cb2429ead498306d (patch) | |
tree | 0682eddb09b25bd2408d2c476eba74f7c9ebcbd8 /kde-plasma/plasma-thunderbolt | |
parent | dev-libs/kuserfeedback: Restore empty line gone during conflict res. (diff) | |
download | gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.tar.gz gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.tar.bz2 gentoo-cdc15007a558479a7f46bfb2cb2429ead498306d.zip |
kde-plasma: Add KDE Plasma 5.18.1
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.18.1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index d585b710f95d..1cf7d60103fd 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,2 +1,3 @@ DIST plasma-thunderbolt-5.17.5.tar.xz 48356 BLAKE2B 18579420fcd3d99b2c948ee48391914ae33001ac95e6ec8a83d6f04d6343d25c6682e954b7c5fd1978d48b32ae200c1ce08c5a6465a037320358246a7cdb9de8 SHA512 8287e20963a31af60dff75a659af455518d72813b7e04dfd5407de4bbcda422551a000fd3ff03b67d4a052dc0421058c8ae8c31c1a92d174277d6a02819f6f70 DIST plasma-thunderbolt-5.18.0.tar.xz 50484 BLAKE2B a4a07dfe14c86f3c05283634ed068167e318b9ef77b0715eb775d8a34dc22f5ffba5fc2775f5b7638821ba176dd182dfd619574bb4831047ed306b053fa92ce4 SHA512 ec91b9c943e57a5a000b5d2296759299ac0c23b5d1e2ad6918a052df74a38b08cfa793ee770cd6d7049c56850e245aa3ce6b6b428d6751d9047105cdcccc26bb +DIST plasma-thunderbolt-5.18.1.tar.xz 51032 BLAKE2B 8a300e7aa90d112e9ac41b3b95bd5e8733eb64cf8c33ef9eb9e02203fa0fa0240c73f943965c35b8ecf83b7241a525b57ac920658661492b1be056963d8d4e22 SHA512 bf6499a6ebf1d0f5ab22eba8c6a6d782985df9438006a8a4c3eeb213cf2af1a1face3e4edf081edd2c22159a5cf87c412db930a110d392e3bfc3921cca4d1729 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.1.ebuild new file mode 100644 index 000000000000..03c59fa4845d --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.66.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=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 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND} + sys-apps/bolt +" |