diff options
author | root <root@rshg054.dnsready.net> | 2013-09-13 01:42:57 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-13 01:42:57 -0700 |
commit | 8996dd88e696bae485c13257572e2f38f5633251 (patch) | |
tree | 91d8fe49ec3085cdba925c87616d15f71997e1fa /extra/x2goclient | |
parent | 67c663ff9aaeee1572097ef4eceb39c039d91f42 (diff) |
Fri Sep 13 01:42:32 PDT 2013
Diffstat (limited to 'extra/x2goclient')
-rw-r--r-- | extra/x2goclient/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/x2goclient/PKGBUILD b/extra/x2goclient/PKGBUILD index 2f051b7f5..2312b68a5 100644 --- a/extra/x2goclient/PKGBUILD +++ b/extra/x2goclient/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 180595 2013-03-24 09:37:30Z andyrtr $ +# $Id: PKGBUILD 194273 2013-09-12 19:24:14Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Gerhard Brauer <gerbra@archlinux.de> # Contributor: Richard Murri <admin@richardmurri.com> pkgname=x2goclient -pkgver=4.0.1.0 +pkgver=4.0.1.1 pkgrel=1 pkgdesc="x2go qt4 client" arch=('i686' 'x86_64') @@ -14,15 +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=('ff223344915b9def9e9e5a01ae919532') +md5sums=('13b6729acfd5c6a00441430ef6ab69d6') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} sed -i "s:-o root -g root ::" Makefile + sed -i "s:lrelease:lrelease-qt4:g" Makefile make PREFIX=/usr } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make PREFIX=/usr DESTDIR="$pkgdir" install } |