[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt-support-new-qt.patch)

Antonio Rojas arojas at archlinux.org
Mon Mar 20 15:54:11 UTC 2017


    Date: Monday, March 20, 2017 @ 15:54:10
  Author: arojas
Revision: 291120

Readd removed patch

Added:
  pyqt5/trunk/pyqt-support-new-qt.patch
Modified:
  pyqt5/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |    2 ++
 pyqt-support-new-qt.patch |   12 ++++++++++++
 2 files changed, 14 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-20 15:49:39 UTC (rev 291119)
+++ PKGBUILD	2017-03-20 15:54:10 UTC (rev 291120)
@@ -26,6 +26,8 @@
   patch -Np1 -i "${srcdir}/pyqt-5.8-segfault.patch"
   popd
 
+  # Support new versions of Qt - don't remove, needs to be reapplied after every new Qt release
+  # patch -p1 -i ../pyqt-support-new-qt.patch
 
   # The additional include path was removed due to this line, I don't really know why they are doing this...
   sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-${_pkgver}/configure.py

Added: pyqt-support-new-qt.patch
===================================================================
--- pyqt-support-new-qt.patch	                        (rev 0)
+++ pyqt-support-new-qt.patch	2017-03-20 15:54:10 UTC (rev 291120)
@@ -0,0 +1,12 @@
+diff -ru a/sip/QtCore/QtCoremod.sip b/sip/QtCore/QtCoremod.sip
+--- a/sip/QtCore/QtCoremod.sip	2016-12-25 18:56:11.000000000 +0100
++++ b/sip/QtCore/QtCoremod.sip	2017-01-24 12:03:50.707514377 +0100
+@@ -22,7 +22,7 @@
+ 
+ %Module(name=PyQt5.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", use_limited_api=True)
+ 
+-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0}
+ 
+ %Platforms {WS_X11 WS_WIN WS_MACX}
+ 



More information about the arch-commits mailing list