Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb9a8b5080ff2a4d97b9e3f514590cd00646b7f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb9a8b5080ff2a4d97b9e3f514590cd00646b7f8)
  • Date: Thu, 22 Nov 2018 16:27:36 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

mail/claws-mail/DEPENDS | 1 +
mail/claws-mail/DETAILS | 4 ++--
mail/claws-mail/HISTORY | 6 ++++++
mail/claws-mail/PRE_BUILD | 1 -
mail/claws-mail/compose-umpc.patch | 11 -----------
5 files changed, 9 insertions(+), 14 deletions(-)

New commits:
commit bb9a8b5080ff2a4d97b9e3f514590cd00646b7f8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

claws-mail: version 3.17.1

diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index b47ebd4..69cc403 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -131,6 +131,7 @@ else
"Enable fancy plugin?"
fi &&

+depends nettle &&
depends atk &&
depends cairo &&
depends curl &&
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
index c615928..34bc8f9 100755
--- a/mail/claws-mail/DETAILS
+++ b/mail/claws-mail/DETAILS
@@ -1,6 +1,6 @@
SPELL=claws-mail
- VERSION=3.15.1
- SECURITY_PATCH=1
+ VERSION=3.17.1
+ SECURITY_PATCH=2
SOURCE=$SPELL-${VERSION}.tar.xz

SOURCE_URL="http://www.claws-mail.org/download.php?file=releases/${SOURCE}";
SOURCE2=${SOURCE}.asc
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 3a108b3..13b889a 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,9 @@
+2018-11-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 3.17.1
+ * DEPENDS: nettle required
+ * compose-umpc.patch: outdated, removed
+ * PRE_BUILD: above
+
2017-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.15.1

diff --git a/mail/claws-mail/PRE_BUILD b/mail/claws-mail/PRE_BUILD
index 589b4bb..8ad3898 100755
--- a/mail/claws-mail/PRE_BUILD
+++ b/mail/claws-mail/PRE_BUILD
@@ -1,7 +1,6 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

-patch -p0 < ${SPELL_DIRECTORY}/compose-umpc.patch &&
if is_depends_enabled ${SPELL} "gnutls" && [[ $(installed_version "gnutls")
== 3.0.* ]]
then
sed -i "s:gnutls_transport_set_lowat:// gnutls_transport_set_lowat:g"
src/common/ssl.c
diff --git a/mail/claws-mail/compose-umpc.patch
b/mail/claws-mail/compose-umpc.patch
deleted file mode 100644
index e964cdd..0000000
--- a/mail/claws-mail/compose-umpc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/compose.c.orig 2015-11-14 23:18:49.731512570 -0500
-+++ src/compose.c 2015-11-14 23:10:45.863665956 -0500
-@@ -10557,6 +10557,8 @@
- if (compose->focused_editable &&
- #ifndef GENERIC_UMPC
- gtk_widget_has_focus(compose->focused_editable)
-+#else
-+ TRUE
- #endif
- )
- entry_paste_clipboard(compose, compose->focused_editable,



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (bb9a8b5080ff2a4d97b9e3f514590cd00646b7f8), Thomas Orgis, 11/22/2018

Archive powered by MHonArc 2.6.24.

Top of Page