Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/
Date: Mon, 05 Dec 2016 12:06:55
Message-Id: 1480939600.cfcc53f3d4734e98680e3f51444235c9fec38c21.bircoph@gentoo
1 commit: cfcc53f3d4734e98680e3f51444235c9fec38c21
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 10:18:16 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 12:06:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcc53f3
7
8 app-text/stardict: update gtk/glib deps
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 app-text/stardict/stardict-4.0.0_pre20160518.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
17 index c638d0f..da192f9 100644
18 --- a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
19 +++ b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
20 @@ -31,11 +31,12 @@ pronounce python qqwry spell tools updateinfo +wikiparse +wordnet
21 RESTRICT="test"
22
23 COMMON_DEPEND="
24 - >=dev-libs/glib-2.16:2
25 + >=dev-libs/glib-2.32:2
26 dev-libs/libsigc++:2=
27 + media-libs/libcanberra[gtk3]
28 sys-libs/zlib:=
29 x11-libs/gdk-pixbuf:2
30 - >=x11-libs/gtk+-2.20:2
31 + x11-libs/gtk+:3
32 x11-libs/libX11
33 x11-libs/pango
34 espeak? ( >=app-accessibility/espeak-1.29 )
35 @@ -102,9 +103,11 @@ src_configure() {
36
37 # Festival plugin crashes, bug 188684. Disable for now.
38 gnome2_src_configure \
39 + --disable-darwin-support \
40 --disable-festival \
41 --disable-gnome-support \
42 --disable-gpe-support \
43 + --disable-maemo-support \
44 --disable-schemas-install \
45 --disable-scrollkeeper \
46 $(use_enable advertisement) \