community/tightvnc to 1.3.10-8

This commit is contained in:
Kevin Mihelich 2012-06-06 14:22:13 -04:00
parent ce5bcdc189
commit 5dd1831b32

View file

@ -9,14 +9,13 @@ plugrel=1
pkgname=tightvnc
pkgver=1.3.10
pkgrel=7
pkgrel=8
pkgdesc="VNC Unix server && viewer"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.tightvnc.com"
depends=('libjpeg' 'zlib' 'libxaw' 'libxp' 'xorg-xauth' 'perl')
makedepends=('imake' 'setconf')
conflicts=('vnc')
options=('!makeflags')
source=("http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2"
'http://people.csail.mit.edu/jaffer/Color/rgb.txt'
@ -29,14 +28,13 @@ build() {
cd $srcdir/vnc_unixsrc
patch -Np1 -i "${srcdir}"/tightvnc-1.3.10-arm.patch
setconf tightvncserver.conf '$colorPath' \"/usr/share/tightvnc\"\;
setconf vncserver '$colorPath' \"/usr/share/tightvnc\"\;
setconf vncserver '$vncClasses' \"/usr/share/tightvnc\"\;
setconf vncserver '$fontPath' \"/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/\"\;
xmkmf
make World
cd Xvnc
./configure
setconf programs/Xserver/dix/Makefile DEFAULTRGBDATABASE '/usr/share/tightvnc/rgb'
setconf programs/Xserver/os/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
setconf lib/font/fc/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
make