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

Andreas Radke andyrtr at archlinux.org
Sun Mar 6 15:35:59 UTC 2016


    Date: Sunday, March 6, 2016 @ 16:35:59
  Author: andyrtr
Revision: 261114

upgpkg: x2goclient 4.0.5.0-3

add xorg-xauth as optional dependency FS#48088

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 14:28:02 UTC (rev 261113)
+++ PKGBUILD	2016-03-06 15:35:59 UTC (rev 261114)
@@ -6,11 +6,11 @@
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
 pkgver=4.0.5.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org"
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
 source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
           'SKIP')
@@ -39,6 +39,8 @@
   
   pkgdesc="a graphical client (Qt4) for the X2Go system"
   depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+  # FS#48088
+  optdepends=('xorg-xauth: may be required by X2goservers running a different linux distribution giving MIT-COOKIE errors')
   install=x2goclient.install
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list