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