summaryrefslogtreecommitdiff
path: root/community/gq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
commita3024f8996981b28ced27466cbd1d4ab40e57324 (patch)
tree33e1ab51e17de598241385ef355cc67662d9ad74 /community/gq
parent126af148530f656a2ed192a852477b2ee97d5397 (diff)
Sat Nov 19 23:14:48 UTC 2011
Diffstat (limited to 'community/gq')
-rw-r--r--community/gq/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD
index f5ab49586..fe5382f8b 100644
--- a/community/gq/PKGBUILD
+++ b/community/gq/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 18516 2010-06-07 11:11:04Z spupykin $
+# $Id: PKGBUILD 58750 2011-11-18 13:04:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gergely Tamas <dice@mfa.kfki.hu>
@@ -9,7 +9,7 @@ pkgdesc="interactive graphical LDAP browser"
url="http://sourceforge.net/projects/gqclient"
license=("GPL")
depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
arch=('i686' 'x86_64')
install=gq.install
source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz)
@@ -18,6 +18,6 @@ md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --disable-debugging --disable-update-mimedb
- make || return 1
+ make
make DESTDIR=$pkgdir install
}