summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-25 19:32:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-08 11:40:17 +0200
commite47b52690e926d6709fa10ecdb23e71aa171074a (patch)
tree80cbeb46fc64e4fd6103f68d8921b5f96d347631 /app-editors/texworks/files/qt5.15-support.patch
parentapp-crypt/xca: Move dev-qt/linguist-tools:5 to BDEPEND (diff)
downloadgentoo-e47b52690e926d6709fa10ecdb23e71aa171074a.tar.gz
gentoo-e47b52690e926d6709fa10ecdb23e71aa171074a.tar.bz2
gentoo-e47b52690e926d6709fa10ecdb23e71aa171074a.zip
app-editors/texworks: drop 0.6.5-r100, 0.6.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/texworks/files/qt5.15-support.patch')
-rw-r--r--app-editors/texworks/files/qt5.15-support.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-editors/texworks/files/qt5.15-support.patch b/app-editors/texworks/files/qt5.15-support.patch
deleted file mode 100644
index 9c77c157e463..000000000000
--- a/app-editors/texworks/files/qt5.15-support.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From a5352a3a94e3685125650b65e6197de060326cc2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= <st.loeffler@gmail.com>
-Date: Fri, 1 May 2020 08:05:46 +0200
-Subject: [PATCH] <QtPDF> Fix compilation with Qt 5.15
-
----
- modules/QtPDF/src/PDFBackend.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp
-index 0305d87a..500d20aa 100644
---- a/modules/QtPDF/src/PDFBackend.cpp
-+++ b/modules/QtPDF/src/PDFBackend.cpp
-@@ -14,6 +14,7 @@
-
- #include <PDFBackend.h>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QApplication>
-
- namespace QtPDF {