summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tightvnc/PKGBUILD17
1 files changed, 15 insertions, 2 deletions
diff --git a/tightvnc/PKGBUILD b/tightvnc/PKGBUILD
index 80b376c7..7f577a53 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"