diff options
author | 2012-09-15 09:06:05 -0400 | |
---|---|---|
committer | 2012-09-15 09:06:05 -0400 | |
commit | 7a4c32063a8c4bd0ae49f00f83f3dcb4c284734f (patch) | |
tree | eabe142531ceb4fa5e9b1e12564bc8200e7fe499 /app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild | |
parent | install vmware-vprobe (diff) | |
download | vmware-7a4c32063a8c4bd0ae49f00f83f3dcb4c284734f.tar.gz vmware-7a4c32063a8c4bd0ae49f00f83f3dcb4c284734f.tar.bz2 vmware-7a4c32063a8c4bd0ae49f00f83f3dcb4c284734f.zip |
The Encoding key is deprecated in .desktop files.
modified: vmware-player/vmware-player-5.0.0.812388.ebuild
modified: vmware-workstation/vmware-workstation-9.0.0.812388.ebuild
Diffstat (limited to 'app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild')
-rw-r--r-- | app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild b/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild index c521050..2b12cb2 100644 --- a/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild +++ b/app-emulation/vmware-player/vmware-player-5.0.0.812388.ebuild @@ -211,6 +211,7 @@ src_install() { sed -e "s:@@LIBCONF_DIR@@:${VM_INSTALL_DIR}/lib/vmware/libconf:g" \ -i "${D}${VM_INSTALL_DIR}"/lib/vmware/libconf/etc/{gtk-2.0/{gdk-pixbuf.loaders,gtk.immodules},pango/pango{.modules,rc}} || die sed -e "s:@@BINARY@@:${VM_INSTALL_DIR}/bin/vmplayer:g" \ + -e "/^Encoding/d" \ -i "${D}/usr/share/applications/${PN}.desktop" || die } |