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

(-)/usr/portage/eclass/eutils.eclass (-11 / +8 lines)
Lines 680-691 Link Here
680
	done
680
	done
681
}
681
}
682
682
683
# Make a desktop file !
683
# Make a desktop file
684
# Great for making those icons in kde/gnome startmenu !
684
# it is installed in /usr/share/applications
685
# Amaze your friends !  Get the women !  Join today !
685
# as specified in http://freedesktop.org/Standards/menu-spec/
686
# gnome2 /usr/share/applications
687
# gnome1 /usr/share/gnome/apps/
688
# KDE ${KDEDIR}/share/applnk /usr/share/applnk
689
#
686
#
690
# make_desktop_entry(<binary>, [name], [icon], [type], [path])
687
# make_desktop_entry(<binary>, [name], [icon], [type], [path])
691
#
688
#
Lines 761-771 Link Here
761
	#	done
758
	#	done
762
	#fi
759
	#fi
763
760
764
	if [ -d "/usr/share/applnk" ]
761
	#if [ -d "/usr/share/applnk" ]
765
	then
762
	#then
766
		insinto /usr/share/applnk/${subdir}
763
	#	insinto /usr/share/applnk/${subdir}
767
		doins ${desktop}
764
	#	doins ${desktop}
768
	fi
765
	#fi
769
766
770
	return 0
767
	return 0
771
}
768
}

Return to bug 56552