Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 11:40:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530643 - head/deskutils/lumina-pdf/files
Message-ID:  <202004041140.034Bebp0003456@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004041140.034Bebp0003456>