summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorThomas Orgis2018-11-22 17:22:15 +0100
committerThomas Orgis2018-11-22 17:22:15 +0100
commitbb9a8b5080ff2a4d97b9e3f514590cd00646b7f8 (patch)
tree6b302f33f483924d877021116a95ddf0fcb35142 /mail
parent54fcf3346212733775c3850dd77d96e5a7da0f43 (diff)
claws-mail: version 3.17.1
Diffstat (limited to 'mail')
-rwxr-xr-xmail/claws-mail/DEPENDS1
-rwxr-xr-xmail/claws-mail/DETAILS4
-rw-r--r--mail/claws-mail/HISTORY6
-rwxr-xr-xmail/claws-mail/PRE_BUILD1
-rw-r--r--mail/claws-mail/compose-umpc.patch11
5 files changed, 9 insertions, 14 deletions
diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index b47ebd4148..69cc403394 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 c615928e6d..34bc8f977f 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 3a108b3b70..13b889a28a 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,9 @@
+2018-11-22 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: version 3.17.1
+ * DEPENDS: nettle required
+ * compose-umpc.patch: outdated, removed
+ * PRE_BUILD: above
+
2017-09-20 Florian Franzmann <siflfran@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 589b4bb804..8ad3898d67 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 e964cddcba..0000000000
--- 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,