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

(-)/usr/portage/gnome-base/nautilus/nautilus-3.16.2.ebuild (-1 / +2 lines)
Lines 6-12 Link Here
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
GNOME2_LA_PUNT="yes" # Needed with USE 'sendto'
7
GNOME2_LA_PUNT="yes" # Needed with USE 'sendto'
8
8
9
inherit eutils gnome2 readme.gentoo virtualx
9
inherit eutils gnome2 readme.gentoo virtualx pax-utils
10
10
11
DESCRIPTION="A file manager for the GNOME desktop"
11
DESCRIPTION="A file manager for the GNOME desktop"
12
HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus"
12
HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus"
Lines 108-113 Link Here
108
}
108
}
109
109
110
src_install() {
110
src_install() {
111
	pax-mark -m "${WORKDIR}"/"${P}"/src/.libs/nautilus || "pax-mark failed"
111
	use previewer && readme.gentoo_create_doc
112
	use previewer && readme.gentoo_create_doc
112
	gnome2_src_install
113
	gnome2_src_install
113
}
114
}

Return to bug 565468