summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2017-01-07 09:57:07 +0300
committerAlexey D2017-01-07 09:57:07 +0300
commit06791a72147f0bf776a4fc75b347d8c2f977a141 (patch)
treef330ec55a455992611c84f5f4659c60c072e3ba5
parente33f0b61dae60eeb749ae33d9aa3d367cda38d88 (diff)
downloadaur-06791a72147f0bf776a4fc75b347d8c2f977a141.tar.gz
upstream updates
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b44677ffc9b..bd76acad17a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 06:38:04 UTC 2016
+# Sat Jan 7 06:56:43 UTC 2017
pkgbase = avahi-nosystemd
pkgdesc = Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
pkgver = 0.6.32
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lathiat/avahi
install = avahi.install
arch = i686
@@ -34,14 +34,8 @@ pkgbase = avahi-nosystemd
optdepends = python2-dbus: avahi-discover
optdepends = nss-mdns: NSS support for mDNS
provides = avahi=0.6.32
- provides = howl
- provides = mdnsresponder
conflicts = avahi
- conflicts = howl
- conflicts = mdnsresponder
replaces = avahi
- replaces = howl
- replaces = mdnsresponder
options = !emptydirs
backup = etc/avahi/hosts
backup = etc/avahi/avahi-daemon.conf
@@ -49,7 +43,7 @@ pkgbase = avahi-nosystemd
backup = etc/avahi/services/sftp-ssh.service
backup = usr/lib/avahi/service-types.db
backup = usr/share/avahi/service-types
- source = git+https://github.com/lathiat/avahi#tag=4f334990f692ce08ab4ea2eece695f1592f535b2
+ source = git+https://github.com/lathiat/avahi#commit=4f334990f692ce08ab4ea2eece695f1592f535b2
source = avahi-daemon.rc
source = avahi-dnsconfd.rc
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 993124c1c258..919b82d98426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=avahi-nosystemd
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,9 +21,9 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
'mono: mono bindings'
'python2-dbus: avahi-discover'
'nss-mdns: NSS support for mDNS')
-provides=("avahi=${pkgver}" 'howl' 'mdnsresponder')
-replaces=('avahi' 'howl' 'mdnsresponder')
-conflicts=('avahi' 'howl' 'mdnsresponder')
+provides=("avahi=${pkgver}")
+replaces=('avahi')
+conflicts=('avahi')
makedepends=('qt4' 'pygtk' 'mono' 'intltool' 'python2-dbus'
'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman' 'git')
backup=('etc/avahi/hosts'
@@ -32,7 +32,7 @@ backup=('etc/avahi/hosts'
'etc/avahi/services/sftp-ssh.service'
'usr/lib/avahi/service-types.db'
'usr/share/avahi/service-types')
-source=("git+https://github.com/lathiat/avahi#tag=$_commit"
+source=("git+https://github.com/lathiat/avahi#commit=$_commit"
avahi-daemon.rc
avahi-dnsconfd.rc)
sha1sums=('SKIP'
@@ -61,7 +61,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 \
@@ -78,11 +77,7 @@ package() {
make DESTDIR="${pkgdir}" install
make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
- PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
-
- # howl and mdnsresponder compatability
- ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
- ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
+ PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.6/site-packages
# install rc scripts
install -Dm755 "$srcdir"/avahi-daemon.rc "$pkgdir"/etc/rc.d/avahi-daemon