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

Pol Vinogradov scm at sourcemage.org
Tue Sep 25 16:21:27 EDT 2007


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
 



More information about the SM-Commit mailing list