summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-11 19:36:26 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-10-13 05:06:35 +1100
commite559b1743038622ade87249c595dd945a2827b7f (patch)
tree3807d81d8966e59519e9fcaff8f72c1b101cbb82 /kde-plasma/kwayland-integration
parentkde-frameworks: remove 5.23.0 (diff)
downloadgentoo-e559b1743038622ade87249c595dd945a2827b7f.tar.gz
gentoo-e559b1743038622ade87249c595dd945a2827b7f.tar.bz2
gentoo-e559b1743038622ade87249c595dd945a2827b7f.zip
kde-plasma: 5.8.1 version bump
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.8.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 52b715c0f5db..b586eb5b85d2 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,4 @@
DIST kwayland-integration-5.6.5.tar.xz 17164 SHA256 f054e10afe855e743b01eccdea90f6a33bbb549acf2eb20a0e296061406ac6e9 SHA512 388591a34914aaf1ce33461dfaf4b952e1d74ee4b6869f56d379f010155498d0020cf0fc87256d398096f50012a6e7ad9fec5b55d7ab7f1c7e2cfbb017c82768 WHIRLPOOL e991c4cfd9ddd85557a4cd46bd580312e2252c54177c1278a4daf88a2d13fce7b14e5d96856813701af47be9aedb442783d83b97b91e53cb5eef18e655628844
DIST kwayland-integration-5.7.5.tar.xz 18076 SHA256 d487d994414747db0efe6a838b7696431ceda1392fd99e158d4b587b0cc648b5 SHA512 765c5dea8cf1c9cb2fb93982c438544c49943203d037468e605720cda8831ecd47a618b2bc32dd12832c560cc6d2b23eca1c546acf11bf539b548e824d30b2c0 WHIRLPOOL 3ff2f4d8db914811d17deb3ab92f542e2b64ea5a75a452441389b98a4b44cd6af2a4eea0be9bb3f60ff85d18b2a075a6a46ec4eb2218c63cb50231dd8aff159d
DIST kwayland-integration-5.8.0.tar.xz 18108 SHA256 78237f27cf0c6ad394e53c40a9476399da5abce103df94f5238e6cf1f692d75f SHA512 9354ff87ad21f6ed37d81c3a84707ce14e5ee0aa9d0b230cda6366a789d474d6b247d4fc5976ba5c245e7c76dd7a01504a508141330ed4a96ddfe092fab72aac WHIRLPOOL 64466ed26eeb74695e6da5c5ef4dda045e396e6515aeb1bd35cf3a27ce7fe6e2a68dbf0abd2a585f98ab1ed686d7945a7cd3c2296b76e7eb6c74009e8b22539f
+DIST kwayland-integration-5.8.1.tar.xz 18108 SHA256 307688799889e4d6dbecdd811397a3167cab17b9d0d50de3fff96433cfa68de3 SHA512 750f351a929143abe35c84f3802d73d9ad117dd65b4f227aa615ef0a317c0bc70f608413be8acf0ef5f0be2db7c250881b6540607b862ef7029bbdabf1f47f8e WHIRLPOOL c58b92126050f3b7df140c0e88751a6549af027dfd684fd96e49aef90eab1d63433f11e8708860a0d28b664161084fe0f71f1ec170fcbb0796cbee4c5e551268
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.8.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.8.1.ebuild
new file mode 100644
index 000000000000..a31f195c043b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.8.1.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}"