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

Gaetan Bisson bisson at archlinux.org
Thu Sep 30 19:59:42 UTC 2010


    Date: Thursday, September 30, 2010 @ 15:59:42
  Author: bisson
Revision: 92762

fixes FS#20999 and introspection.patch build problems

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

---------------------+
 PKGBUILD            |    6 +++---
 introspection.patch |   15 ++++++++++++++-
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-30 19:24:56 UTC (rev 92761)
+++ PKGBUILD	2010-09-30 19:59:42 UTC (rev 92762)
@@ -3,7 +3,7 @@
 
 pkgname=avahi
 pkgver=0.6.27
-pkgrel=4
+pkgrel=5
 pkgdesc='A multicast/unicast DNS-SD framework'
 arch=('i686' 'x86_64')
 url='http://www.avahi.org/'
@@ -31,7 +31,7 @@
 sha1sums=('e763bbeba92fd5b3ba3e2af5fc85aaf99b406c8b'
           '41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61'
           'cf56387c88aed246b9f435efc182ef44de4d52f3'
-          '9a585c2b851641511705ac9b423311ac650653cc')
+          'ff70358eab95ad5b445c1a584d4a889e4474a25d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -54,7 +54,7 @@
     --with-avahi-priv-access-group=network \
     --with-autoipd-user=avahi \
     --with-autoipd-group=avahi \
-    --with-systemdsystemunitdir=/usr/share/dbus-1/system-services # See FS#20519
+    --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
 
   make
 }

Modified: introspection.patch
===================================================================
--- introspection.patch	2010-09-30 19:24:56 UTC (rev 92761)
+++ introspection.patch	2010-09-30 19:59:42 UTC (rev 92762)
@@ -1,5 +1,6 @@
+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-29 19:08:53.503339092 +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"
@@ -15,3 +16,15 @@
      <enumeration name="Protocol" c:type="AvahiProtocol">
        <member name="inet"
                value="0"
+diff -aur avahi-0.6.27/configure.ac avahi-0.6.27-introspection/configure.ac
+--- avahi-0.6.27/configure.ac	2010-07-13 05:05:05.464755077 +0200
++++ avahi-0.6.27-introspection/configure.ac	2010-09-30 16:17:06.103333559 +0200
+@@ -472,7 +472,7 @@
+ #
+ # Introspection support.
+ #
+-GOBJECT_INTROSPECTION_CHECK([0.6.7])
++GOBJECT_INTROSPECTION_CHECK([0.9.5])
+ 
+ #
+ # Check for Qt 3




More information about the arch-commits mailing list