[Lunar-commits] <moonbase> open-vm-tools: updated to 2010.12.19-339835
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Dec 23 23:15:40 CET 2010
commit 6db1bfa6f4e0c9a26fe0e319830b47d1f81ef304
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Dec 23 23:15:40 2010 +0100
open-vm-tools: updated to 2010.12.19-339835
---
virtual/open-vm-tools/BUILD | 5 +----
virtual/open-vm-tools/DEPENDS | 2 ++
virtual/open-vm-tools/DETAILS | 6 +++---
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/virtual/open-vm-tools/BUILD b/virtual/open-vm-tools/BUILD
index bbd8bb5..97cd215 100644
--- a/virtual/open-vm-tools/BUILD
+++ b/virtual/open-vm-tools/BUILD
@@ -1,9 +1,6 @@
(
- # --without-x is just ugly workaround which disables GUI but makes module buildable.
- # When next release appears it probably will have this compilation bug fixed so
- # remove this parameter and try building without it.
- ./configure --prefix=/usr --disable-static --disable-unity --without-x &&
+ ./configure --prefix=/usr --disable-static --disable-unity &&
make &&
cd modules &&
make
diff --git a/virtual/open-vm-tools/DEPENDS b/virtual/open-vm-tools/DEPENDS
index 7fa04bb..e5110a0 100644
--- a/virtual/open-vm-tools/DEPENDS
+++ b/virtual/open-vm-tools/DEPENDS
@@ -4,3 +4,5 @@ optional_depends "procps" "" "--without-procps" "to enable vmblock-fuse"
optional_depends "gtkmm" "" "--without-gtkmm" "to enable GUI integration"
# No such module yet in Lunar
#optional_depends "unity" "" "--disable-unity" "to enable unity"
+optional_depends "xf86-video-vmware" "" "" "VMware video X driver"
+optional_depends "xf86-input-vmmouse" "" "" "VMware mouse X driver"
diff --git a/virtual/open-vm-tools/DETAILS b/virtual/open-vm-tools/DETAILS
index 751a22e..cdf8dfa 100644
--- a/virtual/open-vm-tools/DETAILS
+++ b/virtual/open-vm-tools/DETAILS
@@ -1,11 +1,11 @@
MODULE=open-vm-tools
- VERSION=2010.11.17-327185
+ VERSION=2010.12.19-339835
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:182335fec9951e472ed747b7708562a3072bbdae
+ SOURCE_VFY=sha1:f7ddee76ac6674d323eb007d9b0b8c42bf38dfa3
WEB_SITE=http://open-vm-tools.sourceforge.net
ENTERED=20101031
- UPDATED=20101202
+ UPDATED=20101222
SHORT="Open Virtual Machine Tools"
cat << EOF
More information about the Lunar-commits
mailing list