[arch-commits] Commit in x2goclient/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue Feb 26 12:24:29 UTC 2013
Date: Tuesday, February 26, 2013 @ 13:24:27
Author: andrea
Revision: 178719
upgpkg: x2goclient 4.0.0.3-2
qt4 rebuild
Modified:
x2goclient/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-26 12:19:18 UTC (rev 178718)
+++ PKGBUILD 2013-02-26 12:24:27 UTC (rev 178719)
@@ -5,12 +5,12 @@
pkgname=x2goclient
pkgver=4.0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="x2go qt4 client"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.x2go.org"
-depends=('qt' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('man2html')
install=x2goclient.install
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
@@ -18,7 +18,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i "s:qmake-qt4:qmake:g" Makefile
+ sed -i "s:qmake-qt4:qmake4:g" Makefile
sed -i "s:-o root -g root ::" Makefile
make PREFIX=/usr
}
More information about the arch-commits
mailing list