Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (62529765a1343275b8a07d591ec923e48fe9daad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (62529765a1343275b8a07d591ec923e48fe9daad)
  • Date: Tue, 25 Sep 2007 15:21:27 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

chat-im/gajim/DEPENDS | 11 +++++++++--
chat-im/gajim/HISTORY | 4 ++++
2 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 5f3f61a8722915b82b25a39954f298fd3d5c39fe
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

chat-im/gajim:

DEPENDS: added libxscrnsaver as optional if xorg is modular
and dbus-python

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 8e4dad6..f1eeb6e 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -1,5 +1,12 @@
depends pygtk2 &&
depends pysqlite &&
depends intltool &&
-optional_depends dbus '--enable-remote' '--disable-remote' 'for remote
control via DBus' &&
-optional_depends gtkspell '--enable-gtkspell' '--disable-gtkspell' 'To add
spelling checking'
+optional_depends dbus '--enable-remote' '--disable-remote' 'for remote
control via DBus' &&
+optional_depends dbus-python '' '' 'for nice popup windows'
&&
+optional_depends gtkspell '--enable-gtkspell' '--disable-gtkspell' 'To add
spelling checking' &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs gtk+2 ; then
+ optional_depends libxscrnsaver '--enable-idle' '--disable-idle' 'for idle
module'
+fi
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index c9ea835..665bfdb 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,7 @@
+2007-09-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added libxscrnsaver as optional if xorg is modular
+ and dbus-python
+
2007-09-24 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.11.2




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (62529765a1343275b8a07d591ec923e48fe9daad), Pol Vinogradov, 09/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page