commit: ec2e9c447c93813872b5008dcd08d1fd2dee8de4 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun May 10 19:27:25 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat May 23 16:26:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec2e9c44
[kde-misc/kolor-manager] Add kf5 version Package-Manager: portage-2.2.18 kde-misc/kolor-manager/kolor-manager-5.9999.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild b/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild new file mode 100644 index 0000000..ae4743a --- /dev/null +++ b/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KControl module for Oyranos CMS cross desktop settings" +HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager" + +LICENSE="BSD-2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + dev-qt/qtwidgets:5 + media-gfx/synnefo[qt5] + =media-libs/oyranos-9999 + media-libs/libXcm + x11-libs/libXrandr +" +RDEPEND="${DEPEND}"
