pkgname=x2goclient pkgver=4.1.1.0 pkgrel=1 pkgdesc="A graphical client (Qt5) for the X2Go system" arch=('x86_64') license=('GPL2') url="http://www.x2go.org" depends=('qt5-x11extras' 'qt5-svg' 'phonon-qt5' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme') makedepends=('qt5-tools' 'man2html' 'xdg-utils' 'xorg-xauth') # FS#48088 optdepends=('xorg-xauth: may be required by X2goservers running a different linux distribution giving MIT-COOKIE errors') source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}) sha256sums=('be153529f67e34849b1d807170bf1de1c2d3e1bbe6c5a25ad457c88a981b63ca' 'SKIP') validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31' # Mike Gabriel '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # "X2go Git Administrator " prepare() { cd ${pkgname}-${pkgver} sed -i "s:-o root -g root ::" Makefile # Enable a qt5 build sed -i 's:qmake-qt4:qmake-qt5:' Makefile sed -i 's:lrelease-qt4:lrelease-qt5:' Makefile } build() { cd ${pkgname}-${pkgver} make PREFIX=/usr build_client # Don't build the browser plugin - requires qt4 (also NPAPI is deprecated) make PREFIX=/usr build_man } package() { cd ${pkgname}-${pkgver} make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man }