summaryrefslogtreecommitdiff
path: root/community/tightvnc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-07 00:01:55 +0000
committerroot <root@rshg054.dnsready.net>2012-06-07 00:01:55 +0000
commit334c2a7916a80d08b1c216cfbf02135e64891632 (patch)
treed5ed69695fb4da7349d218aa56fa4403017b7e9c /community/tightvnc
parent664b1c2195b2884102cc2d5a56a13702f8ee44fe (diff)
Thu Jun 7 00:01:54 UTC 2012
Diffstat (limited to 'community/tightvnc')
-rw-r--r--community/tightvnc/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/tightvnc/PKGBUILD b/community/tightvnc/PKGBUILD
index 910446431..9d680a1ae 100644
--- a/community/tightvnc/PKGBUILD
+++ b/community/tightvnc/PKGBUILD
@@ -1,34 +1,33 @@
-# $Id: PKGBUILD 67960 2012-03-16 12:47:31Z arodseth $
+# $Id: PKGBUILD 72020 2012-06-05 20:37:51Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paul Mattal <paul@archlinux.org>
+# Contributor: Andrew Hills <hills.as@gmail.com>
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')
+ 'http://people.csail.mit.edu/jaffer/Color/rgb.txt')
sha256sums=('f48c70fea08d03744ae18df6b1499976362f16934eda3275cead87baad585c0d'
'af6c056a95ae725f98534db22b9a4916d17f2356fdca84a4a038211a82fa8a73')
build() {
cd $srcdir/vnc_unixsrc
- 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