summaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-03-07 11:02:50 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-03-07 11:02:50 +0000
commiteccff1bec406f64adffd2ecda3256f2cb9a060d9 (patch)
treefd7b6636daf1da6158c7abaa8d4c38ac6ce7c714 /main/open-vm-tools
parentbb2e3cbaabb04d12f3bb80d745fca3b2d101548b (diff)
downloadaports-eccff1bec406f64adffd2ecda3256f2cb9a060d9.tar.bz2
aports-eccff1bec406f64adffd2ecda3256f2cb9a060d9.tar.xz
main/open-vm-tools: version bump and some small fixes
Diffstat (limited to 'main/open-vm-tools')
-rw-r--r--main/open-vm-tools/APKBUILD17
-rw-r--r--main/open-vm-tools/open-vm-tools.desktop7
2 files changed, 6 insertions, 18 deletions
diff --git a/main/open-vm-tools/APKBUILD b/main/open-vm-tools/APKBUILD
index fb84dc2a7..24de8b1bf 100644
--- a/main/open-vm-tools/APKBUILD
+++ b/main/open-vm-tools/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=open-vm-tools
-pkgver=2011.01.24
-_pkgsubver=354108
-pkgrel=3
+pkgver=2011.02.23
+_pkgsubver=368700
+pkgrel=0
pkgdesc="The Open Virtual Machine Tools are the open source implementation of VMware Tools."
url="http://open-vm-tools.sourceforge.net/"
arch="all"
@@ -49,6 +49,7 @@ prepare() {
build() {
cd "$_builddir"
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--disable-unity \
--with-dnet \
--with-icu \
@@ -68,11 +69,6 @@ package() {
# create a link to abuild gets happy
ln -s open-vm-tools/plugins/vmsvc/libhgfsServer.so \
"$pkgdir"/usr/lib/libhgfsServer.so.0
-
- # dont bother create a -dev package
- rm -f "$pkgdir"/usr/lib/*.a "$pkgdir"/usr/lib/*.la
- install -Dm644 "$srcdir"/open-vm-tools.desktop \
- "$pkgdir"/etc/xdg/open-vm-tools.desktop
install -Dm755 "$srcdir"/open-vm-tools.initd \
"$pkgdir"/etc/init.d/open-vm-tools
}
@@ -83,15 +79,14 @@ gtk() {
"$subpkgdir"/usr/lib/open-vm-tools/plugins \
"$subpkgdir"/etc/
mv "$pkgdir"/usr/bin/vmware-toolbox \
- "$pkgdir"/usr/bin/vmware-user \
+ "$pkgdir"/usr/bin/vmware-user-suid-wrapper \
"$subpkgdir"/usr/bin/
mv "$pkgdir"/etc/xdg "$subpkgdir"/etc/
mv "$pkgdir"/usr/lib/open-vm-tools/plugins/vmusr \
"$subpkgdir"/usr/lib/open-vm-tools/plugins/
-
}
-md5sums="b324efa55bb3f1198100cad838e9272b open-vm-tools-2011.01.24-354108.tar.gz
+md5sums="488601e384daeab2c6ffd81e1a95cad7 open-vm-tools-2011.02.23-368700.tar.gz
49e2e394d0b567fa71fcd295e96bc1c8 getloadavg-uclibc.patch
82840b6bed002284b9bd2358707ee826 codeset-uclibc.patch
840e4d6ff3f53fc22bdedf4d64aabc91 ecvt.patch
diff --git a/main/open-vm-tools/open-vm-tools.desktop b/main/open-vm-tools/open-vm-tools.desktop
deleted file mode 100644
index 2107a62e0..000000000
--- a/main/open-vm-tools/open-vm-tools.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Exec=vmware-user
-Name=VMware User Agent
-X-KDE-autostart-phase=1
-NoDisplay=true