diff --git a/README.md b/README.md index 5d288f35e..8ba1b8726 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - python3-pil (pillow) for support of webp avatars - python3-crypto to enable End to end encryption - python3-gnupg to enable GPG encryption -- For zeroconf (bonjour) you need dbus-glib, python-avahi +- For zeroconf (bonjour) you need python3-dbus - gir1.2-gspell-1 and hunspell-LANG where lang is your locale eg. en, fr etc - gir1.2-secret-1 for GNOME Keyring or KDE support as password storage - D-Bus running to have gajim-remote working. Some distributions split dbus-x11, which is needed for dbus to work with Gajim. Version >= 0.80 is required. diff --git a/org.gajim.Gajim.json b/org.gajim.Gajim.json index cf8b40b41..5a173515d 100644 --- a/org.gajim.Gajim.json +++ b/org.gajim.Gajim.json @@ -247,34 +247,6 @@ } ] }, - /* Zeroconf support */ - { - "name": "avahi", - "cleanup": [ - "/bin", - "/lib/avahi", - "/share/avahi", - "avahi.mo" - ], - "config-opts": [ - "--with-distro=none", - "--disable-qt3", - "--disable-qt4", - "--disable-libdaemon", - "--disable-pygtk", - "--disable-gdbm", - "--disable-mono", - "--disable-monodoc", - "--disable-manpages" - ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/lathiat/avahi/archive/v0.7.tar.gz", - "sha256": "fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329" - } - ] - }, /* OMEMO support */ { "name": "protobuf",