diff options
author | 2016-06-17 21:28:33 +1000 | |
---|---|---|
committer | 2016-06-17 21:28:48 +1000 | |
commit | b56c4afdc884086debd747c1e014a98e7b71f721 (patch) | |
tree | 486325c38e5ec3b79507d919a98344f21b9fa0ae /kde-plasma/kwayland-integration/kwayland-integration-5.6.5.ebuild | |
parent | dev-libs/libutf8proc: Fix S, thanks AlexOmskiy@yandex.ru and Philipp Ammann, ... (diff) | |
download | gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.gz gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.bz2 gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.zip |
kde-plasma: version bump 5.6.5
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-plasma/kwayland-integration/kwayland-integration-5.6.5.ebuild')
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.6.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.6.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.6.5.ebuild new file mode 100644 index 000000000000..a31f195c043b --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.6.5.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}" |