summaryrefslogtreecommitdiff
path: root/extra/x2goclient/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/x2goclient/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/x2goclient/PKGBUILD')
-rw-r--r--extra/x2goclient/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/x2goclient/PKGBUILD b/extra/x2goclient/PKGBUILD
index 2312b68a5..896aef7cf 100644
--- a/extra/x2goclient/PKGBUILD
+++ b/extra/x2goclient/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 194273 2013-09-12 19:24:14Z andyrtr $
+# $Id: PKGBUILD 201675 2013-12-17 22:03:50Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Gerhard Brauer <gerbra@archlinux.de>
# Contributor: Richard Murri <admin@richardmurri.com>
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 @@ depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-the
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() {