diff options
author | Johannes Huber <johu@gentoo.org> | 2016-04-19 17:50:06 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-04-19 17:50:19 +0200 |
commit | fa1fd15739f6885114cfd567326711b7ac9ee82a (patch) | |
tree | 78d8880979eaba0abcac302d168340577497b7de /kde-plasma/kwayland | |
parent | net-p2p/ktorrent: Sync with tree (diff) | |
download | kde-fa1fd15739f6885114cfd567326711b7ac9ee82a.tar.gz kde-fa1fd15739f6885114cfd567326711b7ac9ee82a.tar.bz2 kde-fa1fd15739f6885114cfd567326711b7ac9ee82a.zip |
kde-plasma: Version bump KDE Plasma 5.6.3
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-plasma/kwayland')
-rw-r--r-- | kde-plasma/kwayland/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland/kwayland-5.6.3.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwayland/Manifest b/kde-plasma/kwayland/Manifest new file mode 100644 index 0000000000..65a94ac063 --- /dev/null +++ b/kde-plasma/kwayland/Manifest @@ -0,0 +1 @@ +DIST kwayland-5.6.3.tar.xz 168184 SHA256 bb2082d2513eb716715fe1302f33cd5bf1db6f0bdc90b7105319b722f4db3713 SHA512 27323f70cd202ad95ca1b567bf458b933073048ff9f8ebefbb88cdd3403e2f67fd69b1a99aa2bb45f81a3913feebd0279fce748d30fcbb771994df9eeffb1d23 WHIRLPOOL 11fa542c21f33e65a64492405261dfc8dc72d6b52b74ddd6599483ffa39793cf676856880306433bcdb721c70381c9963abf877ef646fbdc0ea507d65ed8fe4c diff --git a/kde-plasma/kwayland/kwayland-5.6.3.ebuild b/kde-plasma/kwayland/kwayland-5.6.3.ebuild new file mode 100644 index 0000000000..41372bca0c --- /dev/null +++ b/kde-plasma/kwayland/kwayland-5.6.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + >=dev-libs/wayland-1.7.0 + $(add_qt_dep qtgui) + media-libs/mesa[egl] +" +RDEPEND="${DEPEND}" + +# All failing, i guess we need a virtual wayland server +RESTRICT="test" |