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

(-)/usr/portage/media-video/kaffeine/kaffeine-0.8.5-r1.ebuild (+6 lines)
Lines 69-74 Link Here
69
src_install() {
69
src_install() {
70
	kde_src_install
70
	kde_src_install
71
71
72
	# fix language stuff (again!)
73
	for mofile in "${D}"/usr/share/locale/*/LC_MESSAGES/${P}.mo ; do
74
		mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} \
75
			|| die "fixing mo files failed"
76
	done
77
72
	# Remove this, as kdelibs 3.5.4 provides it
78
	# Remove this, as kdelibs 3.5.4 provides it
73
	rm -f "${D}"/usr/share/mimelnk/application/x-mplayer2.desktop
79
	rm -f "${D}"/usr/share/mimelnk/application/x-mplayer2.desktop
74
}
80
}

Return to bug 199909