Date: Saturday, June 23, 2018 @ 20:37:45
Author: andyrtr
Revision: 327506
archrelease: copy trunk to testing-x86_64
Added:
x2goclient/repos/testing-x86_64/
x2goclient/repos/testing-x86_64/PKGBUILD
(from rev 327505, x2goclient/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: x2goclient/repos/testing-x86_64/PKGBUILD (from rev 327505,
x2goclient/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-23 20:37:45 UTC (rev 327506)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Gerhard Brauer <[email protected]>
+# Contributor: Richard Murri <[email protected]>
+
+pkgname=x2goclient
+pkgver=4.1.2.0
+pkgrel=1
+arch=('x86_64')
+license=('GPL2')
+url="http://www.x2go.org"
+pkgdesc="a graphical client (Qt4) for the X2Go system"
+makedepends=(#'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'man2html' 'xdg-utils' 'xorg-xauth')
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm'
'hicolor-icon-theme')
+# FS#48088
+optdepends=('xorg-xauth: may be required by X2goservers running a different
linux distribution giving MIT-COOKIE errors')
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('f687a3904c8c1ee507f283af6210964d9cd03d65bf3385b5cdab9affb58f31f4'
+ 'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31' # Mike Gabriel
<[email protected]>
+ '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # "X2go Git
Administrator <[email protected]>"
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -i "s:-o root -g root ::" Makefile
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr
+ make PREFIX=/usr build_man
+}
+
+package() {
+
+ cd ${pkgbase}-${pkgver}
+ make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
+}