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

(-)adesklets-0.5.1.ebuild (-2 / +4 lines)
Lines 11-17 Link Here
11
SLOT="0"
11
SLOT="0"
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
KEYWORDS="~amd64 ~ppc ~x86"
13
KEYWORDS="~amd64 ~ppc ~x86"
14
IUSE="X python debug ctrlmenu"
14
IUSE="X python perl debug ctrlmenu"
15
15
16
RDEPEND="X? ( || ( (
16
RDEPEND="X? ( || ( (
17
		x11-libs/libX11
17
		x11-libs/libX11
Lines 34-40 Link Here
34
	# when performing minor changes to src/adesklets.c or src/commands.c,
34
	# when performing minor changes to src/adesklets.c or src/commands.c,
35
	# touching these files will avoid unneeded processing
35
	# touching these files will avoid unneeded processing
36
	touch scripting/enums scripting/prototypes \
36
	touch scripting/enums scripting/prototypes \
37
		scripting/python/adesklets/commands.py
37
              scripting/python/adesklets/commands.py \
38
              scripting/perl/adesklets.pm
38
}
39
}
39
40
40
src_compile()
41
src_compile()
Lines 43-48 Link Here
43
44
44
	use X || myconf="--without-x"
45
	use X || myconf="--without-x"
45
	use python || myconf="${myconf} --without-python-support"
46
	use python || myconf="${myconf} --without-python-support"
47
	use perl || myconf="${myconf} --without-perl-support"
46
	myconf="${myconf} $(use_enable debug)"
48
	myconf="${myconf} $(use_enable debug)"
47
	use ctrlmenu && myconf="--enable-control-on-context-menu"
49
	use ctrlmenu && myconf="--enable-control-on-context-menu"

Return to bug 126086