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

Collapse All | Expand All

(-)spacefm-1.0.4.ebuild (-2 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=6
6
6
7
inherit fdo-mime gnome2-utils linux-info
7
inherit fdo-mime gnome2-utils linux-info
8
8
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2 LGPL-2.1"
13
LICENSE="GPL-2 LGPL-2.1"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="gtk2 +gtk3 +startup-notification +video-thumbnails"
16
IUSE="gtk2 +gtk3 +startup-notification +video-thumbnails"
17
REQUIRED_USE="gtk2? ( !gtk3 )"
17
REQUIRED_USE="gtk2? ( !gtk3 )"
18
18
Lines 34-39 Link Here
34
	virtual/pkgconfig
34
	virtual/pkgconfig
35
	sys-devel/gettext"
35
	sys-devel/gettext"
36
36
37
PATCHES=(
38
	"${FILESDIR}"/${PN}-include-sysmacros.patch
39
)
40
37
src_configure() {
41
src_configure() {
38
	econf \
42
	econf \
39
		--htmldir=/usr/share/doc/${PF}/html \
43
		--htmldir=/usr/share/doc/${PF}/html \

Return to bug 603000