Date: Tuesday, December 17, 2013 @ 23:03:36 Author: andyrtr Revision: 201674
upgpkg: x2goclient 4.0.1.2-1 upstream update 4.0.1.2 Modified: x2goclient/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-17 21:57:34 UTC (rev 201673) +++ PKGBUILD 2013-12-17 22:03:36 UTC (rev 201674) @@ -4,7 +4,7 @@ # Contributor: Richard Murri <[email protected]> pkgname=x2goclient -pkgver=4.0.1.1 +pkgver=4.0.1.2 pkgrel=1 pkgdesc="x2go qt4 client" arch=('i686' 'x86_64') @@ -14,13 +14,16 @@ makedepends=('man2html') install=x2goclient.install source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('13b6729acfd5c6a00441430ef6ab69d6') +md5sums=('500c94ce4c8a63ecabde347d526f1356') build() { cd ${pkgname}-${pkgver} sed -i "s:-o root -g root ::" Makefile - sed -i "s:lrelease:lrelease-qt4:g" Makefile - make PREFIX=/usr + #make PREFIX=/usr + #make PREFIX=/usr build_man # target broken and making the build hang + make PREFIX=/usr build_pluginprovider + make PREFIX=/usr build_client + make PREFIX=/usr build_plugin } package() {
