[arch-commits] CVS update of extra/network/freenx (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 22 05:22:30 UTC 2007


    Date: Monday, October 22, 2007 @ 01:22:30
  Author: tpowa
    Path: /home/cvs-extra/extra/network/freenx

Modified: PKGBUILD (1.25 -> 1.26)

'upgpkg: fixed wrong vnc session if client is installed on server'


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: extra/network/freenx/PKGBUILD
diff -u extra/network/freenx/PKGBUILD:1.25 extra/network/freenx/PKGBUILD:1.26
--- extra/network/freenx/PKGBUILD:1.25	Sat Oct 20 08:48:19 2007
+++ extra/network/freenx/PKGBUILD	Mon Oct 22 01:22:29 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.25 2007/10/20 12:48:19 tpowa Exp $
+# $Id: PKGBUILD,v 1.26 2007/10/22 05:22:29 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 #Contributed: eliott <eliott at solarblue.net>, Andre Naumann <anaumann at SPARCed.org> 
 pkgname=freenx
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Software (GPL) Implementation of the NX Server"
 arch=(i686 x86_64)
 url="http://freenx.berlios.de"
@@ -11,7 +11,7 @@
 depends=('nxserver' 'gnu-netcat' 'openssh' 'expect' 'xorg-xauth' 'xorg-apps' 'xorg-fonts-misc' 'coreutils')
 backup=(opt/NX/etc/node.conf)
 install=freenx.install
-source=(http://download.berlios.de/freenx/$pkgname-$pkgver.tar.gz kde-config.patch nscd-fix.patch nxdialog-fix.patch)
+source=(http://download.berlios.de/freenx/$pkgname-$pkgver.tar.gz kde-config.patch nscd-fix.patch nxdialog-fix.patch vnc-startup-fix.patch)
 
 build() {
   # patch and install nxserver
@@ -22,6 +22,7 @@
   patch -Np0 -i ../kde-config.patch || return 1
   patch -Np0 -i ../nscd-fix.patch || return 1
   patch -Np0 -i ../nxdialog-fix.patch || return 1
+  patch -Np0 -i ../vnc-startup-fix.patch || return 1
   #sed -i -e 's,/usr/NX/bin/nxclient,/opt/NX/bin/nxclient-nomachine,g' nxdialog
   sed -i -e 's,authorized_keys2,authorized_keys,g' nxloadconfig
   sed -i -e 's,/usr/NX,/opt/NX,g' nxloadconfig
@@ -57,4 +58,5 @@
 md5sums=('80e7a57f787daabd0f80dfe8f58e67d3'
          '70788a41f6c965ce117e9f5a8809df2a'
          'a8548982d5bfa2f528dcb1dd76e0234b'
-         '59e9822a3cf5af235393f6bd4e5b2ee9')
+         '59e9822a3cf5af235393f6bd4e5b2ee9'
+         'bb999d23aa2005619385d0e8662e8967')




More information about the arch-commits mailing list