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

Collapse All | Expand All

(-)nemo-1.1.2.ebuild (-5 / +2 lines)
Lines 52-70 Link Here
52
#	gnome-base/gnome-common, dev-util/gtk-doc (not only -am!)
52
#	gnome-base/gnome-common, dev-util/gtk-doc (not only -am!)
53
PDEPEND=">=gnome-base/gvfs-0.1.2"
53
PDEPEND=">=gnome-base/gvfs-0.1.2"
54
54
55
S="${WORKDIR}/linuxmint-nemo-7bee834"
55
S="${WORKDIR}/linuxmint-nemo-07fda5b"
56
56
57
src_prepare() {
57
src_prepare() {
58
	# In next release; apparently fixes crashes
59
	epatch "${FILESDIR}/${P}-view-toolbar.patch"
60
61
	sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in || die
58
	sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in || die
62
	eautoreconf # no configure in tarball :/
59
	eautoreconf # no configure in tarball :/
63
	gnome2_src_prepare
60
	gnome2_src_prepare
64
}
61
}
65
62
66
src_configure() {
63
src_configure() {
67
	DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
64
	DOCS="AUTHORS ChangeLog* NEWS README THANKS"
68
	# FIXME: add $(use_enable doc gtk-doc) once gnome.eclass supports it in EAPI5
65
	# FIXME: add $(use_enable doc gtk-doc) once gnome.eclass supports it in EAPI5
69
	gnome2_src_configure \
66
	gnome2_src_configure \
70
		--disable-update-mimedb \
67
		--disable-update-mimedb \

Return to bug 470248