[arch-commits] Commit in avahi/trunk (PKGBUILD introspection.patch)

Gaetan Bisson bisson at archlinux.org
Fri Nov 19 18:41:26 UTC 2010


    Date: Friday, November 19, 2010 @ 13:41:25
  Author: bisson
Revision: 100001

upstream bugfix update, one patch down

Modified:
  avahi/trunk/PKGBUILD
Deleted:
  avahi/trunk/introspection.patch

---------------------+
 PKGBUILD            |   13 +++++--------
 introspection.patch |   18 ------------------
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-19 17:40:38 UTC (rev 100000)
+++ PKGBUILD	2010-11-19 18:41:25 UTC (rev 100001)
@@ -2,8 +2,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at 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/'
@@ -26,19 +26,16 @@
 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 \

Deleted: introspection.patch
===================================================================
--- introspection.patch	2010-11-19 17:40:38 UTC (rev 100000)
+++ introspection.patch	2010-11-19 18:41:25 UTC (rev 100001)
@@ -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"




More information about the arch-commits mailing list