summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 16:27:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 18:29:28 +0200
commitdd40deccd8b408b61c8e115d102488c112040fa8 (patch)
tree0a96488a3c5a47afccd1c0c13b494e1b5bcf02e5 /kde-plasma/plasma-thunderbolt
parentmedia-gfx/digikam: Drop obsolete 7.0.0_beta3-qt-5.15.patch (diff)
downloadgentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.gz
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.tar.bz2
gentoo-dd40deccd8b408b61c8e115d102488c112040fa8.zip
kde-plasma: Add KDE Plasma 5.19.1
Closes: https://bugs.gentoo.org/727760 Package-Manager: Portage-2.3.101, Repoman-2.3.22 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.19.1.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
index d06dbd9c454a..2769366bc9b7 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
DIST plasma-thunderbolt-5.18.5.tar.xz 51248 BLAKE2B e87339f2d81bfcfb60e02284e1e57aa17b1a01844cd4e0157b3b10b1bee4d4de5b02378b15c750977350a768f2c5c2f01e629405c358afcbad0765d1c7943598 SHA512 4768a69abc474b9daa2c3f880ef12829ce4804a44b4502b31e083802a5ba4406ac52001fb397415958cd52d7f76aa7dc54f8945665957a8a5557ca93e345ff76
DIST plasma-thunderbolt-5.19.0.tar.xz 51320 BLAKE2B 1d27c973783a8323abc484ec0b98fa29a419f5aea64552bf5d859584e7f37b8f3280fc903bb53fe50b5b40ec7cdee0e09a9939640418fca78204e5109eaf699e SHA512 9e5e705e66d0577a732bfec89d4804752aaf680222bce2ded46529a4604553665be8d64069d5c81d9ac9a436da8359a8b2d74b8b121ebc5dcc6a77fce3331be9
+DIST plasma-thunderbolt-5.19.1.tar.xz 51228 BLAKE2B 8fe58c4c9ea87be4a434e806a3a4016ca8c8371fe05e19fc6bea99901c6632a20985fae7b8d5698f58a4ae8e21b592890c6a3188f29c94975028936bdb4b5ae8 SHA512 edf523947bcef593a25846bd9ff7d497d629e4283f4cd35c5bfb294cecd07dfc338cb0e7284ba7fc6ee4a39b50e8457968716689e1878e9e3ebbd0692ff12fb2
diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.1.ebuild
new file mode 100644
index 000000000000..3ecb50c31933
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.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.70.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.14.2
+inherit ecm 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=""
+
+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
+"