diff options
author | 2016-07-05 19:12:19 +0200 | |
---|---|---|
committer | 2016-07-05 19:12:32 +0200 | |
commit | baccf7d89000ee1b91dff0a1019da5f12335b878 (patch) | |
tree | 85abae9d424c9a8d6981a9b99a5ff89e826c5ff7 /kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild | |
parent | www-apps/icingaweb2: fixing bug 587964 (apache vs apache2 user) (diff) | |
download | gentoo-baccf7d89000ee1b91dff0a1019da5f12335b878.tar.gz gentoo-baccf7d89000ee1b91dff0a1019da5f12335b878.tar.bz2 gentoo-baccf7d89000ee1b91dff0a1019da5f12335b878.zip |
kde-plasma: Version bump KDE Plasma 5.7.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild')
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild new file mode 100644 index 000000000000..a31f195c043b --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.7.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 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}" |