svn commit: r530643 - head/deskutils/lumina-pdf/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 4 11:41:10 UTC 2020


Author: tcberner
Date: Sat Apr  4 11:40:36 2020
New Revision: 530643
URL: https://svnweb.freebsd.org/changeset/ports/530643

Log:
  deskutils/lumina-pdf: Prepare for Qt5-5.14
  
  PR:		244964

Added:
  head/deskutils/lumina-pdf/files/patch-Annotation.h   (contents, props changed)
  head/deskutils/lumina-pdf/files/patch-PrintWidget.cpp   (contents, props changed)

Added: head/deskutils/lumina-pdf/files/patch-Annotation.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/lumina-pdf/files/patch-Annotation.h	Sat Apr  4 11:40:36 2020	(r530643)
@@ -0,0 +1,10 @@
+Fix build with Qt5-5.14
+
+--- Annotation.h.orig	2020-04-04 11:09:27 UTC
++++ Annotation.h
+@@ -1,4 +1,5 @@
+ #include <QColor>
++#include <QImage>
+ #include <QList>
+ #include <QPointF>
+ #include <QPolygonF>

Added: head/deskutils/lumina-pdf/files/patch-PrintWidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/lumina-pdf/files/patch-PrintWidget.cpp	Sat Apr  4 11:40:36 2020	(r530643)
@@ -0,0 +1,11 @@
+Fix build with Qt5-5.14
+
+--- PrintWidget.cpp.orig	2020-04-04 10:57:54 UTC
++++ PrintWidget.cpp
+@@ -1,5 +1,6 @@
+ #include "PrintWidget.h"
+ #include <QGraphicsProxyWidget>
++#include <QImage>
+ #include <QPushButton>
+ #include <QtConcurrent>
+ 


More information about the svn-ports-all mailing list