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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Jul 18 09:55:01 UTC 2013


    Date: Thursday, July 18, 2013 @ 11:55:01
  Author: bisson
Revision: 190828

make dbus a hard dependency: already pulled by [base] and libavahi-client.so anyway

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 07:23:31 UTC (rev 190827)
+++ PKGBUILD	2013-07-18 09:55:01 UTC (rev 190828)
@@ -4,15 +4,14 @@
 
 pkgname=avahi
 pkgver=0.6.31
-pkgrel=9
+pkgrel=10
 pkgdesc='Multicast/unicast DNS-SD framework'
 url='http://www.avahi.org/'
 license=('LGPL')
 arch=('i686' 'x86_64')
 options=('!libtool' '!emptydirs')
-depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm')
-optdepends=('dbus: communicating with client applications'
-            'gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm' 'dbus')
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
             'gtk2: gtk2 bindings'
             'qt3: qt3 bindings'
             'qt4: qt4 bindings'
@@ -39,6 +38,7 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed '/^Libs:/s:$: -ldbus-1:' -i avahi-client.pc.in
 	sed 's:netdev:network:g' -i avahi-daemon/avahi-dbus.conf
 	sed 's:/sbin/resolvconf:/usr/sbin/resolvconf:g' -i */*.action
 }




More information about the arch-commits mailing list