21 lines
810 B
Bash
21 lines
810 B
Bash
# Template file for 'x2goclient'
|
|
pkgname=x2goclient
|
|
version=4.1.2.2
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
build_helper=qmake
|
|
make_build_args="QMAKE_BINARY=qmake-qt5 LRELEASE_BINARY=lrelease-qt5"
|
|
make_build_target="build_client build_man"
|
|
make_install_args="$make_build_args"
|
|
make_install_target="install_client install_man"
|
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-svg-devel qt5-x11extras-devel libldap-devel
|
|
libssh-devel libXpm-devel cups-devel"
|
|
depends="nx-libs"
|
|
short_desc="Graphical Qt5 client for X2Go"
|
|
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.x2go.org"
|
|
distfiles="http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a
|