commit: 5b92b799e85ef8963ab4dcf7e03e6b3ff3074243 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Oct 2 15:00:20 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Oct 2 15:00:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b92b799
[kde-base/kwayland] Add latest release and live development branch. Package-Manager: portage-2.2.12 --- kde-base/kwayland/kwayland-5.0.95.ebuild | 26 ++++++++++++++++++++++++++ kde-base/kwayland/kwayland-5.1.9999.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/kde-base/kwayland/kwayland-5.0.95.ebuild b/kde-base/kwayland/kwayland-5.0.95.ebuild new file mode 100644 index 0000000..797197b --- /dev/null +++ b/kde-base/kwayland/kwayland-5.0.95.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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" +IUSE="" + +DEPEND=" + >=dev-libs/wayland-1.3.0 + dev-qt/qtgui:5 +" +RDEPEND="${DEPEND}" + +# All failing, i guess we need a virtual wayland server +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" ) diff --git a/kde-base/kwayland/kwayland-5.1.9999.ebuild b/kde-base/kwayland/kwayland-5.1.9999.ebuild new file mode 100644 index 0000000..45e16ae --- /dev/null +++ b/kde-base/kwayland/kwayland-5.1.9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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="" +IUSE="" + +DEPEND=" + >=dev-libs/wayland-1.3.0 + dev-qt/qtgui:5 +" +RDEPEND="${DEPEND}" + +# All failing, i guess we need a virtual wayland server +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )
