summaryrefslogtreecommitdiff
path: root/testing/avahi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/avahi/PKGBUILD')
-rw-r--r--testing/avahi/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/avahi/PKGBUILD b/testing/avahi/PKGBUILD
index 308615e57..ad6efeb13 100644
--- a/testing/avahi/PKGBUILD
+++ b/testing/avahi/PKGBUILD
@@ -12,15 +12,12 @@ license=('LGPL')
depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
'gtk2: gtk2 bindings'
- 'qt3: qt3 bindings'
- 'qt: qt bindings'
'pygtk: avahi-bookmarks, avahi-discover'
'twisted: avahi-bookmarks'
- 'mono: mono bindings'
'dbus-python: avahi-discover'
'nss-mdns: NSS support for mDNS')
-makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
- 'gtk-sharp-2' 'gobject-introspection' 'gtk3')
+makedepends=('pygtk' 'intltool' 'dbus-python'
+ 'gobject-introspection' 'gtk3')
backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
install=avahi.install
conflicts=('howl' 'mdnsresponder')
@@ -48,6 +45,9 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
+ --disable-qt4 \
+ --disable-qt3 \
+ --disable-mono \
--disable-monodoc \
--disable-doxygen-doc \
--disable-xmltoman \