diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 20:21:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:05:24 +0200 |
commit | 55391d594cbb90254c591743415442484c3b0d02 (patch) | |
tree | 0495277eae519b0471a036e40a57ebd77d661530 /kde-plasma/kwayland-integration | |
parent | dev-python/pillow: bump to 6.0.0 (diff) | |
download | gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.gz gentoo-55391d594cbb90254c591743415442484c3b0d02.tar.bz2 gentoo-55391d594cbb90254c591743415442484c3b0d02.zip |
kde-plasma: Add KDE Plasma 5.15.4
Package-Manager: Portage-2.3.62, Repoman-2.3.12
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.15.4.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 2b480b513f1f..2b30a3833365 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.14.5.tar.xz 18704 BLAKE2B 56669ba9cc8644aa1a613bc35756c317809889494e0b033b805e91bef9fa4b4721e91a5f2a108f314fa6f6b62fd12d5b96d7f912612b3a6c4836ba54a56a1838 SHA512 0e0d5ba23c8e9417160f985298e71d3693b01c5cc1773a0f9c9f173e14ab568b1701ec23daf8e07e95666ac3a680eb8f476eb0e96b6d89aa6f4f761e52704b20 DIST kwayland-integration-5.15.3.tar.xz 18676 BLAKE2B dfaf165fe029b71f5ed19092e131811509291d56796d0c62fbe2a0c6ab3b2f10593ffaab8511cd519accf7ca5c6eb86749ecfd8f3ce271e230ccfe64fc7c40d8 SHA512 0b4b367e53eaf35a6c76b9a81f6ea000a10ca9b5c07f255c97f55d146d8f7e4085a43a7af4ab81963d3b18e4e9f9cc26550e2be7d0a682277efa144a83d37238 +DIST kwayland-integration-5.15.4.tar.xz 18816 BLAKE2B c7f864820734b8e3e9892633d7b3b4aeb5189fb3218e5b9932bc8f78b8e089c91f7a87b0bd6c8ac5a2b094cae80475814954a559b3bb34bb81b339b03966b7a0 SHA512 459764bb58cfd01f145cd3600b9990cf911ab063620e0b5ffe4d13ca80ba7df5e66d2eca7f5e4d7c326c2564a1904133c2acce2408803414c9d0318853c2f403 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.4.ebuild new file mode 100644 index 000000000000..bbef91320933 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.15.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwayland) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 668872 |