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

Jan Steffens heftig at archlinux.org
Sun Mar 6 13:03:06 UTC 2016


    Date: Sunday, March 6, 2016 @ 14:03:06
  Author: heftig
Revision: 261105

Remove howl compat

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 11:06:03 UTC (rev 261104)
+++ PKGBUILD	2016-03-06 13:03:06 UTC (rev 261105)
@@ -5,7 +5,7 @@
 
 pkgname=avahi
 pkgver=0.6.32
-pkgrel=1
+pkgrel=2
 _commit=4f334990f692ce08ab4ea2eece695f1592f535b2
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour'
 url='https://github.com/lathiat/avahi'
@@ -22,12 +22,10 @@
             'mono: mono bindings'
             'python2-dbus: avahi-discover'
             'nss-mdns: NSS support for mDNS')
-conflicts=(howl mdnsresponder)
-provides=(howl mdnsresponder)
 install=avahi.install
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
         usr/lib/avahi/service-types.db usr/share/avahi/service-types)
-source=("git+$url#tag=$_commit")
+source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
 
@@ -48,7 +46,6 @@
     --disable-monodoc \
     --disable-qt3 \
     --enable-compat-libdns_sd \
-    --enable-compat-howl \
     --with-distro=archlinux \
     --with-avahi-priv-access-group=network \
     --with-autoipd-user=avahi \
@@ -67,10 +64,6 @@
   make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
     PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
 
-  # howl compat
-  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
-  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
-
   # mdnsresponder compat
   ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
 



More information about the arch-commits mailing list