summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-06 21:34:33 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-06 21:43:49 +0200
commit244143483d79122cb433381d37f3f482b747968c (patch)
tree141942602702353f6541470ee960e2c7fc5dd144 /kde-plasma/kwayland-integration
parentprofiles: mask net-libs/libqinfinity for removal (diff)
downloadgentoo-244143483d79122cb433381d37f3f482b747968c.tar.gz
gentoo-244143483d79122cb433381d37f3f482b747968c.tar.bz2
gentoo-244143483d79122cb433381d37f3f482b747968c.zip
kde-plasma: Version bump KDE Plasma 5.6.2
Package-Manager: portage-2.2.28
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.6.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 51efc21c7bcb..0c6c603f97e4 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.5.5.tar.xz 17064 SHA256 482ee3482eca54714327a72e35deab59df15c388cef5b5cc9f4c15df9da554c6 SHA512 f608346eb810f3e0f7fee9a80e4f12fa9cb0899fd0a66140887865d1283d67afbd9f05a3f87b2baf845acfe22368ea210693b03af97784429a30839b6878e3b9 WHIRLPOOL 200e73df7739148c8e7d592ee63034b35dbe34cf2759ba11a34bb68887d83a14ccd9a3a0e2c2dc204e3e3a17b732275fd6adff48527317aa5ca6e5f6be8a1245
DIST kwayland-integration-5.6.1.tar.xz 17156 SHA256 404413111065a8a2fdf264aeb63b970425c629ff7c31c5d6860f55266edd96f2 SHA512 b7401a359bee1e9e8ad40ed543ba66af38229f5bb84a4a15c78bf74ba1b3d635a275a45b4599b29b0e1bd964e00b47a65481ac057d6be196e1241320fe65d03a WHIRLPOOL d73302275e708e7cbd95d31429a1bcb16cd82d5e349d742fd0412da19f02072924a435e4197526c9bbcc3c3844caf043984854bb698e37c271cd2adde71681ee
+DIST kwayland-integration-5.6.2.tar.xz 17156 SHA256 6235676356a3f180c7bb95ba9f192471e165611403985b30a1ba2c0835bacca4 SHA512 87daad0babec0521fbbd92be5844a936417fe2193528f1f5ce85a94787d1f92a0c3f0c248f0581f7f050b12f7fdda7df2a132bbbd305920bbf58fd7230db967f WHIRLPOOL be1691b72ed4d7061c86cdde1d15bdca63fcf30b5c65c75efc8676668ef437167495dec0607f701446ab6aa3c8bbfcbfa801b2c7f49dbf586bcbe9445ecfbb02
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.6.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.6.2.ebuild
new file mode 100644
index 000000000000..2b6623213325
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.6.2.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 kwindowsystem)
+ $(add_plasma_dep kwayland)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"