[arch-commits] CVS update of extra/network/avahi (PKGBUILD)

Travis Willard travis at archlinux.org
Sun May 20 15:09:38 UTC 2007


    Date: Sunday, May 20, 2007 @ 11:09:38
  Author: travis
    Path: /home/cvs-extra/extra/network/avahi

Modified: PKGBUILD (1.27 -> 1.28)

upgpkg: avahi 0.6.19-1
Upstream update


----------+
 PKGBUILD |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)


Index: extra/network/avahi/PKGBUILD
diff -u extra/network/avahi/PKGBUILD:1.27 extra/network/avahi/PKGBUILD:1.28
--- extra/network/avahi/PKGBUILD:1.27	Mon Mar 19 13:08:55 2007
+++ extra/network/avahi/PKGBUILD	Sun May 20 11:09:37 2007
@@ -1,24 +1,26 @@
-# $Id: PKGBUILD,v 1.27 2007/03/19 17:08:55 jgc Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.28 2007/05/20 15:09:37 travis Exp $
+# Maintainer: Travis Willard <travis at archlinux.org>
 
 pkgname=avahi
-pkgver=0.6.17
+pkgver=0.6.19
 pkgrel=1
 pkgdesc="A multicast/unicast DNS-SD framework"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.avahi.org/"
-license=(LGPL)
+license=('LGPL')
 depends=('dbus>=1.0.2-4' 'libcap' 'libdaemon' 'nss-mdns' 'gdbm' 'filesystem>=0.7.2-5')
-makedepends=('mono' 'pygtk' 'dbus-python' 'qt' 'libglade')
+makedepends=('mono' 'pygtk' 'gtk-sharp-2' 'dbus-python' 'qt' 'libglade')
 backup=(etc/avahi/avahi-daemon.conf)
 install=avahi.install
 conflicts=('howl' 'mdnsresponder')
 provides=('howl' 'mdnsresponder')
 replaces=('howl' 'mdnsresponder')
-options=('nolibtool')
-source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz
-	gnome-nettool.png)
-md5sums=('29ebb2181958d5721ee5fc45f035a77c' '42c2905307c7a5dc6ac4b75f4c3d65a3')
+options=('!libtool')
+source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz gnome-nettool.png)
+md5sums=('a06782435d1c994ecd00a66e95a5d9d4'
+         '42c2905307c7a5dc6ac4b75f4c3d65a3')
+sha1sums=('367322064a5dd66a0e69c75df9407ab3518aebdc'
+          'cf56387c88aed246b9f435efc182ef44de4d52f3')
 
 build() {
   [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
@@ -57,3 +59,4 @@
   mkdir -p ${startdir}/pkg/usr/share/pixmaps
   install -m 644 ${startdir}/src/gnome-nettool.png ${startdir}/pkg/usr/share/pixmaps/gnome-nettool.png
 }
+




More information about the arch-commits mailing list