Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 03:59:05 +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: r535966 - head/deskutils/flameshot/files
Message-ID:  <202005200359.04K3x5lY049467@repo.freebsd.org>

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



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