diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-04-21 18:15:09 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-25 21:29:55 +0200 |
commit | 5b706fc4ce6cd068a71b13a1df3a6a581e0309a6 (patch) | |
tree | c29496ff5a0e398decdac7e48bfb33a114b104ae /app-editors/focuswriter/files | |
parent | app-editors/focuswriter: add version 1.7.6 (diff) | |
download | gentoo-5b706fc4ce6cd068a71b13a1df3a6a581e0309a6.tar.gz gentoo-5b706fc4ce6cd068a71b13a1df3a6a581e0309a6.tar.bz2 gentoo-5b706fc4ce6cd068a71b13a1df3a6a581e0309a6.zip |
app-editors/focuswriter: remove version 1.7.5
Also drop the now unneeded patch.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/focuswriter/files')
-rw-r--r-- | app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch b/app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch deleted file mode 100644 index c59946f354fa..000000000000 --- a/app-editors/focuswriter/files/focuswriter-1.7.5-qt-5.15-build.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 026fb9b1fbfa8040815ac524b6002f93b6411d45 Mon Sep 17 00:00:00 2001 -From: Jimi Huotari <chiitoo@gentoo.org> -Date: Mon, 20 Apr 2020 22:58:48 +0300 -Subject: [PATCH] Fix build against Qt 5.15. - -Due to a change in Qt, 'QPainterPath' needs to be explicitly -included. ---- - src/theme.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/theme.cpp b/src/theme.cpp -index 4708338..59551ea 100644 ---- a/src/theme.cpp -+++ b/src/theme.cpp -@@ -27,6 +27,7 @@ - #include <QFile> - #include <QImageReader> - #include <QPainter> -+#include <QPainterPath> - #include <QSettings> - #include <QTextEdit> - #include <QUuid> --- -2.26.1 - |