mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
vmware-horizon-client: update to 2406.
This commit is contained in:
parent
e9a4bf1b9e
commit
cd84ea992f
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vmware-horizon-client'
|
# Template file for 'vmware-horizon-client'
|
||||||
pkgname=vmware-horizon-client
|
pkgname=vmware-horizon-client
|
||||||
version=2312.1
|
version=2406
|
||||||
revision=1
|
revision=1
|
||||||
_build1=8.12.1
|
_build1=8.13.0
|
||||||
_build2=23543969
|
_build2=9995429239
|
||||||
_cart="CART25FQ1_LIN_${version}"
|
_cart="CART25FQ2_LIN_${version}"
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
short_desc="VMware Horizon virtual desktop client"
|
short_desc="VMware Horizon virtual desktop client"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://www.vmware.com/go/viewclients"
|
homepage="https://www.vmware.com/go/viewclients"
|
||||||
distfiles="https://download3.vmware.com/software/${_cart}_TARBALL/VMware-Horizon-Client-Linux-${version}-${_build1}-${_build2}.tar.gz"
|
distfiles="https://download3.vmware.com/software/${_cart}_TARBALL/VMware-Horizon-Client-Linux-${version}-${_build1}-${_build2}.tar.gz"
|
||||||
checksum=23d18be2955ba60ab3cca941a529fa3b804af97ebf1602d246ca6147cced8135
|
checksum=d6bae5cea83c418bf3a9cb884a7d8351d8499f1858a1ac282fd79dc0c64e83f6
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -25,8 +25,8 @@ do_install() {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Replace shipped libav with ours
|
# Replace shipped libav with ours
|
||||||
for LIB in 'libavcodec.so.59' 'libavutil.so.57'; do
|
for LIB in 'libavcodec.so.60' 'libavutil.so.58'; do
|
||||||
find "${DESTDIR}/usr/lib/vmware/view/" -name "${LIB}" -exec ln -sf "/usr/lib/${LIB}" {} \;
|
find "${DESTDIR}/usr/lib/vmware/view/" -name "${LIB}.omnissa" -exec ln -sf "/usr/lib/${LIB}" {} \;
|
||||||
done
|
done
|
||||||
|
|
||||||
# Allow for use of pkcs11 smartcards
|
# Allow for use of pkcs11 smartcards
|
||||||
|
|
Loading…
Add table
Reference in a new issue