tightvnc: applied patch (thanks to mike_k)

This commit is contained in:
Jose V Beneyto 2009-06-15 21:24:57 +02:00
parent be8fb9d067
commit 43255d8693
3 changed files with 11 additions and 16 deletions

View File

@ -1 +1,2 @@
397b35faad32d5246b6d44b142f8304f tightvnc-1.3.10_unixsrc.tar.bz2
dbb48bbb986025b17bf980109977597e tightvnc-config.patch

View File

@ -1,16 +1,18 @@
# Description: enhanced version of the VNC client/server protocol
# URL: http://www.tightvnc.org
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: libjpeg xorg-libxaw xorg-gccmakedep,xorg-imake
name=tightvnc
version=1.3.10
release=1
source=(http://dl.sourceforge.net/sourceforge/vnc-tight/$name-${version}_unixsrc.tar.bz2)
release=2
source=(http://dl.sourceforge.net/sourceforge/vnc-tight/$name-${version}_unixsrc.tar.bz2 \
$name-config.patch)
build() {
cd vnc_unixsrc
patch -p0 -i $SRC/$name-config.patch
xmkmf -a

View File

@ -1,7 +1,6 @@
diff -Nru vnc_unixsrc/vncserver vnc_unixsrc-new/vncserver
--- vnc_unixsrc/vncserver 2007-04-26 12:57:06.000000000 +0200
+++ vnc_unixsrc-new/vncserver 2007-10-03 19:20:06.000000000 +0200
@@ -36,16 +36,16 @@
--- vncserver.orig 2009-06-15 20:56:51.840286743 +0200
+++ vncserver 2009-06-15 21:14:49.627829365 +0200
@@ -32,10 +32,11 @@
$geometry = "1024x768";
$depth = 24;
$desktopName = "X";
@ -11,14 +10,7 @@ diff -Nru vnc_unixsrc/vncserver vnc_unixsrc-new/vncserver
-$fontPath = "unix/:7100";
+$fontPath = "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi";
$authType = "-rfbauth $vncUserDir/passwd";
+$colorPath = "/usr/share/X11/rgb";
# Here is another example of setting the font path:
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+# $fontPath = "unix/:7100";
# Read configuration from the system-wide and user files if present.
# X colors database path is optional, uncomment and edit to use:
-# $colorPath = "/usr/lib/X11/rgb";
+# $colorPath = "/usr/share/X11/rgb";
# You might wish to make your vnc directory under /tmp, to make sure
# passwords are always kept on the local filesystem. To do that, just