diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-31 15:35:17 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-31 15:35:17 +0100 |
commit | e09ee8c07e6739e5133b6a67f305aebabac9dd27 (patch) | |
tree | 1570eb17cf01238060d339226650a92282201ed1 /kde-plasma/kwayland-integration | |
parent | media-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one nee... (diff) | |
download | gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.gz gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.tar.bz2 gentoo-e09ee8c07e6739e5133b6a67f305aebabac9dd27.zip |
kde-plasma: Version bump KDE Plasma 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.9.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index c8d5d8805590..138ad4310db6 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.8.5.tar.xz 18292 SHA256 91d2c7422aa0e286111e647b167ac9124d085e47d88415dbcd4b6776701dc685 SHA512 6d269bb1a7ac26d4adf87ddb9791f881d8d52291f4967ba852003897ef056eb723ecedf433f9e4c0aea64bb413ea92c18470af4f0d13302e87aa7075bad18eb6 WHIRLPOOL 6f0080198471c715f9568542edbd3f6cb7c346b0a1ab0d656fb7eebc7a4644d652f0ee644fa7f03b61ebb413755fe2a14af4d8b52ab77ae4739aaac3bb0f2abe +DIST kwayland-integration-5.9.0.tar.xz 18356 SHA256 26f83646795fa167a4ca3673726b6f091305b215ee6b911c48e708a7266b25b6 SHA512 805243cff7e9efb2366c3f3561d3488f0f189d4bb48f6dbb565c984493f24be1ee73f71531fd3ebcf59a87ac3c12150b78f9de285c74330831c03bd14f6cd4bd WHIRLPOOL 87f1889c79b7d1836bd45666be451ae99fb2e0fb6927b11a568b6bdf3a5c352193b326b4dd70bad179664e6ac0f9677eabfe30c18758c3e3c99013e079b3bd8e diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild new file mode 100644 index 000000000000..959818c21905 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" + +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}" |