commit: f124b444840e5adf8d5840dc14323dcde19e46de Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 21:55:02 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 21:55:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f124b444
[kde-plasma/kwayland-integration] New package Package-Manager: portage-2.2.20 .../kwayland-integration-9999.ebuild | 22 ++++++++++++++++++++++ kde-plasma/kwayland-integration/metadata.xml | 5 +++++ 2 files changed, 27 insertions(+) diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild new file mode 100644 index 0000000..e9914b4 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwindowsystem) + $(add_plasma_dep kwayland) + dev-qt/qtgui:5 +" +RDEPEND="${DEPEND}" diff --git a/kde-plasma/kwayland-integration/metadata.xml b/kde-plasma/kwayland-integration/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-plasma/kwayland-integration/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata>
