mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
pkgname=tightvnc
|
||||||
pkgver=1.3.10
|
pkgver=1.3.10
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="VNC Unix server && viewer"
|
pkgdesc="VNC Unix server && viewer"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://www.tightvnc.com"
|
url="http://www.tightvnc.com"
|
||||||
depends=('libjpeg' 'zlib' 'libxaw' 'libxp' 'xorg-xauth' 'perl')
|
depends=('libjpeg' 'zlib' 'libxaw' 'libxp' 'xorg-xauth' 'perl')
|
||||||
makedepends=('imake' 'setconf')
|
makedepends=('imake' 'setconf')
|
||||||
conflicts=('vnc')
|
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2"
|
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'
|
||||||
|
@ -29,14 +28,13 @@ build() {
|
||||||
cd $srcdir/vnc_unixsrc
|
cd $srcdir/vnc_unixsrc
|
||||||
patch -Np1 -i "${srcdir}"/tightvnc-1.3.10-arm.patch
|
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 '$vncClasses' \"/usr/share/tightvnc\"\;
|
||||||
setconf vncserver '$fontPath' \"/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/\"\;
|
setconf vncserver '$fontPath' \"/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/\"\;
|
||||||
xmkmf
|
xmkmf
|
||||||
make World
|
make World
|
||||||
cd Xvnc
|
cd Xvnc
|
||||||
./configure
|
./configure
|
||||||
|
setconf programs/Xserver/dix/Makefile DEFAULTRGBDATABASE '/usr/share/tightvnc/rgb'
|
||||||
setconf programs/Xserver/os/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
|
setconf programs/Xserver/os/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
|
||||||
setconf lib/font/fc/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
|
setconf lib/font/fc/Makefile PROTO_DEFINES "-D_XOPEN_SOURCE=500L"
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue