Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-im/empathy/
Date: Tue, 22 Feb 2011 20:35:58
Message-Id: 6f60d7cd94a2aea38c60b8aa89d7aaa8f8353b2c.nirbheek@gentoo
1 commit: 6f60d7cd94a2aea38c60b8aa89d7aaa8f8353b2c
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 20:11:22 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 20:11:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f60d7cd
7
8 net-im/empathy: add libchamplain (map) support
9
10 ---
11 net-im/empathy/empathy-2.91.90.ebuild | 17 +++++++++--------
12 1 files changed, 9 insertions(+), 8 deletions(-)
13
14 diff --git a/net-im/empathy/empathy-2.91.90.ebuild b/net-im/empathy/empathy-2.91.90.ebuild
15 index 455079a..f5af662 100644
16 --- a/net-im/empathy/empathy-2.91.90.ebuild
17 +++ b/net-im/empathy/empathy-2.91.90.ebuild
18 @@ -16,7 +16,7 @@ LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
21 # FIXME: Add location support once geoclue stops being idiotic with automagic deps
22 -IUSE="+gnome eds sendto networkmanager spell test webkit" # map
23 +IUSE="+gnome eds +map +networkmanager sendto spell test webkit"
24
25 # FIXME: gst-plugins-bad is required for the valve plugin. This should move to good
26 # eventually at which point the dep can be dropped
27 @@ -48,10 +48,10 @@ RDEPEND=">=dev-libs/glib-2.27.2:2
28 spell? (
29 >=app-text/enchant-1.2
30 >=app-text/iso-codes-0.35 )
31 - webkit? ( >=net-libs/webkit-gtk-1.3.2:3 )"
32 -# map? (
33 -# media-libs/libchamplain[gtk]:0.10
34 -# media-libs/clutter-gtk:1.0 )
35 + webkit? ( >=net-libs/webkit-gtk-1.3.2:3 )
36 + map? (
37 + media-libs/libchamplain:0.10[gtk]
38 + media-libs/clutter-gtk:1.0 )"
39 DEPEND="${RDEPEND}
40 app-text/scrollkeeper
41 >=app-text/gnome-doc-utils-0.17.3
42 @@ -72,17 +72,18 @@ pkg_setup() {
43 src_prepare() {
44 DOCS="CONTRIBUTORS AUTHORS ChangeLog NEWS README"
45
46 - # TODO: Re-add map/location support
47 + # TODO: Re-add location support
48 G2CONF="${G2CONF}
49 --disable-static
50 + --disable-meego
51 --disable-location
52 - --disable-map
53 --disable-Werror
54 $(use_enable debug)
55 $(use_enable gnome control-center-embedding)
56 $(use_with eds)
57 - $(use_enable sendto nautilus-sendto)
58 + $(use_enable map)
59 $(use_with networkmanager connectivity nm)
60 + $(use_enable sendto nautilus-sendto)
61 $(use_enable spell)
62 $(use_enable test coding-style-checks)
63 $(use_enable webkit)"