mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/avahi: making dbus dependency optional, dbus-python->python2-dbus
This commit is contained in:
parent
704182a36e
commit
050e5204ec
1 changed files with 6 additions and 5 deletions
|
@ -7,22 +7,23 @@
|
|||
|
||||
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'
|
||||
'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' 'pygtk' 'mono' 'intltool' 'dbus-python'
|
||||
makedepends=('qt' 'pygtk' 'mono' 'intltool' 'python2-dbus'
|
||||
'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman')
|
||||
backup=('etc/avahi/hosts'
|
||||
'etc/avahi/avahi-daemon.conf'
|
||||
|
|
Loading…
Reference in a new issue