sync ports with The Matrix
This commit is contained in:
parent
c376d85ea0
commit
b6c01378e8
89 changed files with 898 additions and 818 deletions
12
www/qutebrowser/patches/patch-qutebrowser_qt_machinery_py
Normal file
12
www/qutebrowser/patches/patch-qutebrowser_qt_machinery_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: qutebrowser/qt/machinery.py
|
||||
--- qutebrowser/qt/machinery.py.orig
|
||||
+++ qutebrowser/qt/machinery.py
|
||||
@@ -34,7 +34,7 @@ from qutebrowser.utils import log
|
||||
# sed -i 's/_WRAPPER_OVERRIDE = .*/_WRAPPER_OVERRIDE = "PyQt6"/' qutebrowser/qt/machinery.py
|
||||
#
|
||||
# Users: Set the QUTE_QT_WRAPPER environment variable to change the default wrapper.
|
||||
-_WRAPPER_OVERRIDE = None
|
||||
+_WRAPPER_OVERRIDE = "PyQt5"
|
||||
|
||||
WRAPPERS = [
|
||||
"PyQt6",
|
Loading…
Add table
Add a link
Reference in a new issue