From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/avahi/ChangeLog | 17 ++++++++ extra/avahi/PKGBUILD | 79 ++++++++++++++++++++++++++++++++++++ extra/avahi/avahi-daemon-dbus.patch | 11 +++++ extra/avahi/avahi.install | 21 ++++++++++ extra/avahi/gnome-nettool.png | Bin 0 -> 4509 bytes 5 files changed, 128 insertions(+) create mode 100644 extra/avahi/ChangeLog create mode 100644 extra/avahi/PKGBUILD create mode 100644 extra/avahi/avahi-daemon-dbus.patch create mode 100644 extra/avahi/avahi.install create mode 100644 extra/avahi/gnome-nettool.png (limited to 'extra/avahi') diff --git a/extra/avahi/ChangeLog b/extra/avahi/ChangeLog new file mode 100644 index 000000000..57984a3b2 --- /dev/null +++ b/extra/avahi/ChangeLog @@ -0,0 +1,17 @@ + +2009-04-23 Douglas Soares de Andrade + + * Updated for i686: 0.6.25 + +2009-03-21 Eric Belanger + + * Added optdepends for avahi-discover (close FS#11250) + +2009-01-04 Douglas Soares de Andrade + + * Updated for i686: 0.6.24 + +2008-07-22 Douglas Soares de Andrade + + * Updated for i686: 0.6.23 + diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD new file mode 100644 index 000000000..cc9bf71af --- /dev/null +++ b/extra/avahi/PKGBUILD @@ -0,0 +1,79 @@ +# $Id: PKGBUILD 113561 2011-03-09 18:23:43Z bisson $ +# Contributor: Douglas Soares de Andrade +# Maintainer: Gaetan Bisson + +pkgname=avahi +pkgver=0.6.29 +pkgrel=1 +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' + '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') +backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service) +install=avahi.install +conflicts=('howl' 'mdnsresponder') +provides=('howl' 'mdnsresponder') +replaces=('howl' 'mdnsresponder') +options=('!libtool') +source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz + avahi-daemon-dbus.patch + gnome-nettool.png) +sha1sums=('af13ae6fdb3cd61b2eafa25a108773156d88b362' + '41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61' + 'cf56387c88aed246b9f435efc182ef44de4d52f3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf + patch -Np0 -i "${srcdir}/avahi-daemon-dbus.patch" + + # pygtk requires python2; make it explicit in case other python are installed: FS#21865 + PYTHON=python2 \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-gtk3 \ + --disable-monodoc \ + --disable-doxygen-doc \ + --disable-xmltoman \ + --enable-compat-libdns_sd \ + --enable-compat-howl \ + --with-distro=archlinux \ + --with-avahi-priv-access-group=network \ + --with-autoipd-user=avahi \ + --with-autoipd-group=avahi \ + --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999 + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # howl and mdnsresponder compatability + cd "${pkgdir}"/usr/include + ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h + ln -s avahi-compat-howl howl + cd "${pkgdir}"/usr/lib/pkgconfig + ln -s avahi-compat-howl.pc howl.pc + + sed -i '1c #!/usr/bin/python2' "$pkgdir"/usr/bin/avahi-{bookmarks,discover} + + install -D -m 644 "${srcdir}"/gnome-nettool.png "${pkgdir}"/usr/share/pixmaps/gnome-nettool.png +} diff --git a/extra/avahi/avahi-daemon-dbus.patch b/extra/avahi/avahi-daemon-dbus.patch new file mode 100644 index 000000000..a168f0387 --- /dev/null +++ b/extra/avahi/avahi-daemon-dbus.patch @@ -0,0 +1,11 @@ +--- initscript/archlinux/avahi-daemon.in 2010-08-17 22:23:46.510293144 +0200 ++++ initscript/archlinux/avahi-daemon.in 2010-08-17 22:46:58.110163026 +0200 +@@ -33,6 +35,8 @@ + + case "$1" in + start) ++ ck_daemon dbus && /etc/rc.d/dbus start ++ modprobe capability &> /dev/null + stat_busy "Starting $DESC" + $DAEMON -D > /dev/null 2>&1 + if [ $? -gt 0 ]; then diff --git a/extra/avahi/avahi.install b/extra/avahi/avahi.install new file mode 100644 index 000000000..7c75c3dd4 --- /dev/null +++ b/extra/avahi/avahi.install @@ -0,0 +1,21 @@ +post_install() { + getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null + getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s /bin/false -c avahi avahi >/dev/null + + cat < The following daemons may be added to DAEMONS in /etc/rc.conf: +==> avahi-daemon: the mdns responder, you probably want this. +==> dbus needs to be running when you start it. +==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns +==> configuration on dhcp-less networks. + +==> To use some of the client applications you will have to install python. +==> In addition, pygtk is required for the graphical ones and +==> twisted for avahi-bookmarks. +EOF +} + +post_remove() { + getent passwd avahi &>/dev/null && userdel avahi >/dev/null + getent group avahi &>/dev/null && groupdel avahi >/dev/null +} diff --git a/extra/avahi/gnome-nettool.png b/extra/avahi/gnome-nettool.png new file mode 100644 index 000000000..227d0678a Binary files /dev/null and b/extra/avahi/gnome-nettool.png differ -- cgit v1.2.3-54-g00ecf