commit: f192ed7a9581c4d6d44093444b96c5e38980c0fd Author: Joao Carreira <jfmcarreira <AT> gmail <DOT> com> AuthorDate: Tue Dec 2 15:32:37 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Dec 2 15:46:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f192ed7a
Add ebuild to kdecorations --- kde-base/kdecoration/kdecoration-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/kde-base/kdecoration/kdecoration-9999.ebuild b/kde-base/kdecoration/kdecoration-9999.ebuild new file mode 100644 index 0000000..788fd5f --- /dev/null +++ b/kde-base/kdecoration/kdecoration-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK=true +inherit kde5 + +DESCRIPTION="Plugin based library to create window decorations" +HOMEPAGE="http://www.kde.org/" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qttest:5 +" \ No newline at end of file
