diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-03 16:43:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-03 16:56:42 +0200 |
commit | 47b84fce9beb134c4584cf12e90a7a69f39eceb8 (patch) | |
tree | e3c7b82c0dbd39ddb6aac4df4cbb377e06cce878 /kde-plasma/plasma-integration | |
parent | dev-lang/python: ignore EPERM in test.support.unlink() (diff) | |
download | gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.gz gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.bz2 gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.zip |
kde-plasma: Add KDE Plasma 5.18.4.1
Closes: https://bugs.gentoo.org/715884
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.18.4.1.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index f723e3b3ff06..06dd40b81eff 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.17.5.tar.xz 56836 BLAKE2B aa22d2f362f07e33ca75ada88b05a93ee9bc6f2bb6e136d9a08526e54a1e68a5c7947e617085f068363f40d5748b9fdcb7a93ad57016dd6844718d843c01897f SHA512 9341ca525e1c02b0ee00d01221a68f683717f89c19408f5b94004fa13fb63fa7983609756ce64fd0b21301fb2a51a3e531c0b2bc1c46ca656dc41b08076baca2 DIST plasma-integration-5.18.3.tar.xz 57664 BLAKE2B 9e70f6f77f7c5907c3e3408a15bf25c5f5c84a6c1ae831eee2f86c9668fc49bfdac59563cd7a6729007721a635f57ff4096fc0a1a3a57c1d32c49527e999095e SHA512 1df2bc77ade1ff4f3b858f00dd66c4324bc1b9f1f0a10d1b5481f6432666989a7d57f1407528e1cf8e9cb91519393e6c4d320541c4f970958dce77ffc065c976 +DIST plasma-integration-5.18.4.1.tar.xz 57712 BLAKE2B aace5d422e8bf3304ba3f60bec32554b0457cc5c3ac74ce002d7af882b5afe657714a6806dd740ee0333a6cd8a4283f6fa886418886f56bd8f9e745e75f617db SHA512 ebc6080457d1958e2cccc7db25b30443e21759c95c29dc8f72538ec2945f99019ad0598369253ec552c4a77dc49979ef3e1a46da93362a34793c0af6209c5e3d diff --git a/kde-plasma/plasma-integration/plasma-integration-5.18.4.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.18.4.1.ebuild new file mode 100644 index 000000000000..b69100326522 --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.18.4.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.66.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kjobwidgets-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-plasma/breeze-${PVCUT}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5=[dbus] + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + x11-libs/libXcursor + x11-libs/libxcb +" +RDEPEND="${DEPEND} + media-fonts/hack + media-fonts/noto +" + +# requires running kde environment +RESTRICT+=" test" |