commit: 66823bae94521bcf379c3875d63992a11a30848d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Oct 9 23:38:14 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Oct 9 23:40:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66823bae
dev-qt/qtgui: use a safer fix for xkbcommon-1.6.0 Do not believe it matters either way given these should be unused, but shouldn't hurt to inline instead until upstream's own fix. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch b/dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch index d0da76580df2..92e907067fe6 100644 --- a/dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch +++ b/dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch @@ -7,8 +7,12 @@ Just a quick fix while waiting for what [2] comes up with. [2] https://bugreports.qt.io/browse/QTBUG-117950 --- a/src/platformsupport/input/xkbcommon/qxkbcommon.cpp +++ b/src/platformsupport/input/xkbcommon/qxkbcommon.cpp -@@ -276,4 +275,0 @@ +@@ -276,4 +276,4 @@ - Xkb2Qt<XKB_KEY_dead_lowline, Qt::Key_Dead_Lowline>, - Xkb2Qt<XKB_KEY_dead_aboveverticalline, Qt::Key_Dead_Aboveverticalline>, - Xkb2Qt<XKB_KEY_dead_belowverticalline, Qt::Key_Dead_Belowverticalline>, - Xkb2Qt<XKB_KEY_dead_longsolidusoverlay, Qt::Key_Dead_Longsolidusoverlay>, ++ Xkb2Qt<0xfe90, Qt::Key_Dead_Lowline>, ++ Xkb2Qt<0xfe91, Qt::Key_Dead_Aboveverticalline>, ++ Xkb2Qt<0xfe92, Qt::Key_Dead_Belowverticalline>, ++ Xkb2Qt<0xfe93, Qt::Key_Dead_Longsolidusoverlay>,
