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

Collapse All | Expand All

(-)/usr/portage/media-sound/lmms/lmms-9999.ebuild (+10 lines)
Lines 62-67 Link Here
62
62
63
DOCS=( README.md doc/AUTHORS )
63
DOCS=( README.md doc/AUTHORS )
64
64
65
src_prepare() {
66
	sed -i 's/^/#/' cmake/modules/BashCompletion.cmake
67
	eapply_user
68
}
69
65
src_configure() {
70
src_configure() {
66
	local mycmakeargs+=(
71
	local mycmakeargs+=(
67
		-DUSE_WERROR=FALSE
72
		-DUSE_WERROR=FALSE
Lines 89-94 Link Here
89
	cmake-utils_src_configure
94
	cmake-utils_src_configure
90
}
95
}
91
96
97
src_install() {
98
	default
99
	insinto /usr/share/bash-completion/completions/
100
	doins doc/bash-completion/lmms
101
}
92
pkg_postinst() {
102
pkg_postinst() {
93
	xdg_mimeinfo_database_update
103
	xdg_mimeinfo_database_update
94
	xdg_desktop_database_update
104
	xdg_desktop_database_update

Return to bug 670722