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

Tobias Powalowski tpowa at archlinux.org
Tue Oct 9 16:01:22 UTC 2007


    Date: Tuesday, October 9, 2007 @ 12:01:22
  Author: tpowa
    Path: /home/cvs-extra/extra/network/nx-common

Modified: PKGBUILD (1.11 -> 1.12)

'upgpkg: update to new version'


----------+
 PKGBUILD |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)


Index: extra/network/nx-common/PKGBUILD
diff -u extra/network/nx-common/PKGBUILD:1.11 extra/network/nx-common/PKGBUILD:1.12
--- extra/network/nx-common/PKGBUILD:1.11	Sun Mar 25 10:19:23 2007
+++ extra/network/nx-common/PKGBUILD	Tue Oct  9 12:01:22 2007
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD,v 1.11 2007/03/25 14:19:23 andyrtr Exp $
+# $Id: PKGBUILD,v 1.12 2007/10/09 16:01:22 tpowa Exp $
 # Maintainer Tobias Powalowski <tpowa at archlinux.org>
 # Contributed: eliott <eliott at solarblue.net>, Andre Naumann <anaumann at SPARCed.org>
 pkgname=nx-common
-pkgver=2.1.0
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="NoMachine NX common package for client and server"
 arch=('i686' 'x86_64')
+license=('GPL')
 url="http://nomachine.com/"
-depends=('libjpeg' 'libpng' 'openssl' 'gcc' 'audiofile' 'alsa-lib' 'bash')
+depends=('libjpeg' 'libpng' 'openssl' 'gcc-libs' 'audiofile' 'alsa-lib' 'bash')
 source=(\
 #Compression libs and proxy sources
-http://64.34.161.181/download/2.1.0/sources/nxcomp-2.1.0-8.tar.gz \
-http://64.34.161.181/download/2.1.0/sources/nxssh-2.1.0-2.tar.gz \
+http://64.34.161.181/download/3.0.0/sources/nxcomp-3.0.0-48.tar.gz \
+http://64.34.161.181/download/3.0.0/sources/nxssh-3.0.0-21.tar.gz \
 # ESD Support
-http://64.34.161.181/download/2.1.0/sources/nxesd-2.1.0-3.tar.gz
+http://64.34.161.181/download/3.0.0/sources/nxesd-3.0.0-4.tar.gz
 # 64bit fixes
 NXproto.h.64bit.diff)
-md5sums=('7e35e48adb66786ad720ff9fbfa950a3' 'bdef05ecdf5fbe0567e23f17931d0a71'\
-         '2d3dcec588042b73be6b941db008ddc3' '58341ba70dfab92ff38570071fbbf88a')
+options=(!libtool)
+
 
 build() {
   cd $startdir/src
@@ -46,7 +47,9 @@
   make DESTDIR=$startdir/pkg install || return 1
   # fix libxcomp linking
   cd $startdir/pkg/opt/NX/lib
-  ln -s libXcomp.so.2 libXcomp.so.1
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  ln -s libXcomp.so.3 libXcomp.so.1
 }
+md5sums=('8b761b9c7544cb79e0da8de0de9d8850'
+         'b4bec99f5a86d065984106356514875c'
+         '279a0f3281a0a8759a06f123c998ca83'
+         '58341ba70dfab92ff38570071fbbf88a')




More information about the arch-commits mailing list