[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (21ab7e0e3c78ee69f3c89e605c56babd49048fb7)

Vlad Glagolev scm at sourcemage.org
Tue Dec 1 05:29:23 EST 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 chat-im/gajim/DEPENDS |    8 ++++----
 chat-im/gajim/HISTORY |    3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 21ab7e0e3c78ee69f3c89e605c56babd49048fb7
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    gajim: corrected dependencies for new version

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index bd03644..b15933e 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -2,7 +2,7 @@ depends pygtk2 &&
 depends pysqlite &&
 depends intltool &&
 
-optional_depends dbus "" "" "for remote control via DBus" &&
-optional_depends gtkspell "" "" "for spell checking" &&
-optional_depends dbus-python "" "" "for nice popup windows" &&
-optional_depends libxscrnsaver "" "" "for idle module"
+suggest_depends pyopenssl "" "" "for secure connections support" &&
+suggest_depends dbus-python "" "" "to control Gajim via commandline" &&
+suggest_depends pycrypto "" "" "for encrypting chat messages" &&
+suggest_depends gtkspell "" "" "for spell checking support"
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 21fec86..f9c2dd5 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,6 @@
+2009-12-01 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: corrected dependencies for 0.13
+
 2009-11-25 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 0.13; fixed source url
 	* DEPENDS: removed useless flags



More information about the SM-Commit mailing list