Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/
Date: Sat, 07 Jul 2018 10:30:20
Message-Id: 1530959395.46730062b51f8d7c689aaa84769aca69509c82e0.asturm@gentoo
1 commit: 46730062b51f8d7c689aaa84769aca69509c82e0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 7 09:05:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 10:29:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46730062
7
8 kde-plasma/kdecoration: Add missing DEPEND
9
10 Thanks-to: bitlord (via #gentoo-kde)
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..bb208109e76
19 --- /dev/null
20 +++ b/kde-plasma/kdecoration/kdecoration-5.13.2-r1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +KDE_TEST="forceoptional"
28 +VIRTUALX_REQUIRED="test"
29 +inherit kde5
30 +
31 +DESCRIPTION="Plugin based library to create window decorations"
32 +LICENSE="|| ( LGPL-2.1 LGPL-3 )"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 +IUSE=""
35 +
36 +DEPEND="
37 + $(add_frameworks_dep ki18n)
38 + $(add_qt_dep qtgui)
39 +"
40 +RDEPEND="${DEPEND}"