Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 566078
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- app-text/stardict/stardict-3.0.6-r1.ebuild
0
++ app-text/stardict/stardict-3.0.6-r1.ebuild
Lines 13-19 EAPI=5 Link Here
13
GNOME2_LA_PUNT=yes
13
GNOME2_LA_PUNT=yes
14
GCONF_DEBUG=no
14
GCONF_DEBUG=no
15
15
16
inherit eutils gnome2
16
inherit flag-o-matic gnome2
17
17
18
DESCRIPTION="A international dictionary supporting fuzzy and glob style matching"
18
DESCRIPTION="A international dictionary supporting fuzzy and glob style matching"
19
HOMEPAGE="http://stardict-4.sourceforge.net/"
19
HOMEPAGE="http://stardict-4.sourceforge.net/"
Lines 32-38 COMMON_DEPEND=" Link Here
32
	>=dev-libs/glib-2.16:2
32
	>=dev-libs/glib-2.16:2
33
	dev-libs/libsigc++:2=
33
	dev-libs/libsigc++:2=
34
	sys-libs/zlib:=
34
	sys-libs/zlib:=
35
	x11-libs/gdk-pixbuf:2=
35
	>=x11-libs/gtk+-2.20:2
36
	>=x11-libs/gtk+-2.20:2
37
	x11-libs/libX11:0=
38
	x11-libs/pango:0=
36
	spell? ( >=app-text/enchant-1.2 )
39
	spell? ( >=app-text/enchant-1.2 )
37
	tools? (
40
	tools? (
38
		dev-libs/libpcre:=
41
		dev-libs/libpcre:=
Lines 53-58 DEPEND="${COMMON_DEPEND} Link Here
53
"
56
"
54
57
55
src_configure() {
58
src_configure() {
59
	has_version '>=dev-libs/libsigc++-2.5.1' && append-cxxflags -std=c++11
60
56
	# Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
61
	# Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
57
	# libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
62
	# libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
58
	# give you GNOME 2.x support, that is otherwise considered deprecated
63
	# give you GNOME 2.x support, that is otherwise considered deprecated

Return to bug 566078