diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 10:08:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 10:08:14 +0200 |
commit | f05a68434f13832d124de6f98659e0c6a5f0cca9 (patch) | |
tree | 2805a5001f850e58e79bf2770dbae52cb57beb67 /tightvnc/PKGBUILD | |
parent | 217ac298fc6871f66586fc52858e7d2a10d5b0a7 (diff) | |
download | archlinuxewe-f05a68434f13832d124de6f98659e0c6a5f0cca9.tar.xz |
tightvnc: rebuild
Diffstat (limited to 'tightvnc/PKGBUILD')
-rw-r--r-- | tightvnc/PKGBUILD | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/tightvnc/PKGBUILD b/tightvnc/PKGBUILD index 80b376c7f..7f577a537 100644 --- a/tightvnc/PKGBUILD +++ b/tightvnc/PKGBUILD @@ -6,12 +6,25 @@ pkgname=tightvnc pkgver=1.3.10 -pkgrel=16 +pkgrel=17 pkgdesc='VNC server and viewer' arch=('x86_64' 'i686' 'pentium4') license=('GPL') url='http://www.tightvnc.com/' -depends=('libjpeg' 'zlib' 'libxaw' 'libxp' 'xorg-xauth' 'perl') +_pinned_dependencies=( + 'glibc>=2.31' + 'libice=1.0.10' + 'libjpeg-turbo=2.0.4' + 'libsm=1.2.3' + 'libx11=1.6.9' + 'libxaw=1.0.13' + 'libxext=1.3.4' + 'libxmu=1.1.3' + 'libxpm=3.5.13' + 'libxt=1.2.0' + 'zlib=1:1.2.11' +) +depends=('libjpeg' 'libxp' 'xorg-xauth' 'perl' "${_pinned_dependencies[@]}") makedepends=('imake' 'setconf' 'gendesk') options=('!makeflags') source=("http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2" |