diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-18 03:11:50 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-11-21 02:08:32 -0600 |
commit | 4a4ac4b35fd5faf14e7143c0c8babe65c9c95e92 (patch) | |
tree | d7baad867fb90684d7d08e4221f363e72efd147f /user/trojita/deprecated2.patch | |
parent | 3ff4b8c8548f6b45f93367f2ea8d151844f43c8f (diff) | |
download | packages-4a4ac4b35fd5faf14e7143c0c8babe65c9c95e92.tar.gz packages-4a4ac4b35fd5faf14e7143c0c8babe65c9c95e92.tar.bz2 packages-4a4ac4b35fd5faf14e7143c0c8babe65c9c95e92.tar.xz packages-4a4ac4b35fd5faf14e7143c0c8babe65c9c95e92.zip |
user/trojita: Fix build and add patches
* Ensures Trojitá does not crash using attachments.
* Port to Qt 5.15.
* Fix a security issue with STARTTLS.
* Ensure passwords are stored correctly.
* Fix signedness on unsigned char platforms (ARM, Power).
Closes: #856
Diffstat (limited to 'user/trojita/deprecated2.patch')
-rw-r--r-- | user/trojita/deprecated2.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/user/trojita/deprecated2.patch b/user/trojita/deprecated2.patch new file mode 100644 index 000000000..968f06ec4 --- /dev/null +++ b/user/trojita/deprecated2.patch @@ -0,0 +1,28 @@ +From 2869c385e72932cbed7398742b8a4d5e3feda765 Mon Sep 17 00:00:00 2001 +From: Heiko Becker <heirecka@exherbo.org> +Date: Tue, 24 Mar 2020 13:14:43 +0100 +Subject: [PATCH] Fix build with Qt 5.15.0 + +QPainterPath is no longer included via qtransform.h (since +5.15.0-beta2, 50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea in qtbase.git). + +Change-Id: Ibb59e769bba8514d86aa886afee26a2395d458ef +--- + src/Gui/Window.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/Gui/Window.cpp b/src/Gui/Window.cpp +index 65ba2463..8d74874f 100644 +--- a/src/Gui/Window.cpp ++++ b/src/Gui/Window.cpp +@@ -32,6 +32,7 @@ + #include <QKeyEvent> + #include <QMenuBar> + #include <QMessageBox> ++#include <QPainterPath> + #include <QProgressBar> + #include <QRegularExpression> + #include <QScopedPointer> +-- +GitLab + |