pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/texstudio



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jun 10 06:36:14 UTC 2020

Modified Files:
        pkgsrc/editors/texstudio: Makefile distinfo
Added Files:
        pkgsrc/editors/texstudio/patches: patch-manhattanstyle.cpp
            patch-mostQtHeaders.h

Log Message:
texstudio: qt5.15 fix


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/editors/texstudio/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/texstudio/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/texstudio/patches/patch-manhattanstyle.cpp \
    pkgsrc/editors/texstudio/patches/patch-mostQtHeaders.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.53 pkgsrc/editors/texstudio/Makefile:1.54
--- pkgsrc/editors/texstudio/Makefile:1.53      Tue Jun  2 08:23:44 2020
+++ pkgsrc/editors/texstudio/Makefile   Wed Jun 10 06:36:14 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2020/06/02 08:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.54 2020/06/10 06:36:14 markd Exp $
 
 DISTNAME=      texstudio-2.12.22
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=texstudio-org/}
 

Index: pkgsrc/editors/texstudio/distinfo
diff -u pkgsrc/editors/texstudio/distinfo:1.8 pkgsrc/editors/texstudio/distinfo:1.9
--- pkgsrc/editors/texstudio/distinfo:1.8       Sun Mar  1 12:48:13 2020
+++ pkgsrc/editors/texstudio/distinfo   Wed Jun 10 06:36:14 2020
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.8 2020/03/01 12:48:13 markd Exp $
+$NetBSD: distinfo,v 1.9 2020/06/10 06:36:14 markd Exp $
 
 SHA1 (texstudio-2.12.22.tar.gz) = a3ebcb87913999b3d674464eba5502cd7453d7be
 RMD160 (texstudio-2.12.22.tar.gz) = 1560e583e60da30543eb90c39bbc9a76743b76c3
 SHA512 (texstudio-2.12.22.tar.gz) = c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1
 Size (texstudio-2.12.22.tar.gz) = 35965795 bytes
+SHA1 (patch-manhattanstyle.cpp) = 390e4026a44656e7fb2a675f958b8a6f315cffdc
 SHA1 (patch-minisplitter.cpp) = 93b1910a12308294a5ae4870da0b208cb4580ee7
+SHA1 (patch-mostQtHeaders.h) = debd3e35005a9fe014e65671db98904a0c76b8a5
 SHA1 (patch-pdfviewer_PDFDocument.cpp) = 3b897c52dcfd507682f52ef4b1a61a26f4ec00a3

Added files:

Index: pkgsrc/editors/texstudio/patches/patch-manhattanstyle.cpp
diff -u /dev/null pkgsrc/editors/texstudio/patches/patch-manhattanstyle.cpp:1.1
--- /dev/null   Wed Jun 10 06:36:14 2020
+++ pkgsrc/editors/texstudio/patches/patch-manhattanstyle.cpp   Wed Jun 10 06:36:14 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-manhattanstyle.cpp,v 1.1 2020/06/10 06:36:14 markd Exp $
+
+qt5.15 fix
+
+--- src/manhattanstyle.cpp.orig        2020-01-15 19:10:58.000000000 +0000
++++ src/manhattanstyle.cpp
+@@ -44,6 +44,7 @@
+ #include <QMainWindow>
+ #include <QMenuBar>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QPixmapCache>
+ #include <QPushButton>
Index: pkgsrc/editors/texstudio/patches/patch-mostQtHeaders.h
diff -u /dev/null pkgsrc/editors/texstudio/patches/patch-mostQtHeaders.h:1.1
--- /dev/null   Wed Jun 10 06:36:14 2020
+++ pkgsrc/editors/texstudio/patches/patch-mostQtHeaders.h      Wed Jun 10 06:36:14 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-mostQtHeaders.h,v 1.1 2020/06/10 06:36:14 markd Exp $
+
+qt5.15 fix
+
+--- src/mostQtHeaders.h.orig   2020-01-15 19:10:58.000000000 +0000
++++ src/mostQtHeaders.h
+@@ -83,6 +83,7 @@
+ #include <QObject>
+ #include <QPaintEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QPixmapCache>
+ #include <QPointer>



Home | Main Index | Thread Index | Old Index