diff options
Diffstat (limited to 'games/anki/files')
-rw-r--r-- | games/anki/files/patch-qt_pyproject.toml | 14 | ||||
-rw-r--r-- | games/anki/files/patch-rust-1.89.0 | 9 |
2 files changed, 16 insertions, 7 deletions
diff --git a/games/anki/files/patch-qt_pyproject.toml b/games/anki/files/patch-qt_pyproject.toml index 230d2f62b318..3d01e0db6a51 100644 --- a/games/anki/files/patch-qt_pyproject.toml +++ b/games/anki/files/patch-qt_pyproject.toml @@ -1,15 +1,15 @@ Relax version requirements for several PyQt6 components. ---- qt/pyproject.toml.orig 2025-07-05 14:16:12 UTC +--- qt/pyproject.toml.orig 2025-07-18 17:56:16 UTC +++ qt/pyproject.toml -@@ -45,11 +45,11 @@ qt = [ +@@ -38,11 +38,11 @@ qt = [ "pyqt6_sip==13.10.2", ] qt = [ -- "pyqt6==6.8.0", -- "pyqt6-qt6==6.8.1", +- "pyqt6==6.9.1", +- "pyqt6-qt6==6.9.1", - "pyqt6-webengine==6.8.0", -- "pyqt6-webengine-qt6==6.8.1", +- "pyqt6-webengine-qt6==6.8.2", - "pyqt6_sip==13.10.2", + "pyqt6", + "pyqt6-qt6", @@ -17,5 +17,5 @@ Relax version requirements for several PyQt6 components. + "pyqt6-webengine-qt6", + "pyqt6_sip", ] - - [tool.uv] + qt68 = [ + "pyqt6==6.8.0", diff --git a/games/anki/files/patch-rust-1.89.0 b/games/anki/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..5b3adb5cd8eb --- /dev/null +++ b/games/anki/files/patch-rust-1.89.0 @@ -0,0 +1,9 @@ +--- rslib/i18n/src/lib.rs.orig 2025-08-22 13:45:00 UTC ++++ rslib/i18n/src/lib.rs +@@ -1,5 +1,6 @@ + // Copyright: Ankitects Pty Ltd and contributors + // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html ++#![allow(text_direction_codepoint_in_literal)] + + mod generated; + |