Package Details: vmware-horizon-smartcard 2406-3

Git Clone URL: https://aur.archlinux.org/vmware-horizon-client.git (read-only, click to copy)
Package Base: vmware-horizon-client
Description: VMware Horizon Client connect to VMware Horizon virtual desktop - smartcard authentication
Upstream URL: https://customerconnect.omnissa.com/downloads/info/slug/desktop_end_user_computing/vmware_horizon_clients/horizon_8
Licenses: custom
Submitter: eworm
Maintainer: eworm
Last Packager: eworm
Votes: 55
Popularity: 0.010154
First Submitted: 2015-01-08 15:17 (UTC)
Last Updated: 2025-01-06 12:35 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »

aliaz commented on 2021-10-24 21:55 (UTC)

i got a validity check error,please fix this

==> ERROR: One or more files did not pass the validity check!

coreyberla commented on 2021-07-23 15:34 (UTC) (edited on 2021-07-23 15:35 (UTC) by coreyberla)

Have you considering using the tarball version (instead of the installer bundle). It simplifies the PKGBUILD a lot and reduces the effort for someone to verify that it's not malicious. I ended up building my own just for the client, let me know if you'd like help finishing the rest.


source=("https://download3.vmware.com/software/view/viewclients/CART22FQ2/VMware-Horizon-Client-Linux-${pkgver}-${build}.tar.gz")
sha256sums=(368d0b08c1d5be109ab70f692fe9809377f7cf7c20a46bbf72eedf73e59f1035)

prepare() {
    cd "${srcdir}/VMware-Horizon-Client-Linux-${pkgver}-${build}/x64/"
    tar xzvf VMware-Horizon-Client-${pkgver}-${build}.x64.tar.gz
    tar xzvf VMware-Horizon-PCoIP-${pkgver}-${build}.x64.tar.gz
}

package() {
    mkdir -p "${pkgdir}/usr/share/"
    cd "${srcdir}/VMware-Horizon-Client-Linux-${pkgver}-${build}/x64/VMware-Horizon-Client-${pkgver}-${build}.x64"
    cp -a bin "${pkgdir}/usr/"
    cp -a lib "${pkgdir}/usr/"
    cp -a doc "${pkgdir}/usr/share/"
    cp -a share/locale "$pkgdir/usr/share/"
    cd "${srcdir}/VMware-Horizon-Client-Linux-${pkgver}-${build}/x64/VMware-Horizon-PCoIP-${pkgver}-${build}.x64"
    cp -a lib "${pkgdir}/usr/"
}

jskier commented on 2021-07-21 14:13 (UTC)

@eworm, sorry my mistake, looks like it was the cache, thank you!

eworm commented on 2021-07-21 13:45 (UTC)

Works for me... Possibly you have an old vmware-bundle.eclass file in your source cache?

jskier commented on 2021-07-21 13:28 (UTC)

Fix file integrity verification please. vmware-bundle.eclass ... FAILED

h2ash commented on 2021-02-26 14:27 (UTC)

@starfall07g, you must go to Preferences and choose "Do not verify server identity certificates"

warlord commented on 2021-01-18 12:16 (UTC)

I'm relatively new to arch and ran into an issue installing this. It was just that the vmware-keymaps was required to be installed first. I know it's listed in the dependencies above, but it was easily missed by me.

Once keymaps was installed it works just great.

Many thanks.

eworm commented on 2020-12-31 20:16 (UTC)

I guess you have an old file in your cache. Remove that and try again.

galeot commented on 2020-12-31 15:24 (UTC)

Can't build due to sha256sum fail on vmware-bundle.eclass

quite strange, as key in PKGBUILD seems to be correct

eworm commented on 2020-12-27 21:51 (UTC)

Updated url, please pull and retry.