Skip to content

Commit

Permalink
vmware-addons: update to latest revision
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Feb 11, 2017
1 parent 4786878 commit 5f02c06
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app-emulation/vmware-addons/vmware_addons-1.1.1.recipe
Expand Up @@ -5,7 +5,7 @@ It is like the official VMware tools on Windows or Linux.
It currently provides:
* Clipboard sharing between Haiku and the host OS.
* Mouse sharing: the mouse can seamlessly enter and quit the VM window.
* Mouse sharing: the mouse can seamlessly enter and leave the VM window.
* Disk compacting: starts the VMware \"shrink\" process, which reduces the \
size of \"auto-expanding\" virtual disks attached to the virtual machine. \
The free space on disks is cleaned up previously, in order to get better \
Expand All @@ -24,8 +24,12 @@ COPYRIGHT="1999 Be, Inc.
2007 Haiku, Inc.
2009 Vincent Duvert"
LICENSE="MIT"
REVISION="4"
SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#e8b4b73"
REVISION="6"
srcGitRev="34031c98a8c049b186d7fdfdd89955e15b7f6858"
SOURCE_URI="https://github.com/HaikuArchives/VMwareAddons/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="e09f5d1e95375df903a88430ac851259c3ee3e5ec2c72146d4e4bace08524916"
SOURCE_FILENAME="VMwareAddons-$srcGitRev.tar.gz"
SOURCE_DIR="VMwareAddons-$srcGitRev"

ARCHITECTURES="x86_gcc2 x86 !x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
Expand Down Expand Up @@ -88,5 +92,5 @@ INSTALL()
# Add a symlink to the Desktop applets directory in Deskbar
desktopAppletsDir="$dataDir/deskbar/menu/Desktop applets"
mkdir -p "$desktopAppletsDir"
ln -s $binDir/vmware_tray "$desktopAppletsDir/VMware add-ons"
ln -r -s $binDir/vmware_tray "$desktopAppletsDir/VMware add-ons"
}

0 comments on commit 5f02c06

Please sign in to comment.