summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-02 03:33:46 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-02 03:37:34 +1100
commitaf29e6da29eaa68ab7405582b99137194c80de5a (patch)
tree28d6d946ed0b04314d3e1a763315d10a58d07f62 /kde-plasma/kwayland-integration
parentkde-apps: version bump kdeadmin 15.12.2 (diff)
downloadgentoo-af29e6da29eaa68ab7405582b99137194c80de5a.tar.gz
gentoo-af29e6da29eaa68ab7405582b99137194c80de5a.tar.bz2
gentoo-af29e6da29eaa68ab7405582b99137194c80de5a.zip
kde-plasma: version bump 5.5.5
Package-Manager: portage-2.2.27
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.5.5.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 866c6eeb678d..452c91423939 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.4.3.tar.xz 14004 SHA256 17d76337e10c268823be94bb9c7b1254ea435492e9325641e34f847a76b64c81 SHA512 e8ffa0bbe0338ea5e158b150ac6a04e2ce7ede7e9f14ddebab8694f062e6dc928f6e44772ebc26b03cccc9693a6a8f697bd3653877413ad3b87d1dcdb5aba37d WHIRLPOOL bf147fd651132b8d45d7df8617ee9f6b994c51de078857380653ebd93a493ac9b2642666316ab6c9af3975fbe036a0a7b73830276e67b1960f6f749b5a88cd05
DIST kwayland-integration-5.5.4.tar.xz 17080 SHA256 5e3a5489680a418b5d5144dc3d8d862d9781a2b02e5a738d39f6d587e53b7b1f SHA512 bd8c125e48148207bd58cdbcb51e80365a483b3e8fab117f7ce9e72328017a4af38ab3ec74e6dde7afe93a3a25d38af9d2ae4fbecf4c732918a254d4d30d8fb3 WHIRLPOOL de65355670d18d4789abcc43c8a0e61202db2cd5d9886ceb26d62d4efa66aefdaccbc7cd4ec77ecf9c173558ec2c786bc9c44e977f267baa59abc918f5a2f579
+DIST kwayland-integration-5.5.5.tar.xz 17064 SHA256 482ee3482eca54714327a72e35deab59df15c388cef5b5cc9f4c15df9da554c6 SHA512 f608346eb810f3e0f7fee9a80e4f12fa9cb0899fd0a66140887865d1283d67afbd9f05a3f87b2baf845acfe22368ea210693b03af97784429a30839b6878e3b9 WHIRLPOOL 200e73df7739148c8e7d592ee63034b35dbe34cf2759ba11a34bb68887d83a14ccd9a3a0e2c2dc204e3e3a17b732275fd6adff48527317aa5ca6e5f6be8a1245
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild
new file mode 100644
index 000000000000..2b6623213325
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.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}"