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

Collapse All | Expand All

(-)/usr/portage/media-sound/audacious/audacious-3.7.1.ebuild (+12 lines)
Lines 49-54 Link Here
49
	fi
49
	fi
50
}
50
}
51
51
52
src_prepare() {
53
	default
54
	epatch "${FILESDIR}/${P}-uclibc.patch"
55
}
56
52
src_configure() {
57
src_configure() {
53
	if use gtk ;then
58
	if use gtk ;then
54
		gtk="--enable-gtk"
59
		gtk="--enable-gtk"
Lines 78-81 Link Here
78
	doins "${WORKDIR}"/gentoo_ice/*
83
	doins "${WORKDIR}"/gentoo_ice/*
79
	docinto gentoo_ice
84
	docinto gentoo_ice
80
	dodoc "${WORKDIR}"/README
85
	dodoc "${WORKDIR}"/README
86
87
	# Don't allow Audacious to open directories
88
	# and make GNOME, MATE and Xfce users happy.
89
	# This has been considered nonsense by other
90
	# fellow distro maintainers.
91
	sed -i "s:inode/directory;::" \
92
	"${D}/usr/share/applications/audacious.desktop" || die
81
}
93
}

Return to bug 584392