author | Gaetan Bisson
<bisson@archlinux.org> 2011-03-09 18:23:43 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2011-03-09 18:23:43 UTC |
parent | 877b3f0fa2b6de74de26d1f01686c8e9a8640464 |
PKGBUILD | +8 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index f12e6f8..22a16c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> +# Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=avahi -pkgver=0.6.28 -pkgrel=2 +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=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' - 'gtk2: gtk2 bindings' +optdepends=('gtk2: avahi-discover-standalone, bshell, bssh, bvnc' 'qt3: qt3 bindings' 'qt: qt bindings' 'pygtk: avahi-bookmarks, avahi-discover' @@ -18,7 +18,7 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' 'dbus-python: avahi-discover' 'nss-mdns: NSS support for mDNS') makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python' - 'gtk-sharp-2' 'gobject-introspection' 'gtk3') + 'gtk-sharp-2' 'gobject-introspection') backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service) install=avahi.install conflicts=('howl' 'mdnsresponder') @@ -28,7 +28,7 @@ options=('!libtool') source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz avahi-daemon-dbus.patch gnome-nettool.png) -sha1sums=('5da3f7da2cff8ddf74f8746e4dcb2524e5047f67' +sha1sums=('af13ae6fdb3cd61b2eafa25a108773156d88b362' '41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61' 'cf56387c88aed246b9f435efc182ef44de4d52f3') @@ -40,11 +40,12 @@ build() { # pygtk requires python2; make it explicit in case other python are installed: FS#21865 PYTHON=python2 \ - PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --disable-static \ + --disable-gtk3 \ --disable-monodoc \ --disable-doxygen-doc \ --disable-xmltoman \