commit: a3d4c3c559f3c22ed974897d5118713fa7ef3f2d Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Oct 10 15:33:33 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Oct 10 15:33:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a3d4c3c5
[kde-base] Really add missing 5.3.0 packages. --- .../kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild | 44 ++++++++++++++++++++++ kde-base/kwayland/kwayland-5.1.0.ebuild | 26 +++++++++++++ 2 files changed, 70 insertions(+) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild new file mode 100644 index 0000000..2901b55 --- /dev/null +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Extra Plasma applets and engines" +LICENSE="GPL-2 LGPL-2" +KEYWORDS=" ~amd64" +IUSE="ibus scim" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep krunner) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kunitconversion) + $(add_frameworks_dep plasma) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ibus? ( + app-i18n/ibus + dev-libs/glib:2 + ) + scim? ( app-i18n/scim ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package ibus IBus) + $(cmake-utils_use_find_package scim) + ) + + kde5_src_configure +} diff --git a/kde-base/kwayland/kwayland-5.1.0.ebuild b/kde-base/kwayland/kwayland-5.1.0.ebuild new file mode 100644 index 0000000..797197b --- /dev/null +++ b/kde-base/kwayland/kwayland-5.1.0.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" )