[arch-commits] Commit in freenx/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 2 20:26:04 UTC 2012


    Date: Tuesday, October 2, 2012 @ 16:26:04
  Author: andyrtr
Revision: 167665

upgpkg: freenx 0.7.3-12

freenx is old, use python2

Modified:
  freenx/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-02 20:06:20 UTC (rev 167664)
+++ PKGBUILD	2012-10-02 20:26:04 UTC (rev 167665)
@@ -4,12 +4,12 @@
 
 pkgname=freenx
 pkgver=0.7.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Free Software (GPL) Implementation of the NX Server"
 arch=(i686 x86_64)
 url="http://freenx.berlios.de"
 license=('GPL')
-depends=('nx-common' 'nx-x11' 'nxagent' 'nxproxy' 'gnu-netcat' 'inetutils' 'openssh' 'expect' 'python'
+depends=('nx-common' 'nx-x11' 'nxagent' 'nxproxy' 'gnu-netcat' 'inetutils' 'openssh' 'expect' 'python2'
          'xorg-xauth' 'xorg-fonts-misc' 'coreutils' 'xorg-xmessage' 'xorg-xrdb' 'xorg-xpr' 'xorg-xset' 'xorg-sessreg')
 optdepends=('cups: adds printing support')
 makedepends=('imake')
@@ -65,6 +65,9 @@
   sed -i -e 's:NOMACHINE_NX_HOME_DIR="/usr/lib/nx/home/nx":NOMACHINE_NX_HOME_DIR="/var/lib/nxserver/home/nx":g' nxloadconfig node.conf.sample
   sed -i -e 's:\/usr\/NX:\/usr\/lib\/nx:g' nxdialog
 
+  # python2 fix
+  sed -i -e 's:\/usr\/bin\/env\ python:\/usr\/bin\/env\ python2:' nx-session-launcher/nx-session-launcher
+
   # fix key generation
   sed -i -e 's,AUTOMATIC="no",AUTOMATIC="yes",g' nxsetup
 




More information about the arch-commits mailing list