svn commit: r530628 - head/devel/liblxqt/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 4 08:21:35 UTC 2020


Author: tcberner
Date: Sat Apr  4 08:13:37 2020
New Revision: 530628
URL: https://svnweb.freebsd.org/changeset/ports/530628

Log:
  devel/liblxqt: prepare for Qt5.14
  
  PR:		244964

Added:
  head/devel/liblxqt/files/
  head/devel/liblxqt/files/patch-lxqtpowermanager.cpp   (contents, props changed)

Added: head/devel/liblxqt/files/patch-lxqtpowermanager.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/liblxqt/files/patch-lxqtpowermanager.cpp	Sat Apr  4 08:13:37 2020	(r530628)
@@ -0,0 +1,12 @@
+Fix compatiblity with Qt5.14
+
+--- lxqtpowermanager.cpp.orig	2020-04-04 08:10:45 UTC
++++ lxqtpowermanager.cpp
+@@ -31,6 +31,7 @@
+ #include <QMessageBox>
+ #include <QApplication>
+ #include <QDesktopWidget>
++#include <QFile>
+ #include <QtDebug>
+ #include "lxqttranslator.h"
+ #include "lxqtglobals.h"


More information about the svn-ports-all mailing list