Added desktop file support for openoffice.org

svn path=/nixpkgs/trunk/; revision=15579
This commit is contained in:
Sander van der Burg 2009-05-12 19:08:02 +00:00
parent 2a633e75c8
commit f6a4c64f0f

@ -74,6 +74,11 @@ installPhase() {
# Create some wrappers to start individual OpenOffice components.
for i in writer calc draw impress base math web; do wrapSOffice oo$i -$i; done
# Create symlinks to desktop files, so that openoffice.org apps can be picked from
# the application menu in KDE and GNOME
ensureDir $out/share
ln -s $out/lib/openoffice/openoffice.org3/share/xdg $out/share/applications
}
genericBuild