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

(-)thunar-archive-plugin-0.3.1-r3.ebuild (-1 / +6 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit gnome2-utils
6
inherit autotools gnome2-utils
7
7
8
DESCRIPTION="Archive plug-in for the Thunar filemanager"
8
DESCRIPTION="Archive plug-in for the Thunar filemanager"
9
HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
9
HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
Lines 29-34 Link Here
29
	)
29
	)
30
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
30
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
31
31
32
src_prepare() {
33
	default
34
	AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
35
}
36
32
src_install() {
37
src_install() {
33
	default
38
	default
34
	find "${D}" -name '*.la' -delete || die
39
	find "${D}" -name '*.la' -delete || die

Return to bug 644064