summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-12-16 01:14:15 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-12-16 02:31:23 +1100
commite3eeda55533ee0564c283466854c25eab97a1678 (patch)
tree1b471207f3edb955d2145cdadaae6566cae419fc /kde-plasma/kwayland-integration
parentdev-db/percona-server: Fix ebuild tests wrt bug 568328 (diff)
downloadgentoo-e3eeda55533ee0564c283466854c25eab97a1678.tar.gz
gentoo-e3eeda55533ee0564c283466854c25eab97a1678.tar.bz2
gentoo-e3eeda55533ee0564c283466854c25eab97a1678.zip
kde-plasma: version bump 5.5.1
Package-Manager: portage-2.2.26
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.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index f09412d21764..fc7c35c70cc1 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.0.tar.xz 17080 SHA256 c4c209670b7994724a67ab79cf41d44c2e12b49c3a36600de85c7f9b90c75374 SHA512 3149f3e3ff8939d771e1cc9d78533067c8c81e75311cade7fdd7caca16c1eb9c4fdbcd30cd812eb000edb9e126d5f5e7f1745cdf74f6676117f0d691ae5e853e WHIRLPOOL 72155fe9a3d4335a84a2382e6eca817deaca87a138215751781b449b1d051a232d1458d80191dc145444bb4d846e72719432135cb2dfca86b0bcda6ad70dee34
+DIST kwayland-integration-5.5.1.tar.xz 17076 SHA256 ae649db9c158efcc3c170a2f7deb7e249bcb6eb3557e032d913d7d1d3b4b41eb SHA512 62faff5674c9d2a991cf1cb04159b9b91ff678fc3e6665ac7a5b6c4d4844f3bbec4e15f8c738ff0321a981fb43ec4454b830a25bbac85e7f899e1dfeec88473a WHIRLPOOL 8d1936289110da8c42221bd4ac51571540ef0a41d729e1d0dc7b15d6f91278510bb2b1bfc3427c65059a02a3b2eacc00251d51a3eb7dce8986dcf449bce7d547
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.5.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.5.1.ebuild
new file mode 100644
index 000000000000..1f1422daa527
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kidletime)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_plasma_dep kwayland)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"