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

Collapse All | Expand All

(-)/usr/portage/tree/mail-client/balsa/balsa-2.5.2-r1.ebuild (-4 / +8 lines)
Lines 20-27 Link Here
20
20
21
# TODO: esmtp can be optional, do we want it?
21
# TODO: esmtp can be optional, do we want it?
22
RDEPEND="
22
RDEPEND="
23
	>=dev-libs/glib-2.32:2
23
	>=dev-libs/glib-2.40:2
24
	>=x11-libs/gtk+-3.4.0:3
24
	>=x11-libs/gtk+-3.10.0:3
25
	dev-libs/gmime:2.6
25
	dev-libs/gmime:2.6
26
	>=net-libs/libesmtp-1.0.3:=
26
	>=net-libs/libesmtp-1.0.3:=
27
	net-mail/mailbase
27
	net-mail/mailbase
Lines 57-66 Link Here
57
	DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
57
	DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
58
58
59
	# https://bugzilla.gnome.org/show_bug.cgi?id=750516
59
	# https://bugzilla.gnome.org/show_bug.cgi?id=750516
60
	sed -i -e 's/@TOOLKIT_CATEGORIES@//' balsa-mailto-handler.desktop.in.in || die
60
#	sed -i -e 's/@TOOLKIT_CATEGORIES@//' balsa-mailto-handler.desktop.in.in || die
61
61
62
	# https://bugzilla.gnome.org/show_bug.cgi?id=750515
62
	# https://bugzilla.gnome.org/show_bug.cgi?id=750515
63
	echo "src/balsa-print-object.c" >> po/POTFILES.in || die
63
#	echo "src/balsa-print-object.c" >> po/POTFILES.in || die
64
64
65
	gnome2_src_prepare
65
	gnome2_src_prepare
66
}
66
}
Lines 84-89 Link Here
84
		myconf+=" --with-html-widget=no"
84
		myconf+=" --with-html-widget=no"
85
	fi
85
	fi
86
86
87
	# the osmo requirement needs a use flag, but the required version
88
	# is not yet in portage, so I make it look, but it should fail unless
89
	# it has been manually installed
87
	gnome2_src_configure \
90
	gnome2_src_configure \
88
		--disable-pcre \
91
		--disable-pcre \
89
		--enable-gregex \
92
		--enable-gregex \
Lines 97-102 Link Here
97
		$(use_with kerberos gss) \
100
		$(use_with kerberos gss) \
98
		$(use_with ldap) \
101
		$(use_with ldap) \
99
		$(use_with libnotify) \
102
		$(use_with libnotify) \
103
		--with-osmo \
100
		$(use_with rubrica) \
104
		$(use_with rubrica) \
101
		$(use_with sqlite) \
105
		$(use_with sqlite) \
102
		$(use_with ssl) \
106
		$(use_with ssl) \

Return to bug 602404