pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 23 17:49:36 UTC 2018

Modified Files:
        pkgsrc/x11/py-qt5: distinfo
Added Files:
        pkgsrc/x11/py-qt5/patches: patch-sip_QtTest_qtestmouse.sip
Removed Files:
        pkgsrc/x11/py-qt5/patches: patch-QtTest_sipQtTestQTest.cpp

Log Message:
py-qt5: Fix patch to apply to source file instead of generated file.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/py-qt5/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/py-qt5/patches/patch-QtTest_sipQtTestQTest.cpp
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/py-qt5/patches/patch-sip_QtTest_qtestmouse.sip

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

Modified files:

Index: pkgsrc/x11/py-qt5/distinfo
diff -u pkgsrc/x11/py-qt5/distinfo:1.9 pkgsrc/x11/py-qt5/distinfo:1.10
--- pkgsrc/x11/py-qt5/distinfo:1.9      Sat Jun 23 11:23:46 2018
+++ pkgsrc/x11/py-qt5/distinfo  Sat Jun 23 17:49:36 2018
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.9 2018/06/23 11:23:46 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/06/23 17:49:36 wiz Exp $
 
 SHA1 (PyQt5_gpl-5.10.1.tar.gz) = 638a80519f3250e813ebd5a669651f43f416f14b
 RMD160 (PyQt5_gpl-5.10.1.tar.gz) = 4e0d454172288d26d40ebf2c15a70e0e271da57e
 SHA512 (PyQt5_gpl-5.10.1.tar.gz) = 04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b
 Size (PyQt5_gpl-5.10.1.tar.gz) = 3110469 bytes
-SHA1 (patch-QtTest_sipQtTestQTest.cpp) = 040ac6327bb2b8d84170859ad7e6e931b22e54ab
 SHA1 (patch-configure.py) = d04e6be9b505a039b934a613de09becf127e1c64
 SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
 SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d
+SHA1 (patch-sip_QtTest_qtestmouse.sip) = ed279d265dea44d43093cae0c501d512f588f2e5

Added files:

Index: pkgsrc/x11/py-qt5/patches/patch-sip_QtTest_qtestmouse.sip
diff -u /dev/null pkgsrc/x11/py-qt5/patches/patch-sip_QtTest_qtestmouse.sip:1.1
--- /dev/null   Sat Jun 23 17:49:36 2018
+++ pkgsrc/x11/py-qt5/patches/patch-sip_QtTest_qtestmouse.sip   Sat Jun 23 17:49:36 2018
@@ -0,0 +1,14 @@
+$NetBSD: patch-sip_QtTest_qtestmouse.sip,v 1.1 2018/06/23 17:49:36 wiz Exp $
+
+Fix build with Qt 5.11, which removed this symbol.
+
+--- sip/QtTest/qtestmouse.sip.orig     2018-02-27 10:43:53.000000000 +0000
++++ sip/QtTest/qtestmouse.sip
+@@ -41,7 +41,6 @@ namespace QTest
+     void mousePress(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1);
+     void mouseRelease(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1);
+     void mouseEvent(QTest::MouseAction action, QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1);
+-    void waitForEvents() /ReleaseGIL/;
+     void mouseEvent(QTest::MouseAction action, QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1);
+     void mousePress(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1);
+     void mouseRelease(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1);



Home | Main Index | Thread Index | Old Index