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/kwayland-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/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 407ae8cd21c1..eecca93de9e8 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.17.5.tar.xz 20184 BLAKE2B 4597ae60ddc805745d519cfe7959c9d423a01ff41d3c3565600d807943950cb1008265d8cb685ee038be0950af7a2237e4de78d4574aad3aba816cb09419a21e SHA512 50ac96f4ed957ed264e8f700dc9bdb71ce04cb4a6385c2316890171943c4b7a23ebba08eb7047eebd99ad7c6d485f440c8ae7375c040088ddfffbf7f5824634c DIST kwayland-integration-5.18.3.tar.xz 20560 BLAKE2B 71ec1528519bbd72c7d5c28f55749a8fc7671e02217d559c6950290bb2c2cae711a210d0fa2d7b05845349ae0ade31694f346045fd7e2d3d85d784440e49ad2f SHA512 baac7935a55d93a114aa0edc8e0b203d99206f00718aac41be218c11b8291ee441f400bb04fd3dd3dcbb938a7f1aaa61d3ea5ddd306b478f7d78f6575557866c +DIST kwayland-integration-5.18.4.1.tar.xz 20504 BLAKE2B f19f2c65d51f92bb23f8495d5775b4eec23e7eca69afcb7ddd9699817c6241ce8cd03ff9a34110c28cd6c76c19514c03a39d3878feae3dc656ba8203bde060d8 SHA512 0ed673ad47091d946aca199d7e28db4ccac0b7274b2e5c774765cc8d6f9e91dc531bbffc50c448947cd144ad8c0766d7efc4b31826b7bf250bcbe9c9844a22fd diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild new file mode 100644 index 000000000000..c23dadc1b568 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild @@ -0,0 +1,30 @@ +# 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="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 668872 |