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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Apr 14 20:16:59 UTC 2012


    Date: Saturday, April 14, 2012 @ 16:16:59
  Author: andyrtr
Revision: 156158

build is not smp safe; minor fixes

Modified:
  nx/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-14 19:39:13 UTC (rev 156157)
+++ PKGBUILD	2012-04-14 20:16:59 UTC (rev 156158)
@@ -8,6 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://wiki.x2go.org/"
 license=('GPL')
+options=('!makeflags')
 makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' # runtime dependencies from subpackages
              'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
              )
@@ -41,14 +42,14 @@
   
   cd "${srcdir}/fakeinstall"
   install -dm755 ${pkgdir}/usr/{bin,share/man/man1}
-  cp -a ${srcdir}/fakeinstall/usr/nxproxy ${pkgdir}/usr/bin
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
   cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 ${pkgdir}/usr/share/man/man1
 }
 
 package_nx-xcompext() {
   
   pkgdesc="Xcompext/Xcompshad library for NX"
-  depends=('libxcomp')
+  depends=('libxcomp' 'nx-x11')
 	
   cd "${srcdir}/fakeinstall"
   install -dm755 ${pkgdir}/usr/lib/
@@ -58,7 +59,7 @@
 package_nx-x11() {
   
   pkgdesc="NX-X11 lib for the NX framework"
-  depends=('zlib')
+  depends=('libxcomp')
 	
   cd "${srcdir}/fakeinstall"
   install -dm755 ${pkgdir}/{etc/ld.so.conf.d,/usr/lib/nx}




More information about the arch-commits mailing list