Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ktux/
Date: Fri, 31 Jul 2015 21:18:09
Message-Id: 1438377582.6f400a6266a2bd87925ea386a72277309af71259.johu@gentoo
1 commit: 6f400a6266a2bd87925ea386a72277309af71259
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 21:19:42 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 21:19:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f400a62
7
8 [kde-apps/ktux] Add KF5 version
9
10 Package-Manager: portage-2.2.20
11
12 kde-apps/ktux/ktux-5.9999.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/kde-apps/ktux/ktux-5.9999.ebuild b/kde-apps/ktux/ktux-5.9999.ebuild
16 new file mode 100644
17 index 0000000..4338529
18 --- /dev/null
19 +++ b/kde-apps/ktux/ktux-5.9999.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI=5
26 +
27 +EGIT_BRANCH="frameworks"
28 +inherit kde5
29 +
30 +DESCRIPTION="Plasma screensaver featuring the Space-Faring Tux"
31 +HOMEPAGE+=" http://userbase.kde.org/KTux"
32 +KEYWORDS=""
33 +IUSE=""
34 +
35 +DEPEND="
36 + $(add_frameworks_dep kconfig)
37 + $(add_frameworks_dep kcoreaddons)
38 + dev-qt/qtgui:5
39 + dev-qt/qtwidgets:5
40 +"
41 +RDEPEND="${DEPEND}"