Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/khotkeys/
Date: Wed, 01 Feb 2017 12:02:56
Message-Id: 1485950556.62ddfacf24ebb59b33d0f8e7574e24bb196259ba.kensington@gentoo
1 commit: 62ddfacf24ebb59b33d0f8e7574e24bb196259ba
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 11:57:07 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 12:02:36 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=62ddfacf
7
8 kde-plasma/khotkeys: is back!
9
10 This reverts commit 611fbe02ce85a678546494458d83745e1a0427d4.
11
12 kde-plasma/khotkeys/khotkeys-9999.ebuild | 47 ++++++++++++++++++++++++++++++++
13 1 file changed, 47 insertions(+)
14
15 diff --git a/kde-plasma/khotkeys/khotkeys-9999.ebuild b/kde-plasma/khotkeys/khotkeys-9999.ebuild
16 new file mode 100644
17 index 0000000..11770db
18 --- /dev/null
19 +++ b/kde-plasma/khotkeys/khotkeys-9999.ebuild
20 @@ -0,0 +1,47 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +KDE_HANDBOOK="true"
28 +inherit kde5
29 +
30 +DESCRIPTION="KDE Plasma workspace hotkey module"
31 +KEYWORDS=""
32 +IUSE=""
33 +
34 +COMMON_DEPEND="
35 + $(add_frameworks_dep kcompletion)
36 + $(add_frameworks_dep kconfig)
37 + $(add_frameworks_dep kconfigwidgets)
38 + $(add_frameworks_dep kcoreaddons)
39 + $(add_frameworks_dep kdbusaddons)
40 + $(add_frameworks_dep kdelibs4support X)
41 + $(add_frameworks_dep kglobalaccel)
42 + $(add_frameworks_dep ki18n)
43 + $(add_frameworks_dep kio)
44 + $(add_frameworks_dep kservice)
45 + $(add_frameworks_dep ktextwidgets)
46 + $(add_frameworks_dep kwidgetsaddons)
47 + $(add_frameworks_dep kwindowsystem)
48 + $(add_frameworks_dep kxmlgui)
49 + $(add_plasma_dep plasma-workspace)
50 + $(add_qt_dep qtdbus)
51 + $(add_qt_dep qtgui)
52 + $(add_qt_dep qtwidgets)
53 + $(add_qt_dep qtx11extras)
54 + x11-libs/libX11
55 + x11-libs/libXtst
56 +"
57 +RDEPEND="${COMMON_DEPEND}
58 + $(add_frameworks_dep kded)
59 + $(add_plasma_dep kde-cli-tools)
60 + !kde-plasma/khotkeys:4
61 + !kde-plasma/systemsettings:4
62 +"
63 +DEPEND="${COMMON_DEPEND}
64 + x11-libs/libxcb
65 + x11-libs/libXtst
66 + x11-proto/xproto
67 +"