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

Collapse All | Expand All

(-)vmware-workstation-6.5.0.118166.ebuild (+12 lines)
Lines 115-120 Link Here
115
	newinitd ${FILESDIR}/${PN}-6.5.rc vmware
115
	newinitd ${FILESDIR}/${PN}-6.5.rc vmware
116
	touch ${D}/etc/vmware/networking
116
	touch ${D}/etc/vmware/networking
117
117
118
	# move the icons into a location where DEs will find it:
119
	ICONDIR=/opt/vmware/workstation/share/icons/hicolor
120
	rm "${D}${ICONDIR}/index.theme"
121
	dodir /usr/share/icons
122
	mv "${D}${ICONDIR}" "${D}/usr/share/icons"
123
	dosym /usr/share/icons/hicolor "${ICONDIR}"
124
125
	# install .desktop files:
126
	insinto /usr/share/applications
127
	doins "${FILESDIR}/vmware-workstation.desktop"
128
	doins "${FILESDIR}/vmware-player.desktop"
129
118
	# No idea why this happens, but it seems to happen all the time
130
	# No idea why this happens, but it seems to happen all the time
119
	ewarn "The following installation segment takes a *very* long time."
131
	ewarn "The following installation segment takes a *very* long time."
120
	ewarn "Please be patient."
132
	ewarn "Please be patient."

Return to bug 232230