Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d1a387f3fb78361ffd30867e19dab475c406fee8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d1a387f3fb78361ffd30867e19dab475c406fee8)
  • Date: Fri, 30 Jan 2009 15:47:56 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

mail/claws-mail/DEPENDS | 21 ++++++++++++++++-----
mail/claws-mail/HISTORY | 7 +++++++
2 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit d1a387f3fb78361ffd30867e19dab475c406fee8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

claws-mail: Optionally depends on gettext

commit f72f9818ea44e2e777b28db96a485f2d640658e9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

claws-mail: Enable option for gpgme is --enable-pgpmime-plugin

commit 6717c6a1a0dc3c3a34c6fe24b774cc0230cac936
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

claws-mail: --{enable,disable}-aspell are not recognized ./configure
options

commit 7459d44874bb55ef25cbbd909c54e7201dbb7125
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

claws-mail: Optionally depends on dbus

commit e025006f71fed0c6985164b19a9645498502e89b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

claws-mail: Added missing &&

diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index 391e559..0e5d617 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -1,4 +1,10 @@
-depends gtk+2
+depends gtk+2 &&
+
+optional_depends dbus \
+ '--enable-dbus' \
+ '--disable-dbus' \
+ 'for DBus notification support' &&
+
optional_depends "gnome-print" \
"--enable-gnomeprint" \
"--disable-gnomeprint" \
@@ -20,7 +26,7 @@ optional_depends "gnutls" \
"for pop3s and imaps" &&

optional_depends "gpgme" \
- "--enable-gpgme" \
+ "--enable-pgpmime-plugin" \
"--disable-pgpmime-plugin" \
"for encrypted email" &&

@@ -50,6 +56,11 @@ optional_depends "dillo"
\
"enable dillo plugin support to read html emails?" &&

optional_depends "aspell" \
- "--enable-aspell" \
- "--disable-aspell" \
- "enable aspell spellchecking support?"
+ "" \
+ "" \
+ "enable aspell spellchecking support?" &&
+
+optional_depends "gettext" \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 35a5694..e72ca5b 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,10 @@
+2009-01-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added missing &&
+ Optionally depends on dbus
+ Optionally depends on gettext
+ --{enable,disable}-aspell are not recognized ./configure options
+ Enable option for gpgme is --enable-pgpmime-plugin
+
2008-12-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.7.0




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d1a387f3fb78361ffd30867e19dab475c406fee8), Eric Sandall, 01/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page