mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/avahi to 0.6.30-2
This commit is contained in:
parent
d0c960530b
commit
d923cf24ef
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 118159 2011-04-05 16:56:06Z bisson $
|
||||
# $Id: PKGBUILD 118164 2011-04-05 16:57:59Z bisson $
|
||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
||||
|
||||
|
@ -9,13 +9,14 @@ plugrel=1
|
|||
|
||||
pkgname=avahi
|
||||
pkgver=0.6.30
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A multicast/unicast DNS-SD framework'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.avahi.org/'
|
||||
license=('LGPL')
|
||||
depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
|
||||
optdepends=('gtk2: avahi-discover-standalone, bshell, bssh, bvnc'
|
||||
optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
|
||||
'gtk2: gtk2 bindings'
|
||||
'qt3: qt3 bindings'
|
||||
'qt: qt bindings'
|
||||
'pygtk: avahi-bookmarks, avahi-discover'
|
||||
|
@ -23,7 +24,7 @@ optdepends=('gtk2: avahi-discover-standalone, bshell, bssh, bvnc'
|
|||
'dbus-python: avahi-discover'
|
||||
'nss-mdns: NSS support for mDNS')
|
||||
makedepends=('qt' 'qt3' 'pygtk' 'intltool' 'dbus-python'
|
||||
'gtk-sharp-2' 'gobject-introspection')
|
||||
'gtk-sharp-2' 'gobject-introspection' 'gtk3')
|
||||
backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
|
||||
install=avahi.install
|
||||
conflicts=('howl' 'mdnsresponder')
|
||||
|
@ -51,7 +52,6 @@ build() {
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-gtk3 \
|
||||
--disable-monodoc \
|
||||
--disable-doxygen-doc \
|
||||
--disable-xmltoman \
|
||||
|
|
Loading…
Reference in a new issue