mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/tightvnc to 1.3.10-8
This commit is contained in:
parent
ce5bcdc189
commit
5dd1831b32
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue