Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 392295 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-editors/bluefish/bluefish-2.0.3.ebuild (-3 / +10 lines)
Lines 17-26 Link Here
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
18
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
19
SLOT="0"
19
SLOT="0"
20
IUSE="gucharmap nls python spell"
20
IUSE="gtk3 gucharmap nls python spell"
21
21
22
RDEPEND="
22
RDEPEND="
23
	!gtk3? (
23
	>=x11-libs/gtk+-2.12:2
24
	>=x11-libs/gtk+-2.12:2
25
	gucharmap? ( gnome-extra/gucharmap:0 )
26
	)
27
	gtk3? (
28
	x11-libs/gtk+:3
29
	gucharmap? ( gnome-extra/gucharmap:2.90 )
30
	)
24
	spell? ( app-text/enchant )"
31
	spell? ( app-text/enchant )"
25
32
26
DEPEND="${RDEPEND}
33
DEPEND="${RDEPEND}
Lines 28-34 Link Here
28
	dev-libs/libxml2:2
35
	dev-libs/libxml2:2
29
	dev-util/pkgconfig
36
	dev-util/pkgconfig
30
	x11-libs/pango
37
	x11-libs/pango
31
	gucharmap? ( gnome-extra/gucharmap )
32
	nls? ( sys-devel/gettext dev-util/intltool )"
38
	nls? ( sys-devel/gettext dev-util/intltool )"
33
39
34
S=${WORKDIR}/${MY_P}
40
S=${WORKDIR}/${MY_P}
Lines 48-54 Link Here
48
54
49
	# Fixes automagic installation of charmap plugin
55
	# Fixes automagic installation of charmap plugin
50
	# Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990
56
	# Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990
51
	epatch "${FILESDIR}"/${PN}-2.0.0-gucharmap-automagic.patch
57
	epatch "${FILESDIR}"/${PN}-2.2.0-gucharmap-automagic.patch
52
	eautoreconf
58
	eautoreconf
53
}
59
}
54
60
Lines 58-63 Link Here
58
		--disable-dependency-tracking \
64
		--disable-dependency-tracking \
59
		--disable-update-databases \
65
		--disable-update-databases \
60
		--disable-xml-catalog-update \
66
		--disable-xml-catalog-update \
67
		$(use_with !gtk3 gtk2) \
61
		$(use_enable nls) \
68
		$(use_enable nls) \
62
		$(use_enable spell spell-check) \
69
		$(use_enable spell spell-check) \
63
		$(use_enable gucharmap charmap) \
70
		$(use_enable gucharmap charmap) \

Return to bug 392295