author | Gaetan Bisson
<bisson@archlinux.org> 2010-11-19 18:41:25 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2010-11-19 18:41:25 UTC |
parent | 39601448f1e940b7d78e59482be3977130bcfb21 |
PKGBUILD | +5 | -8 |
introspection.patch | +0 | -18 |
diff --git a/PKGBUILD b/PKGBUILD index 0e0f9ba..ec3e924 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=avahi -pkgver=0.6.27 -pkgrel=7 +pkgver=0.6.28 +pkgrel=1 pkgdesc='A multicast/unicast DNS-SD framework' arch=('i686' 'x86_64') url='http://www.avahi.org/' @@ -25,19 +25,16 @@ replaces=('howl' 'mdnsresponder') options=('!libtool') source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz avahi-daemon-dbus.patch - gnome-nettool.png - introspection.patch) -sha1sums=('e763bbeba92fd5b3ba3e2af5fc85aaf99b406c8b' + gnome-nettool.png) +sha1sums=('5da3f7da2cff8ddf74f8746e4dcb2524e5047f67' '41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61' - 'cf56387c88aed246b9f435efc182ef44de4d52f3' - '999d71add829ab9bb55262855dfe04126ac7975c') + '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" - patch -Np1 -i "${srcdir}/introspection.patch" ./configure \ --prefix=/usr \ diff --git a/introspection.patch b/introspection.patch deleted file mode 100644 index 88a7a73..0000000 --- a/introspection.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -aur avahi-0.6.27/avahi-gobject/AvahiCore-0.6.gir avahi-0.6.27-introspection/avahi-gobject/AvahiCore-0.6.gir ---- avahi-0.6.27/avahi-gobject/AvahiCore-0.6.gir 2010-06-27 02:38:43.018291433 +0200 -+++ avahi-0.6.27-introspection/avahi-gobject/AvahiCore-0.6.gir 2010-09-30 16:16:41.260000339 +0200 -@@ -1,10 +1,12 @@ - <?xml version="1.0"?> --<repository version="1.0" -+<repository version="1.2" - xmlns="http://www.gtk.org/introspection/core/1.0" - xmlns:c="http://www.gtk.org/introspection/c/1.0" - xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> - <namespace name="AvahiCore" version="0.6" shared-library="avahi-core"> -- <alias name="IfIndex" target="int" c:type="AvahiIfIndex"/> -+ <alias name="IfIndex" target="int"> -+ <type name="AvahiIfIndex" c:type="AvahiIfIndex"/> -+ </alias> - <enumeration name="Protocol" c:type="AvahiProtocol"> - <member name="inet" - value="0"