Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37599102
en ru br
ALT Linux repos
S:1.8.1-alt1
5.0: 0.12.1-alt1
4.1: 0.11.4-alt1.1.qa1
4.0: 0.11.4-alt1

Group :: Networking/Instant messaging
RPM: gajim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gajim-alt-package-names.patch
Download


diff --git a/gajim/src/features_window.py b/gajim/src/features_window.py
index e9a823c..a67113a 100644
--- a/gajim/src/features_window.py
+++ b/gajim/src/features_window.py
@@ -48,35 +48,35 @@ class FeaturesWindow:
         self.features = {
                 _('SSL certificat validation'): (self.pyopenssl_available,
                         _('A library used to validate server certificates to ensure a secure connection.'),
-                        _('Requires python-pyopenssl.'),
+                        _('Requires python-module-OpenSSL.'),
                         _('Requires python-pyopenssl.')),
                 _('Bonjour / Zeroconf'): (self.zeroconf_available,
                         _('Serverless chatting with autodetected clients in a local network.'),
-                        _('Requires python-avahi.'),
+                        _('Requires python-module-avahi.'),
                         _('Requires pybonjour (http://o2s.csail.mit.edu/o2s-wiki/pybonjour).')),
                 _('Command line'): (self.dbus_available,
                         _('A script to control Gajim via commandline.'),
-                        _('Requires python-dbus.'),
+                        _('Requires python-module-dbus.'),
                         _('Feature not available under Windows.')),
                 _('OpenGPG message encryption'): (self.gpg_available,
                         _('Encrypting chat messages with gpg keys.'),
-                        _('Requires gpg and python-GnuPGInterface.'),
+                        _('Requires gpg and python-module-GnuPGInterface.'),
                         _('Feature not available under Windows.')),
                 _('Network-manager'): (self.network_manager_available,
                         _('Autodetection of network status.'),
-                        _('Requires gnome-network-manager and python-dbus.'),
+                        _('Requires gnome-network-manager and python-module-dbus.'),
                         _('Feature not available under Windows.')),
                 _('Session Management'): (self.session_management_available,
                         _('Gajim session is stored on logout and restored on login.'),
-                        _('Requires python-gnome2.'),
+                        _('Requires python-module-gnome.'),
                         _('Feature not available under Windows.')),
                 _('Password encryption'): (self.some_keyring_available,
                         _('Passwords can be stored securely and not just in plaintext.'),
-                        _('Requires gnome-keyring and python-gnome2-desktop, or kwalletcli.'),
+                        _('Requires gnome-keyring and python-module-pygnome-desktop, or kwalletcli.'),
                         _('Feature not available under Windows.')),
                 _('SRV'): (self.srv_available,
                         _('Ability to connect to servers which are using SRV records.'),
-                        _('Requires dnsutils.'),
+                        _('Requires bind-utils.'),
                         _('Requires nslookup to use SRV records.')),
                 _('Spell Checker'): (self.speller_available,
                         _('Spellchecking of composed messages.'),
@@ -84,7 +84,7 @@ class FeaturesWindow:
                         _('Feature not available under Windows.')),
                 _('Notification'): (self.notification_available,
                         _('Passive popups notifying for new events.'),
-                        _('Requires python-notify or instead python-dbus in conjunction with notification-daemon.'),
+                        _('Requires python-module-notify or instead python-module-dbus in conjunction with notification-daemon.'),
                         _('Feature not available under Windows.')),
                 _('Automatic status'): (self.idle_available,
                         _('Ability to measure idle time, in order to set auto status.'),
@@ -92,15 +92,15 @@ class FeaturesWindow:
                         _('Requires python2.5.')),
                 _('LaTeX'): (self.latex_available,
                         _('Transform LaTeX expressions between $$ $$.'),
-                        _('Requires texlive-latex-base and dvipng. You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),
+                        _('Requires textext-latex, textext-dvips and ImageMagick. You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),
                         _('Requires texlive-latex-base and dvipng (All is in MikTeX). You have to set \'use_latex\' to True in the Advanced Configuration Editor.')),
                 _('End to End message encryption'): (self.pycrypto_available,
                         _('Encrypting chat messages.'),
-                        _('Requires python-crypto.'),
+                        _('Requires python-module-Crypto.'),
                         _('Requires python-crypto.')),
                 _('RST Generator'): (self.docutils_available,
                         _('Generate XHTML output from RST code (see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html).'),
-                        _('Requires python-docutils.'),
+                        _('Requires python-module-docutils.'),
                         _('Requires python-docutils.')),
                 _('Audio / Video'): (self.farsight_available,
                         _('Ability to start audio and video chat.'),
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin