summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2016-09-29 23:39:04 +0200
committerChristian Hesse2016-09-29 23:39:04 +0200
commitc2a69ede6710add9999a9fed37bf213b76af7d27 (patch)
tree7a633f7a3abef6f71345573377f965e9e95e9a51
parent52b62fdc354e56fc65f39a325da1c4ac59de1555 (diff)
downloadaur-c2a69ede6710add9999a9fed37bf213b76af7d27.tar.gz
commit vmware-horizon-client 4.2.0-2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40083330cc34..df58398efcd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Sep 15 19:39:33 UTC 2016
+# Thu Sep 29 21:39:04 UTC 2016
pkgbase = vmware-horizon-client
pkgdesc = VMware Horizon Client connect to VMware Horizon virtual desktop
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_horizon_clients/4_0
arch = i686
arch = x86_64
@@ -27,12 +27,13 @@ pkgbase = vmware-horizon-client
pkgname = vmware-horizon-client
install = vmware-horizon-client.install
depends = gnome-icon-theme
- depends = openssl
- depends = libpng12
depends = gtk2
+ depends = libpng12
+ depends = libudev0-shim
depends = libxml2
depends = libxss
depends = libxtst
+ depends = openssl
optdepends = alsa-lib: audio support via alsa
optdepends = freerdp: RDP remote desktop connections
optdepends = libpulse: audio support via pulse sound server
diff --git a/PKGBUILD b/PKGBUILD
index 065b2c01123b..ec6a622e1ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('vmware-horizon-client' 'vmware-horizon-rtav' 'vmware-horizon-smartcard
pkgver=4.2.0
_build=4329640
_cart='CART16Q3'
-pkgrel=1
+pkgrel=2
pkgdesc='VMware Horizon Client connect to VMware Horizon virtual desktop'
arch=('i686' 'x86_64')
url='https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_horizon_clients/4_0'
@@ -56,7 +56,6 @@ build() {
# This is a dirty hack, but it works.
# Change dynamic section in ELF files to fix dynamic linking.
# Make sure the length is not changed!
- # libudev.so.0 -> libudev.so.1
#
# for system openssl:
# libssl.so.1.0.[12] -> libssl.so.1.0.0
@@ -77,9 +76,6 @@ build() {
# ELF executables and libraries only
file --mime "${FILE}" | egrep -q "application/x-(executable|sharedlib)" || continue
- # link against libudev.so.1
- sed -i -e 's/libudev.so.0/libudev.so.1/' "${FILE}"
-
# even openssl 1.0.[12].x has library file names ending in .so.1.0.0
if [ ${_USE_BUNDLED_OPENSSL:=0} -eq 0 ]; then
sed -i -e 's/libssl.so.1.0.[12]/libssl.so.1.0.0/' \
@@ -115,7 +111,8 @@ package_vmware-horizon-client() {
conflicts=('vmware-view-open-client' 'vmware-view-open-client-beta' 'vmware-view-client'
'vmware-horizon-pcoip')
replaces=('vmware-horizon-pcoip')
- depends=('gnome-icon-theme' 'openssl' 'libpng12' 'gtk2' 'libxml2' 'libxss' 'libxtst')
+ depends=('gnome-icon-theme' 'gtk2' 'libpng12' 'libudev0-shim' 'libxml2' 'libxss'
+ 'libxtst' 'openssl')
optdepends=('alsa-lib: audio support via alsa'
'freerdp: RDP remote desktop connections'
'libpulse: audio support via pulse sound server'