summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-07 18:15:42 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-07 18:15:42 +0100
commit7e36f1034d8f0943f925814a026ab2d81a97cfad (patch)
tree35a65f1b1cb05850233440a8c301d174fe7b38af /kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild
parent5fc722d8dc0fd8a36f42d67ded93aa6d84502764 (diff)
downloadkde-7e36f1034d8f0943f925814a026ab2d81a97cfad.tar.gz
kde-7e36f1034d8f0943f925814a026ab2d81a97cfad.tar.bz2
kde-7e36f1034d8f0943f925814a026ab2d81a97cfad.zip
kde-plasma: Version bump KDE Plasma 5.9.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild')
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild
new file mode 100644
index 00000000000..959818c2190
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.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}"