Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/ekiga/
Date: Sat, 26 Nov 2016 12:55:54
Message-Id: 1480164944.2a3a02816e6a86c03fc71992631d6a0dd3babc2d.pacho@gentoo
1 commit: 2a3a02816e6a86c03fc71992631d6a0dd3babc2d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 12:36:40 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 12:55:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3a0281
7
8 net-voip/ekiga: gnome-icon-theme is needed (#600398 by Steven Cordwell)
9
10 Package-Manager: portage-2.3.2
11
12 net-voip/ekiga/ekiga-4.0.1-r1.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild
16 index a69c4dd..f673f48 100644
17 --- a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild
18 +++ b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild
19 @@ -17,6 +17,9 @@ IUSE="dbus debug doc eds h323 ldap libnotify cpu_flags_x86_mmx pulseaudio +shm v
20
21 # gconf is a hard requirement until this bug is fixed:
22 # https://bugzilla.gnome.org/show_bug.cgi?id=721198
23 +#
24 +# x11-themes/gnome-icon-theme needed, bug #600398
25 +# changing configure check is not enough and icons will be missing.
26 RDEPEND="
27 >=dev-libs/glib-2.24.0:2
28 >=dev-libs/boost-1.49:0=
29 @@ -29,7 +32,7 @@ RDEPEND="
30 <net-libs/ptlib-2.12
31
32 >=x11-libs/gtk+-2.20.0:2
33 - x11-themes/adwaita-icon-theme
34 + x11-themes/gnome-icon-theme
35 dbus? ( >=sys-apps/dbus-0.36
36 >=dev-libs/dbus-glib-0.36 )
37 eds? ( >=gnome-extra/evolution-data-server-1.2:= )