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-frameworks/knotifications/
Date: Tue, 21 Jan 2014 12:37:24
Message-Id: 1390307794.1706c4fa63ebea4a71691a2c9cbe5a74c972eeb2.kensington@gentoo
1 commit: 1706c4fa63ebea4a71691a2c9cbe5a74c972eeb2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 12:36:34 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 12:36:34 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1706c4fa
7
8 [kde-frameworks/knotifications] Improve description, and update dependencies to match upstream changes.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 kde-frameworks/knotifications/knotifications-9999.ebuild | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
17 index 0a918af..e0b8ecc 100644
18 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild
19 +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
20 @@ -6,16 +6,21 @@ EAPI=5
21
22 inherit kde-frameworks
23
24 -DESCRIPTION="User notification framework based on freedesktop protocol"
25 +DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
26 KEYWORDS=""
27 IUSE="X dbus"
28
29 RDEPEND="
30 $(add_frameworks_dep kwindowsystem)
31 dev-qt/qtdbus:5
32 + dev-qt/qtgui:5
33 dev-qt/qtwidgets:5
34 - X? ( dev-qt/qtx11extras:5 )
35 dbus? ( dev-libs/libdbusmenu-qt[qt5] )
36 + X? (
37 + dev-qt/qtx11extras:5
38 + x11-libs/libX11
39 + x11-libs/libXtst
40 + )
41 "
42 DEPEND="${RDEPEND}"