diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-12-09 03:15:30 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-12-09 03:22:50 +1100 |
commit | 9ef59ada130055054b5d3e3441fae5384e7e86f7 (patch) | |
tree | f685f33d61d3e05acb821b70001f077d9b22fd8b /kde-plasma/kwayland-integration | |
parent | Merge remote-tracking branch 'remotes/zpuskas/kicad-4.0.0' (diff) | |
download | gentoo-9ef59ada130055054b5d3e3441fae5384e7e86f7.tar.gz gentoo-9ef59ada130055054b5d3e3441fae5384e7e86f7.tar.bz2 gentoo-9ef59ada130055054b5d3e3441fae5384e7e86f7.zip |
kde-plasma: version bump 5.5.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.5.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 63cdcaf2b17f..0db970bfb2e9 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.4.2.tar.xz 14008 SHA256 c9c57d48e55cb5eb660d715d63d57337da8abd940288ad6807cee6624cdb1021 SHA512 5d4ab0a6942c91c4b49c7231ce0f8a1da76d1df2c74ab791eac08045e637dd41abeffef299928d4888c9d22d89c11e08326fe244831d6a46fc8da810cd4fbad4 WHIRLPOOL 104a2f667f45538c846d75b96e56b461a66a2de5516218f5d3f76298e9ef60ea2e6a9e673ef6fc6747a41605f84787a374f5703f5db13dda2b0abab4e1a7acea 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 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.5.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.5.0.ebuild new file mode 100644 index 000000000000..1f1422daa527 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.5.0.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}" |