Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 11:37:30 +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: r536117 - head/net-im/nheko/files
Message-ID:  <202005211137.04LBbUg8025671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May 21 11:37:29 2020
New Revision: 536117
URL: https://svnweb.freebsd.org/changeset/ports/536117

Log:
  net-im/nheko: prepare for Qt5-5.15

Added:
  head/net-im/nheko/files/patch-src_ui_Avatar.cpp   (contents, props changed)
  head/net-im/nheko/files/patch-src_ui_InfoMessage.cpp   (contents, props changed)
  head/net-im/nheko/files/patch-src_ui_Painter.h   (contents, props changed)

Added: head/net-im/nheko/files/patch-src_ui_Avatar.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/nheko/files/patch-src_ui_Avatar.cpp	Thu May 21 11:37:29 2020	(r536117)
@@ -0,0 +1,8 @@
+--- src/ui/Avatar.cpp.orig	2020-05-21 11:23:51 UTC
++++ src/ui/Avatar.cpp
+@@ -1,4 +1,5 @@
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QSettings>
+ 
+ #include "AvatarProvider.h"

Added: head/net-im/nheko/files/patch-src_ui_InfoMessage.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/nheko/files/patch-src_ui_InfoMessage.cpp	Thu May 21 11:37:29 2020	(r536117)
@@ -0,0 +1,10 @@
+--- src/ui/InfoMessage.cpp.orig	2020-05-21 11:28:08 UTC
++++ src/ui/InfoMessage.cpp
+@@ -4,6 +4,7 @@
+ #include <QDateTime>
+ #include <QLocale>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPen>
+ #include <QtGlobal>
+ 

Added: head/net-im/nheko/files/patch-src_ui_Painter.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/nheko/files/patch-src_ui_Painter.h	Thu May 21 11:37:29 2020	(r536117)
@@ -0,0 +1,10 @@
+--- src/ui/Painter.h.orig	2020-05-21 11:21:08 UTC
++++ src/ui/Painter.h
+@@ -3,6 +3,7 @@
+ #include <QFontMetrics>
+ #include <QPaintDevice>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QtGlobal>
+ 
+ class Painter : public QPainter



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