pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/otter-browser



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jun  6 01:52:00 UTC 2020

Modified Files:
        pkgsrc/www/otter-browser: Makefile distinfo
Added Files:
        pkgsrc/www/otter-browser/patches:
            patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp
            patch-src_modules_windows_web_StartPageWidget.cpp

Log Message:
otter-browser: fix build with Qt5 >= 5.15.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/otter-browser/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/otter-browser/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/otter-browser/patches/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp \
    pkgsrc/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget.cpp

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

Modified files:

Index: pkgsrc/www/otter-browser/Makefile
diff -u pkgsrc/www/otter-browser/Makefile:1.36 pkgsrc/www/otter-browser/Makefile:1.37
--- pkgsrc/www/otter-browser/Makefile:1.36      Tue Jun  2 08:24:58 2020
+++ pkgsrc/www/otter-browser/Makefile   Sat Jun  6 01:52:00 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/06/02 08:24:58 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/06 01:52:00 gutteridge Exp $
 
 DISTNAME=      otter-browser-1.0.01
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OtterBrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/otter-browser/distinfo
diff -u pkgsrc/www/otter-browser/distinfo:1.5 pkgsrc/www/otter-browser/distinfo:1.6
--- pkgsrc/www/otter-browser/distinfo:1.5       Thu May 16 23:22:14 2019
+++ pkgsrc/www/otter-browser/distinfo   Sat Jun  6 01:52:00 2020
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.5 2019/05/16 23:22:14 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2020/06/06 01:52:00 gutteridge Exp $
 
 SHA1 (otter-browser-1.0.01.tar.gz) = 10f0bd2bc2626df442d91837496a6625b8786df5
 RMD160 (otter-browser-1.0.01.tar.gz) = 99a057bf836d1f9e98d82750bd22ad6becab2727
 SHA512 (otter-browser-1.0.01.tar.gz) = 594bbdcbbc3b5fea903cc0beb749cf76be402cb1c2766706750bdbd6aad84f3d9f48687e1b12945f30e40b3876b9fbf511f41915fd276473b259d7311e33f19d
 Size (otter-browser-1.0.01.tar.gz) = 4866820 bytes
 SHA1 (patch-cmake_FindHunspell.cmake) = 74556f29213a1d75f1c81ea0005779503bd17439
+SHA1 (patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp) = f91b1faed86723a41e04d5647881046be46aa862
+SHA1 (patch-src_modules_windows_web_StartPageWidget.cpp) = b0e8d4b8222a1bd94b076372d5b4aaf79c84b3d6

Added files:

Index: pkgsrc/www/otter-browser/patches/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp
diff -u /dev/null pkgsrc/www/otter-browser/patches/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp:1.1
--- /dev/null   Sat Jun  6 01:52:00 2020
+++ pkgsrc/www/otter-browser/patches/patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp   Sat Jun  6 01:52:00 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_modules_backends_web_qtwebkit_QtWebKitPluginWidget.cpp,v 1.1 2020/06/06 01:52:00 gutteridge Exp $
+
+Fix build with Qt5 >= 5.15.
+
+--- src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp.orig    2019-01-01 16:59:01.000000000 +0000
++++ src/modules/backends/web/qtwebkit/QtWebKitPluginWidget.cpp
+@@ -22,6 +22,7 @@
+ 
+ #include <QtGui/QMouseEvent>
+ #include <QtGui/QPainter>
++#include <QtGui/QPainterPath>
+ 
+ namespace Otter
+ {
Index: pkgsrc/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget.cpp
diff -u /dev/null pkgsrc/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget.cpp:1.1
--- /dev/null   Sat Jun  6 01:52:00 2020
+++ pkgsrc/www/otter-browser/patches/patch-src_modules_windows_web_StartPageWidget.cpp  Sat Jun  6 01:52:00 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_modules_windows_web_StartPageWidget.cpp,v 1.1 2020/06/06 01:52:00 gutteridge Exp $
+
+Fix build with Qt5 >= 5.15.
+
+--- src/modules/windows/web/StartPageWidget.cpp.orig   2019-01-01 16:59:01.000000000 +0000
++++ src/modules/windows/web/StartPageWidget.cpp
+@@ -41,6 +41,7 @@
+ #include <QtGui/QGuiApplication>
+ #include <QtGui/QMouseEvent>
+ #include <QtGui/QPainter>
++#include <QtGui/QPainterPath>
+ #include <QtGui/QPixmapCache>
+ #include <QtWidgets/QDesktopWidget>
+ #include <QtWidgets/QGridLayout>



Home | Main Index | Thread Index | Old Index