[arch-commits] Commit in tightvnc/repos (3 files)

Paul Mattal paul at archlinux.org
Fri Apr 24 18:18:44 UTC 2009


    Date: Friday, April 24, 2009 @ 14:18:44
  Author: paul
Revision: 36553

Merged revisions 36511 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/tightvnc/trunk

........
  r36511 | paul | 2009-04-23 21:57:30 -0400 (Thu, 23 Apr 2009) | 2 lines
  
  upgpkg: tightvnc 1.3.10-1
      update to 1.3.10
........

Modified:
  tightvnc/repos/extra-x86_64/	(properties)
  tightvnc/repos/extra-x86_64/PKGBUILD
  tightvnc/repos/extra-x86_64/tightvnc-fontpath-xcolors.patch

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


Property changes on: tightvnc/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /tightvnc/trunk:1-18759
   + /tightvnc/trunk:1-36552

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-24 14:25:54 UTC (rev 36552)
+++ extra-x86_64/PKGBUILD	2009-04-24 18:18:44 UTC (rev 36553)
@@ -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: extra-x86_64/tightvnc-fontpath-xcolors.patch
===================================================================
--- extra-x86_64/tightvnc-fontpath-xcolors.patch	2009-04-24 14:25:54 UTC (rev 36552)
+++ extra-x86_64/tightvnc-fontpath-xcolors.patch	2009-04-24 18:18:44 UTC (rev 36553)
@@ -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