git » avahi.git » commit 44b68c2

Remove howl compat

author Jan Alexander Steffens
2016-03-06 13:03:06 UTC
committer Jan Alexander Steffens
2016-03-06 13:03:06 UTC
parent b7fa54cc7f190d509e4eed5ae410e080ac7ebda7

Remove howl compat

PKGBUILD +2 -9

diff --git a/PKGBUILD b/PKGBUILD
index 6ba7e39..8ebe69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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'
@@ -21,12 +21,10 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
             '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')
 
 
@@ -47,7 +45,6 @@ build() {
     --disable-monodoc \
     --disable-qt3 \
     --enable-compat-libdns_sd \
-    --enable-compat-howl \
     --with-distro=archlinux \
     --with-avahi-priv-access-group=network \
     --with-autoipd-user=avahi \
@@ -66,10 +63,6 @@ package() {
   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"