Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 16:27:24 +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: r535748 - in head/editors/texstudio: . files
Message-ID:  <202005181627.04IGROAG023030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon May 18 16:27:24 2020
New Revision: 535748
URL: https://svnweb.freebsd.org/changeset/ports/535748

Log:
  editors/texstudio: prepare for Qt5-5.15

Added:
  head/editors/texstudio/files/
  head/editors/texstudio/files/patch-src_manhattanstyle.cpp   (contents, props changed)
  head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h   (contents, props changed)
  head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp   (contents, props changed)
Modified:
  head/editors/texstudio/Makefile

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Mon May 18 16:22:53 2020	(r535747)
+++ head/editors/texstudio/Makefile	Mon May 18 16:27:24 2020	(r535748)
@@ -31,7 +31,10 @@ USE_TEX=	latex dvipsk
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}-org
 
-DOS2UNIX_FILES=	${PORTNAME}.pro
+DOS2UNIX_FILES=	${PORTNAME}.pro \
+		src/manhattanstyle.cpp \
+		src/pdfviewer/PDFDocument.h \
+		src/qcodeedit/lib/widgets/qfoldpanel.cpp
 
 QMAKE_ARGS+=	USE_SYSTEM_HUNSPELL=true USE_SYSTEM_QUAZIP=true
 

Added: head/editors/texstudio/files/patch-src_manhattanstyle.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/texstudio/files/patch-src_manhattanstyle.cpp	Mon May 18 16:27:24 2020	(r535748)
@@ -0,0 +1,10 @@
+--- src/manhattanstyle.cpp.orig	2020-05-18 16:04:09 UTC
++++ src/manhattanstyle.cpp
+@@ -44,6 +44,7 @@
+ #include <QMainWindow>
+ #include <QMenuBar>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QPixmapCache>
+ #include <QPushButton>

Added: head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h	Mon May 18 16:27:24 2020	(r535748)
@@ -0,0 +1,10 @@
+--- src/pdfviewer/PDFDocument.h.orig	2020-05-18 16:11:58 UTC
++++ src/pdfviewer/PDFDocument.h
+@@ -30,6 +30,7 @@
+ #include <QGestureEvent>
+ #include <QPinchGesture>
+ #include <QTapGesture>
++#include <QPainterPath>
+ #include <QProgressDialog>
+ 
+ //#include "FindDialog.h"

Added: head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp	Mon May 18 16:27:24 2020	(r535748)
@@ -0,0 +1,10 @@
+--- src/qcodeedit/lib/widgets/qfoldpanel.cpp.orig	2020-05-18 16:22:00 UTC
++++ src/qcodeedit/lib/widgets/qfoldpanel.cpp
+@@ -28,6 +28,7 @@
+ #include "qdocumentline.h"
+ 
+ #include "qlanguagedefinition.h"
++#include <QPainterPath>
+ 
+ /*!
+ 	\ingroup widgets



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