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

Collapse All | Expand All

(-)kformula-1.6.2.ebuild.org (+9 lines)
Lines 34-36 Link Here
34
KMEXTRA="filters/kformula"
34
KMEXTRA="filters/kformula"
35
35
36
need-kde 3.4
36
need-kde 3.4
37
38
src_unpack() {
39
	kde-meta_src_unpack
40
41
	einfo "Fixing Desktop Entry..."
42
	cd ${S}
43
	sed -i -e "s/x-kformula$/x-kformula;/g" kformula/kformula.desktop || die \
44
	"Sed Failed!"
45
}

Return to bug 190006