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

Collapse All | Expand All

(-)a/adesklets-0.5.0-r1.ebuild (-6 / +4 lines)
Lines 28-42 Link Here
28
	unpack ${A}
28
	unpack ${A}
29
	cd ${S}
29
	cd ${S}
30
30
31
	#Fix for bug #123402: adesklets_installer
31
	#Fix for bug #123538: control context menu fix
32
	epatch ${FILESDIR}/${P}-${PN}_installer.patch
32
	epatch ${FILESDIR}/${PN}-ctrlmenu.patch
33
34
	#Fix for bug #123538: control con context menu fix
35
	epatch ${FILESDIR}/${P}-ctrlmenu.patch
36
33
37
	# 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,
38
	# touching these files will avoid unneeded processing
35
	# touching these files will avoid unneeded processing
39
	touch scripting/enums scripting/prototypes
36
	touch scripting/enums scripting/prototypes \
37
              scripting/python/adesklets/commands.py
40
}
38
}
41
39
42
src_compile()
40
src_compile()

Return to bug 124866