Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf839a290198379eba50b680a718837de0592566)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf839a290198379eba50b680a718837de0592566)
  • Date: Sun, 15 Nov 2015 00:25:25 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

mail/claws-mail/DEPENDS | 12 +++++-------
mail/claws-mail/DETAILS | 2 +-
mail/claws-mail/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit cf839a290198379eba50b680a718837de0592566
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/claws-mail: version 3.13.0

diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index 54f855d..a83a6ef 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -89,11 +89,6 @@ optional_depends clamav \
"--disable-clamd-plugin" \
"Enable clamd plugin?" &&

-optional_depends libchamplain \
- "--enable-geolocation-plugin" \
- "--disable-geolocation-plugin" \
- "Enable geolocation plugin" &&
-
optional_depends libgdata \
"--enable-gdata-plugin" \
"--disable-gdata-plugin" \
@@ -114,7 +109,7 @@ optional_depends perl \
"--disable-perl-plugin" \
"Enable perl plugin?" &&

-optional_depends PYTHON \
+optional_depends python \
"--enable-python-plugin" \
"--disable-python-plugin" \
"Enable python plugin?" &&
@@ -155,4 +150,7 @@ depends libice &&

depends libx11 &&
depends pango &&
-depends pixman
+depends pixman &&
+if is_depends_enabled $SPELL python; then
+ depends pygtk2
+fi
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
index df1dcf1..1dac692 100755
--- a/mail/claws-mail/DETAILS
+++ b/mail/claws-mail/DETAILS
@@ -1,5 +1,5 @@
SPELL=claws-mail
- VERSION=3.12.0
+ VERSION=3.13.0
SECURITY_PATCH=1
SOURCE=$SPELL-${VERSION}.tar.xz

SOURCE_URL="http://www.claws-mail.org/download.php?file=releases/${SOURCE}";
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 18e0322..4d3918c 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,8 @@
+2015-11-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.13.0
+ * DEPENDS: removed libchamplain, no more geolocation plugin,
+ PYTHON -> python, if python is selected we need pygtk2 as well
+
2015-09-23 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE: Added knob for ManageSieve plugin




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf839a290198379eba50b680a718837de0592566), Pavel Vinogradov, 11/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page