summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Marc Lenoir2019-03-10 09:54:25 +0100
committerJean-Marc Lenoir2019-03-10 09:54:25 +0100
commite07f78c3569fc38c1e6146b305de79d61b1be6f0 (patch)
tree199dc84812f70191d6a22f9ecfcf6a8aafcd8289 /PKGBUILD
parentd17bd2c83158e209dc48fc486a7d209e2c60bc88 (diff)
downloadaur-e07f78c3569fc38c1e6146b305de79d61b1be6f0.tar.gz
Use xkeymap files from vmware-keymaps package to avoid conflicts with
vmware-horizon package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e463c1048c6..85bfd4813c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgname=vmware-workstation
pkgver=15.0.2
_buildver=10952284
_pkgver=${pkgver}_${_buildver}
-pkgrel=3
+pkgrel=4
pkgdesc='The industry standard for running multiple operating systems as virtual machines on a single Linux PC.'
arch=(x86_64)
url='https://www.vmware.com/products/workstation-for-linux.html'
@@ -33,6 +33,7 @@ provides=(
vmware-ovftool
)
depends=(
+ vmware-keymaps
dkms
ncurses5-compat-libs
fuse2
@@ -302,6 +303,8 @@ package() {
install -Dm 644 vmware-vmx/extra/modules.xml "$pkgdir/usr/lib/vmware/modules/modules.xml"
install -Dm 644 vmware-installer/bootstrap "$pkgdir/etc/vmware-installer/bootstrap"
install -Dm 644 "$srcdir/vmware-vix-bootstrap" "$pkgdir/etc/vmware-vix/bootstrap"
+
+ rm -r "$pkgdir/usr/lib/vmware/xkeymap" # these files are now provided by vmware-keymaps package
for hostd_file in config datastores environments proxy vmAutoStart; do
install -Dm 644 "$srcdir/$hostd_file.xml" "$pkgdir/etc/vmware/hostd/$hostd_file.xml"