From 649b2462f20ebdd68c22102439722bb234f4ed38 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 3 Sep 2011 20:03:32 -0400 Subject: [PATCH] more fixes for distcc --- community/distcc/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 111768873..9bff5fd79 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -5,6 +5,7 @@ # ALARM: Kevin Mihelich # - added --without-avahi to configure +# - removed gtk2 from deps plugrel=1 @@ -16,9 +17,8 @@ arch=('i686' 'x86_64') url="http://code.google.com/p/distcc/" license=('GPL') depends=('gcc' 'popt') -makedepends=('gtk2' 'pkgconfig' 'python2') -optdepends=('gtk2: for distccmon-gnome' - 'python2') +makedepends=('pkgconfig' 'python2') +optdepends=('python2') backup=(etc/conf.d/distccd) source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 distccd @@ -31,7 +31,6 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --with-gtk \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --without-avahi