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

Andreas Radke andyrtr at archlinux.org
Sun Mar 19 09:28:13 UTC 2017


    Date: Sunday, March 19, 2017 @ 09:28:12
  Author: andyrtr
Revision: 291079

upgpkg: nx 3.5.0.32-3

add nxagent missing dep on xkeyboard-config; FS#53345

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-19 09:00:05 UTC (rev 291078)
+++ PKGBUILD	2017-03-19 09:28:12 UTC (rev 291079)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 'nx-headers')
 pkgver=3.5.0.32
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://wiki.x2go.org/"
 license=('GPL')
@@ -109,7 +109,7 @@
   
   pkgdesc="NX X server based on Xnest"
   backup=(etc/nxagent/{keystrokes.cfg,nxagent.keyboard,rgb})
-  depends=('nx-xcompext' 'libxml2')
+  depends=('nx-xcompext' 'libxml2' 'xkeyboard-config')
 	
   install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin,share/nx,share/man/man1,share/pixmaps}
   cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin



More information about the arch-commits mailing list