Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (21ab7e0e3c78ee69f3c89e605c56babd49048fb7)
  • Date: Tue, 1 Dec 2009 04:29:23 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (21ab7e0e3c78ee69f3c89e605c56babd49048fb7), Vlad Glagolev, 12/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page