commit: 6f400a6266a2bd87925ea386a72277309af71259 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 21:19:42 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 21:19:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f400a62
[kde-apps/ktux] Add KF5 version Package-Manager: portage-2.2.20 kde-apps/ktux/ktux-5.9999.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/kde-apps/ktux/ktux-5.9999.ebuild b/kde-apps/ktux/ktux-5.9999.ebuild new file mode 100644 index 0000000..4338529 --- /dev/null +++ b/kde-apps/ktux/ktux-5.9999.ebuild @@ -0,0 +1,21 @@ +# 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="Plasma screensaver featuring the Space-Faring Tux" +HOMEPAGE+=" http://userbase.kde.org/KTux" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}"