summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-08-02 18:34:29 +0200
committerJohannes Huber <johu@gentoo.org>2016-08-02 19:19:39 +0200
commitf2e8fdc64a57052f929a3934b3fb51c084664f34 (patch)
tree665f99d69bcf45cb44f9b1c75724ce5c94032eb8 /kde-plasma/kwayland-integration
parent1f3d6c812f8740d48632aef6b9933a5b596e2443 (diff)
downloadgentoo-f2e8fdc64a57052f929a3934b3fb51c084664f34.tar.gz
gentoo-f2e8fdc64a57052f929a3934b3fb51c084664f34.tar.xz
kde-plasma: Version bump KDE Plasma 5.7.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.7.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 04f2c8ce1c0..d70f612699e 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.6.5.tar.xz 17164 SHA256 f054e10afe855e743b01eccdea90f6a33bbb549acf2eb20a0e296061406ac6e9 SHA512 388591a34914aaf1ce33461dfaf4b952e1d74ee4b6869f56d379f010155498d0020cf0fc87256d398096f50012a6e7ad9fec5b55d7ab7f1c7e2cfbb017c82768 WHIRLPOOL e991c4cfd9ddd85557a4cd46bd580312e2252c54177c1278a4daf88a2d13fce7b14e5d96856813701af47be9aedb442783d83b97b91e53cb5eef18e655628844
DIST kwayland-integration-5.7.2.tar.xz 18064 SHA256 fb6ecedb227d4b3e40e7f316aba92fe90bd0adb2a364d94182e1d81dd166a949 SHA512 e3dc31bc029794e27d9430ac6c7ff354f49d9c7f4b40ad35774ba5fee1cd3c560221ddeddc9aa009f118994c731df124ae7b47a37ee402e68464e8ab25467077 WHIRLPOOL d2622552d67f463dae16b4655c78c4bc2b6ca704de48e84a9f05378fc1987317da9093d4f8de76e94b23286b6beb04fb307842fac69d10421e96217405567c27
+DIST kwayland-integration-5.7.3.tar.xz 18048 SHA256 36ba2bd05a25e4adc9ca179c285a1ea31b3d8e1fafcdc2f7e443b9315aae91f2 SHA512 54b674b2b5573189af5b1633c61ad266168122a69cb61097a3b8bc05fa40e972ef520fae86ea6e07f96aaa7c89b59f1dc0746bb4ff847a9416fa183390ed5f49 WHIRLPOOL 7e0da9daa64ceb9ed391144f6455e3ba3f410133f8a8ea98305135e20d5deae96da8c9492386a1e0971e8ccf6f1562c2fb6566e97bd9359acac12a7664ad05f3
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.7.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.7.3.ebuild
new file mode 100644
index 00000000000..a31f195c043
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.7.3.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}"