pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/texworks
Module Name: pkgsrc
Committed By: markd
Date: Sun Jun 14 11:40:11 UTC 2020
Modified Files:
pkgsrc/editors/texworks: Makefile distinfo
Added Files:
pkgsrc/editors/texworks/patches: patch-modules_QtPDF_src_PDFBackend.cpp
Log Message:
texworks: fix build with qt5.15
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/editors/texworks/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/texworks/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/texworks/Makefile
diff -u pkgsrc/editors/texworks/Makefile:1.83 pkgsrc/editors/texworks/Makefile:1.84
--- pkgsrc/editors/texworks/Makefile:1.83 Tue Jun 2 08:23:45 2020
+++ pkgsrc/editors/texworks/Makefile Sun Jun 14 11:40:11 2020
@@ -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
Index: pkgsrc/editors/texworks/distinfo
diff -u pkgsrc/editors/texworks/distinfo:1.7 pkgsrc/editors/texworks/distinfo:1.8
--- pkgsrc/editors/texworks/distinfo:1.7 Sun Mar 1 12:38:04 2020
+++ pkgsrc/editors/texworks/distinfo Sun Jun 14 11:40:11 2020
@@ -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
Added files:
Index: pkgsrc/editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp
diff -u /dev/null pkgsrc/editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp:1.1
--- /dev/null Sun Jun 14 11:40:11 2020
+++ pkgsrc/editors/texworks/patches/patch-modules_QtPDF_src_PDFBackend.cpp Sun Jun 14 11:40:11 2020
@@ -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