Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2009-11-24 16:33:49 +0300
committerYann Leboulanger <asterix@lagaule.org>2009-11-24 16:33:49 +0300
commiteb11c24eea6b367d1774cfa8ae3b38c03e72085a (patch)
treea109da606e2794cdbd33f5792506ccb669f7af44 /README.html
parent94f6d6b79ac357c98ec6d3089f891ec5d78968e4 (diff)
egg.trayicon is dead. Light a candle :'(
Fixes #3021, #5246
Diffstat (limited to 'README.html')
-rw-r--r--README.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.html b/README.html
index 558d23a80..8ddade813 100644
--- a/README.html
+++ b/README.html
@@ -16,7 +16,7 @@ Welcome to Gajim and thank you for trying out our client.
<h2>Runtime Requirements</h2>
<ul>
<li>python2.5 or higher</li>
-<li>pygtk2.12 or higher</li>
+<li>pygtk2.16 or higher</li>
<li>python-libglade</li>
<li>pysqlite2 (if you have python 2.5, you already have this)</li>
</ul>
@@ -34,7 +34,6 @@ Gajim is a GTK+ app that loves GNOME. You can do 'make' so you don't require gno
<li>For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi</li>
<li>dnsutils (or whatever package provides the nslookup binary) for SRV support</li>
<li>gtkspell and aspell-LANG where lang is your locale eg. en, fr etc</li>
-<li>GnomePythonExtras 2.10 or above (aka gnome-python-desktop) so you can avoid compiling trayicon and gtkspell</li>
<li>gnome-python-desktop (for GnomeKeyring support)</li>
<li>notification-daemon or notify-python (and D-Bus) to get cooler popups</li>
<li>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.</li>
@@ -53,8 +52,6 @@ the xml lib that *comes* with python and not pyxml or whatever.
<ul>
<li>python-dev</li>
<li>python-gtk2-dev</li>
-<li>libgtk2.0-dev aka. gtk2-devel</li>
-<li>libgtkspell-dev (for the gtkspell module)</li>
<li>intltool (>= 0.40.1)</li>
</ul>