[ekg2-commit] r4259 - in trunk/plugins: feed gg jabber logs mail ncurses: trunk/plugins/feed/SConscript trunk/plugins/gg/SConscript trunk/plugins/jabber/SConscript trunk/plugins/logs/SConscript trunk/plugins/mail/SConscript trunk/plugins/ncurses/SConscript
SVN commit
svn w toxygen.net
Sob, 9 Sie 2008, 21:46:47 CEST
Author: peres
Date: 2008-08-09 21:46:47 +0200 (Sat, 09 Aug 2008)
New Revision: 4259
Modified:
trunk/plugins/feed/SConscript
trunk/plugins/gg/SConscript
trunk/plugins/jabber/SConscript
trunk/plugins/logs/SConscript
trunk/plugins/mail/SConscript
trunk/plugins/ncurses/SConscript
Log:
Fill plugin deps.
Modified: trunk/plugins/feed/SConscript
===================================================================
--- trunk/plugins/feed/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/feed/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -4,7 +4,8 @@
plugin = {
'type': 'protocol',
'state': 'unstable',
- 'depends': ['expat']
+ 'depends': [],
+ 'optdepends': ['expat']
}
Return('plugin')
Modified: trunk/plugins/gg/SConscript
===================================================================
--- trunk/plugins/gg/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/gg/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -4,7 +4,8 @@
plugin = {
'type': 'protocol',
'state': 'stable',
- 'depends': ['libgadu']
+ 'depends': ['libgadu'],
+ 'optdepends': ['gif', 'jpeg'] # pthread ?
}
Return('plugin')
Modified: trunk/plugins/jabber/SConscript
===================================================================
--- trunk/plugins/jabber/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/jabber/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -5,7 +5,7 @@
'type': 'protocol',
'state': 'stable',
'depends': ['expat'],
- 'optdepends': ['gnutls', 'openssl']
+ 'optdepends': ['gnutls', 'openssl', 'zlib']
}
Return('plugin')
Modified: trunk/plugins/logs/SConscript
===================================================================
--- trunk/plugins/logs/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/logs/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -4,7 +4,8 @@
plugin = {
'type': 'log',
'state': 'stable',
- 'depends': []
+ 'depends': [],
+ 'optdepends': ['zlib']
}
Return('plugin')
Modified: trunk/plugins/mail/SConscript
===================================================================
--- trunk/plugins/mail/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/mail/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -4,7 +4,8 @@
plugin = {
'type': 'misc',
'state': 'stable',
- 'depends': []
+ 'depends': [],
+# 'optdepends': ['inotify'] # XXX: use it ( ;
}
Return('plugin')
Modified: trunk/plugins/ncurses/SConscript
===================================================================
--- trunk/plugins/ncurses/SConscript 2008-08-09 19:33:54 UTC (rev 4258)
+++ trunk/plugins/ncurses/SConscript 2008-08-09 19:46:47 UTC (rev 4259)
@@ -4,7 +4,8 @@
plugin = {
'type': 'ui',
'state': 'stable',
- 'depends': ['ncurses']
+ 'depends': ['ncurses'],
+ 'optdepends': ['gpm', 'aspell']
}
Return('plugin')
Więcej informacji o liście dyskusyjnej ekg2-commit