Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (b254f7bdee40817f27a2bd21d09785dbece1db4a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (b254f7bdee40817f27a2bd21d09785dbece1db4a)
  • Date: Sun, 26 Jan 2014 11:29:08 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

mail/claws-mail/CONFIGURE | 3 ++-
mail/claws-mail/DEPENDS | 28 +++++++++-------------------
mail/claws-mail/DETAILS | 2 +-
mail/claws-mail/HISTORY | 4 ++++
4 files changed, 16 insertions(+), 21 deletions(-)

New commits:
commit b254f7bdee40817f27a2bd21d09785dbece1db4a
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

claws-mail: updated to 3.9.3

diff --git a/mail/claws-mail/CONFIGURE b/mail/claws-mail/CONFIGURE
index d4b180a..e686ca1 100755
--- a/mail/claws-mail/CONFIGURE
+++ b/mail/claws-mail/CONFIGURE
@@ -1,4 +1,4 @@
-config_query_list CLAWSMAIL_GTK "Use which GTK to build?" gtk+2 gtk+3 &&
+config_query_list CLAWSMAIL_GTK "Use which GTK to build (gtk+3
experimental)?" gtk+2 gtk+3 &&

config_query_option CLAWSMAIL_OPTS "Compile tray-icon plugin?" y \
"--enable-trayicon-plugin" \
@@ -47,6 +47,7 @@ config_query_option CLAWSMAIL_OPTS "Enable fetchinfo
plugin?" y \
config_query_option CLAWSMAIL_OPTS "Enable mailmbox plugin?" y \
"--enable-mailmbox-plugin" \
"--disable-mailmbox-plugin" &&
+
config_query_option CLAWSMAIL_OPTS "Enable newmail plugin?" y \
"--enable-newmail-plugin" \
"--disable-newmail-plugin" &&
diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index 1e40fc5..10d5108 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -10,11 +10,6 @@ optional_depends "dbus" \
"--disable-dbus" \
"for DBus notification support" &&

-optional_depends "gnome-print" \
- "--enable-gnomeprint" \
- "--disable-gnomeprint" \
- "enable gnome-print support?" &&
-
optional_depends "libetpan" \
"--enable-libetpan" \
"--disable-libetpan" \
@@ -25,14 +20,14 @@ optional_depends "compface" \
"--disable-compface" \
"for X-Face support" &&

-optional_depends "gnutls" \
- "--enable-openssl --enable-gnutls" \
- "--disable-openssl --disable-gnutls" \
- "for pop3s and imaps" &&
+optional_depends "gnutls" \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "for pop3s and imaps" &&

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

optional_depends "spamassassin" \
@@ -60,11 +55,6 @@ optional_depends "startup-notification" \
"--disable-startup-notification" \
"enable startup-notification support?" &&

-optional_depends "dillo" \
- "--enable-dillo-viewer-plugin" \
- "--disable-dillo-viewer-plugin" \
- "enable dillo plugin support to read html emails?" &&
-
optional_depends "aspell" \
"" \
"" \
@@ -80,9 +70,9 @@ optional_depends "gettext" \
"--disable-nls" \
"for Native Language Support" &&

-optional_depends network-manager \
- "--enable-networkmanager-support" \
- "--disable-networkmanager-support" \
+optional_depends network-manager \
+ "--enable-networkmanager" \
+ "--disable-networkmanager" \
"support for NetworkManager" &&

optional_depends valgrind \
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
index 074c7e8..9e16d29 100755
--- a/mail/claws-mail/DETAILS
+++ b/mail/claws-mail/DETAILS
@@ -1,5 +1,5 @@
SPELL=claws-mail
- VERSION=3.9.2
+ VERSION=3.9.3
SECURITY_PATCH=1
SOURCE=$SPELL-${VERSION}.tar.bz2

SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/Claws%20Mail/$VERSION/$SOURCE
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 67ec17c..484b3a4 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,7 @@
+2014-01-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 3.9.3
+ * DEPENDS: updated to new depends
+
2013-09-02 Robin Cook <rcook AT wyrms.net>
* CONFIGURE: added additional configure options
* DEPENDS: added additional optional depends



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (b254f7bdee40817f27a2bd21d09785dbece1db4a), Robin Cook, 01/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page