svn commit: r536089 - head/net-mgmt/seafile-gui/files

Tobias C. Berner tcberner at FreeBSD.org
Thu May 21 08:33:09 UTC 2020


Author: tcberner
Date: Thu May 21 08:33:08 2020
New Revision: 536089
URL: https://svnweb.freebsd.org/changeset/ports/536089

Log:
  net-mgmt/seafile-gui: prepare for Qt5-5.15

Added:
  head/net-mgmt/seafile-gui/files/patch-src_ui_events-list-view.cpp   (contents, props changed)
  head/net-mgmt/seafile-gui/files/patch-src_ui_private-share-dialog.cpp   (contents, props changed)

Added: head/net-mgmt/seafile-gui/files/patch-src_ui_events-list-view.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/seafile-gui/files/patch-src_ui_events-list-view.cpp	Thu May 21 08:33:08 2020	(r536089)
@@ -0,0 +1,8 @@
+--- src/ui/events-list-view.cpp.orig	2020-05-21 08:29:40 UTC
++++ src/ui/events-list-view.cpp
+@@ -1,4 +1,5 @@
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QApplication>
+ #include <QPixmap>
+ #include <QToolTip>

Added: head/net-mgmt/seafile-gui/files/patch-src_ui_private-share-dialog.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/seafile-gui/files/patch-src_ui_private-share-dialog.cpp	Thu May 21 08:33:08 2020	(r536089)
@@ -0,0 +1,10 @@
+--- src/ui/private-share-dialog.cpp.orig	2020-05-21 08:29:40 UTC
++++ src/ui/private-share-dialog.cpp
+@@ -2,6 +2,7 @@
+ #include <QCompleter>
+ #include <QLineEdit>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QResizeEvent>
+ #include <QStringList>
+ #include <QStringListModel>


More information about the svn-ports-head mailing list