svn commit: r535966 - head/deskutils/flameshot/files

Tobias C. Berner tcberner at FreeBSD.org
Wed May 20 03:59:06 UTC 2020


Author: tcberner
Date: Wed May 20 03:59:05 2020
New Revision: 535966
URL: https://svnweb.freebsd.org/changeset/ports/535966

Log:
  deskutils/flameshot: prepare for Qt5-5.15

Added:
  head/deskutils/flameshot/files/
  head/deskutils/flameshot/files/patch-src_third-party_Qt-Color-Widgets_src_color__wheel.cpp   (contents, props changed)
  head/deskutils/flameshot/files/patch-src_tools_arrow_arrowtool.h   (contents, props changed)

Added: head/deskutils/flameshot/files/patch-src_third-party_Qt-Color-Widgets_src_color__wheel.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/flameshot/files/patch-src_third-party_Qt-Color-Widgets_src_color__wheel.cpp	Wed May 20 03:59:05 2020	(r535966)
@@ -0,0 +1,10 @@
+--- src/third-party/Qt-Color-Widgets/src/color_wheel.cpp.orig	2020-05-20 03:49:16 UTC
++++ src/third-party/Qt-Color-Widgets/src/color_wheel.cpp
+@@ -24,6 +24,7 @@
+ #include <cmath>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QLineF>
+ #include <QDragEnterEvent>
+ #include <QMimeData>

Added: head/deskutils/flameshot/files/patch-src_tools_arrow_arrowtool.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/flameshot/files/patch-src_tools_arrow_arrowtool.h	Wed May 20 03:59:05 2020	(r535966)
@@ -0,0 +1,10 @@
+--- src/tools/arrow/arrowtool.h.orig	2020-05-20 03:53:57 UTC
++++ src/tools/arrow/arrowtool.h
+@@ -19,6 +19,7 @@
+ 
+ #include "src/tools/abstracttwopointtool.h"
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ class ArrowTool : public AbstractTwoPointTool {
+     Q_OBJECT


More information about the svn-ports-all mailing list