summaryrefslogtreecommitdiff
path: root/extra/avahi
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-15 11:18:49 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-15 11:18:49 -0300
commit5182b3ad7127576cdf11e1b729c9ef53383dbf69 (patch)
treea4898cd0c41853ae4271cd1f45046c5009cb8251 /extra/avahi
parentb0a0dff4d5271fee0365879bf9524b24f9230541 (diff)
avahi, doxygen and texlive-bin adapted to include mips64el changes. avahi and
doxygen qt dependencies removed
Diffstat (limited to 'extra/avahi')
-rw-r--r--extra/avahi/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD
index dc4bdc6e4..0c9438d9c 100644
--- a/extra/avahi/PKGBUILD
+++ b/extra/avahi/PKGBUILD
@@ -10,6 +10,7 @@ arch=('i686' 'x86_64' 'mips64el')
url='http://www.avahi.org/'
license=('LGPL')
depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
+[ "$CARCH" = "mips64el" ] || {
optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
'gtk2: gtk2 bindings'
'qt3: qt3 bindings'
@@ -21,6 +22,18 @@ optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
'nss-mdns: NSS support for mDNS')
makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
'gtk-sharp-2' 'gobject-introspection' 'gtk3')
+}
+
+[ "$CARCH" = "mips64el" ] && {
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+ 'gtk2: gtk2 bindings'
+ 'pygtk: avahi-bookmarks, avahi-discover'
+ 'twisted: avahi-bookmarks'
+ 'dbus-python: avahi-discover'
+ 'nss-mdns: NSS support for mDNS')
+makedepends=('pygtk' 'intltool' 'dbus-python'
+ 'gobject-introspection' 'gtk3')
+}
backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
install=avahi.install
conflicts=('howl' 'mdnsresponder')