[arch-commits] Commit in tightvnc/trunk (PKGBUILD tightvnc-fontpath-xcolors.patch)

Paul Mattal paul at archlinux.org
Fri Apr 24 01:57:31 UTC 2009


    Date: Thursday, April 23, 2009 @ 21:57:30
  Author: paul
Revision: 36511

upgpkg: tightvnc 1.3.10-1
    update to 1.3.10

Modified:
  tightvnc/trunk/PKGBUILD
  tightvnc/trunk/tightvnc-fontpath-xcolors.patch

---------------------------------+
 PKGBUILD                        |    6 +++---
 tightvnc-fontpath-xcolors.patch |   18 +++++-------------
 2 files changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-24 01:30:48 UTC (rev 36510)
+++ PKGBUILD	2009-04-24 01:57:30 UTC (rev 36511)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=tightvnc
-pkgver=1.3.9
-pkgrel=5
+pkgver=1.3.10
+pkgrel=1
 pkgdesc="VNC Unix server && viewer"
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,7 +12,7 @@
 conflicts=('vnc')
 options=(!makeflags)
 source=(http://downloads.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2 tightvnc-fontpath-xcolors.patch)
-md5sums=('49a0748ea52793f2e3069e05af28f716' 'd8402ee60190fa4a4c301df48dae6762')
+md5sums=('397b35faad32d5246b6d44b142f8304f' '21aa7f3376ec3c608ff22d199a19c601')
 
 build() {
   cd $startdir/src/vnc_unixsrc || return 1

Modified: tightvnc-fontpath-xcolors.patch
===================================================================
--- tightvnc-fontpath-xcolors.patch	2009-04-24 01:30:48 UTC (rev 36510)
+++ tightvnc-fontpath-xcolors.patch	2009-04-24 01:57:30 UTC (rev 36511)
@@ -1,21 +1,13 @@
 diff -urN vnc_unixsrc/vncserver vnc_unixsrc.fixed/vncserver
---- vnc_unixsrc/vncserver	2007-04-26 06:57:06.000000000 -0400
-+++ vnc_unixsrc.fixed/vncserver	2007-06-17 19:08:02.000000000 -0400
-@@ -38,14 +38,14 @@
+--- vnc_unixsrc/vncserver	2009-02-11 23:27:18.000000000 -0500
++++ vnc_unixsrc.fixed/vncserver	2009-04-23 21:46:46.000000000 -0400
+@@ -34,7 +34,8 @@
  $desktopName = "X";
  $vncClasses = "/usr/local/vnc/classes";
  $vncUserDir = "$ENV{HOME}/.vnc";
 -$fontPath = "unix/:7100";
-+#$fontPath = "unix/:7100";
- $authType = "-rfbauth $vncUserDir/passwd";
- 
- # Here is another example of setting the font path:
--# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
 +$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/";
- 
- # X colors database path is optional, uncomment and edit to use:
--# $colorPath = "/usr/lib/X11/rgb";
 +$colorPath = "/usr/share/X11/rgb";
+ $authType = "-rfbauth $vncUserDir/passwd";
  
- # 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
+ # Read configuration from the system-wide and user files if present.




More information about the arch-commits mailing list