summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-14 00:59:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-14 01:01:02 +0100
commit62f6f77230baa5695f0a12ae0e986486951c6690 (patch)
tree016ef8199abe7f6f197008d7c2211cee6c620e23 /kde-plasma/plasma-thunderbolt
parentdev-python/prometheus_client-0.6.0-r1: revbump add py38 (0.6.0 series) (diff)
downloadgentoo-62f6f77230baa5695f0a12ae0e986486951c6690.tar.gz
gentoo-62f6f77230baa5695f0a12ae0e986486951c6690.tar.bz2
gentoo-62f6f77230baa5695f0a12ae0e986486951c6690.zip
kde-plasma: Add KDE Plasma 5.18.0
Package-Manager: Portage-2.3.88, 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/Manifest1
-rw-r--r--kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index 8735c6b02803..4bc9e535714c 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
DIST plasma-thunderbolt-5.17.4.tar.xz 47368 BLAKE2B 69b74a5631bb0789621ab7aeb5475b8abe21a2b2c3fbf8331b1f4d0587649e05bd0a8e52cf381b9b3c8185f142e11dde28449798fa56ee72e0e5cf2d70f2d39b SHA512 1746ad45181f089bef35574a1e604443ff0a9abb025d5fddda16a109fc4041c522cc3c972272549304a3cbcea0f3fb2d75f81468f61f86826e18f03fcbef62a6
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
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.ebuild
new file mode 100644
index 000000000000..3f8aabf4bac5
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.18.0.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"
+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
+"