diff options
author | root <root@rshg054.dnsready.net> | 2012-11-30 02:31:56 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-30 02:31:56 -0800 |
commit | 51867161079ab52d5152105142a3bc965c63ca03 (patch) | |
tree | b3bce74db52a754245dc26d586603dfec0620aec /extra/avahi | |
parent | fd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (diff) |
Fri Nov 30 02:29:05 PST 2012
Diffstat (limited to 'extra/avahi')
-rw-r--r-- | extra/avahi/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD index 4b20f73a1..4e500bf48 100644 --- a/extra/avahi/PKGBUILD +++ b/extra/avahi/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 166539 2012-09-10 04:37:24Z bisson $ +# $Id: PKGBUILD 172143 2012-11-30 03:01:06Z bisson $ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> 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' |