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

(-)file_not_specified_in_diff (-3 / +16 lines)
Line  Link Here
0
-- ./page-1.9.6-r4.ebuild
0
++ ./page-1.9.6-r5.ebuild
Lines 33-37 Link Here
33
	x11-libs/pango
33
	x11-libs/pango
34
	dev-libs/glib:2"
34
	dev-libs/glib:2"
35
35
36
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}"
37
	!dev-tcltk/tcllib"
37
38
src_install() {
39
	default
40
	# Solves file collision with dev-tcltk/tcllib, bug #574074
41
	ebegin "Changing references from 'page' to 'pagewm'"
42
	mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!"
43
	sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!"
44
	eend
45
}
46
47
pkg_postinst() {
48
	elog "page can now be launched using "pagewm". For information on why, please see"
49
	elog "https://bugs.gentoo.org/574074."
50
}

Return to bug 574074