[arch-commits] Commit in avahi/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Mon Nov 26 02:21:06 UTC 2012
Date: Sunday, November 25, 2012 @ 21:21:05
Author: bisson
Revision: 171998
make dbus dependency optional
Modified:
avahi/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-25 21:50:28 UTC (rev 171997)
+++ PKGBUILD 2012-11-26 02:21:05 UTC (rev 171998)
@@ -4,23 +4,24 @@
pkgname=avahi
pkgver=0.6.31
-pkgrel=4
+pkgrel=5
pkgdesc='Multicast/unicast DNS-SD framework'
url='http://www.avahi.org/'
license=('LGPL')
arch=('i686' 'x86_64')
options=('!libtool' '!emptydirs')
-depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
-optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm')
+optdepends=('dbus: communicating with client applications'
+ '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'
+ 'python2-dbus: avahi-discover'
'nss-mdns: NSS support for mDNS')
-makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
+makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'python2-dbus'
'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman')
backup=('etc/avahi/hosts'
'etc/avahi/avahi-daemon.conf'
More information about the arch-commits
mailing list