Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/texworks texworks: fix build with qt5.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/32af8bc321e7
branches: trunk
changeset: 434308:32af8bc321e7
user: markd <markd%pkgsrc.org@localhost>
date: Sun Jun 14 11:40:11 2020 +0000
description:
texworks: fix build with qt5.15
diffstat:
editors/texworks/Makefile | 4 +-
editors/texworks/distinfo | 3 +-
editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp | 14 ++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 904d67fda2d5 -r 32af8bc321e7 editors/texworks/Makefile
--- a/editors/texworks/Makefile Sun Jun 14 11:36:08 2020 +0000
+++ b/editors/texworks/Makefile Sun Jun 14 11:40:11 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2020/06/02 08:23:45 adam Exp $
+# $NetBSD: Makefile,v 1.84 2020/06/14 11:40:11 markd Exp $
DISTNAME= texworks-0.6.3
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/}
GITHUB_PROJECT= texworks
diff -r 904d67fda2d5 -r 32af8bc321e7 editors/texworks/distinfo
--- a/editors/texworks/distinfo Sun Jun 14 11:36:08 2020 +0000
+++ b/editors/texworks/distinfo Sun Jun 14 11:40:11 2020 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2020/03/01 12:38:04 markd Exp $
+$NetBSD: distinfo,v 1.8 2020/06/14 11:40:11 markd Exp $
SHA1 (texworks-0.6.3.tar.gz) = cfa574773cd9db2c1248c02c4e23254a34168394
RMD160 (texworks-0.6.3.tar.gz) = d4e03af0e41f2c14eaa4800769062002f96fd77c
SHA512 (texworks-0.6.3.tar.gz) = 389cf54441e74164fc842f2f293cdee45c6ff9fe202f262d32f3fb076de9a29813a62cd75052969293f2f784e0722215bbbf2206e75bc836a13d495bf5aed653
Size (texworks-0.6.3.tar.gz) = 12082640 bytes
SHA1 (patch-getDefaultBinPaths.sh) = 3f41dd5c29f581e8bba0bb8dd48576a5619d8d1f
+SHA1 (patch-modules_QtPDF_src_PDFBackend.cpp) = 8dbae61266969249eb9e3c9585a4d10a1ebcf1bf
SHA1 (patch-src_CompletingEdit.cpp) = e7ce59c97a232dffdf4dc58efc2ab15b46695087
diff -r 904d67fda2d5 -r 32af8bc321e7 editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp Sun Jun 14 11:40:11 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-modules_QtPDF_src_PDFBackend.cpp,v 1.1 2020/06/14 11:40:11 markd Exp $
+
+qt5.15 fix
+
+--- modules/QtPDF/src/PDFBackend.cpp.orig 2019-03-16 17:06:14.000000000 +0000
++++ modules/QtPDF/src/PDFBackend.cpp
+@@ -14,6 +14,7 @@
+
+ #include <PDFBackend.h>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QApplication>
+
+ namespace QtPDF {
Home |
Main Index |
Thread Index |
Old Index