diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-26 14:47:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-26 15:17:42 +0100 |
commit | 920af2f13d32fd57b7fe5e391faae8063ce573ee (patch) | |
tree | d85ad3d3f126a0912fecfd4e68e56a6ed9b66819 /kde-plasma/kwayland-integration | |
parent | dev-python/curtsies: clean old versions (diff) | |
download | gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.gz gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.bz2 gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.zip |
kde-plasma: Add KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 545c09eaedd1..b14afb453434 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.1.tar.xz 18820 BLAKE2B 3e3b54cf974ede4357be6a1f40392dc233c6c856f80693ba9a508f0d547d6df21ab5437f1e2afd16804d8fbc0cd2e05fbe9aa39f57330e120db45b79c4dae854 SHA512 8d22d0a66efe792f2bb47a74630b09c317581bf38652c10a7aec8f4dc2c29ef9d24d6c198c813659b496fb2b7f9340e4adbd7fa34313946de618c537e506de7f +DIST kwayland-integration-5.15.2.tar.xz 18676 BLAKE2B 57a81310addda96e9609957ecf702a499ed138eb7435a1c34bc3bc05ac594440d693ed79f10c3ddb2d5c91506ad63434ebfbc1b2b332636c7731b2f56bcf6bd0 SHA512 94d72ffac66aa8aa0aad66ec1931c4e1f42c39e0a33d1dad66f8a062991355185450a27b50864335430aaf4c5c8b4cc00c16a7d26f0aa9528b0cd5c6fb30a190 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.ebuild new file mode 100644 index 000000000000..5ef07b8658b4 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.15.2.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 ~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 |