diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-10-09 19:38:14 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-09 19:40:19 -0400 |
commit | 66823bae94521bcf379c3875d63992a11a30848d (patch) | |
tree | 7e23115e64d5ca00f301256811bb900993f74536 /dev-qt/qtgui | |
parent | dev-qt/qtbase: use a safer fix for xkbcommon-1.6.0 (diff) | |
download | gentoo-66823bae94521bcf379c3875d63992a11a30848d.tar.gz gentoo-66823bae94521bcf379c3875d63992a11a30848d.tar.bz2 gentoo-66823bae94521bcf379c3875d63992a11a30848d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-qt/qtgui')
-rw-r--r-- | dev-qt/qtgui/files/qtgui-5.15.11-xkbcommon160.patch | 6 |
1 files changed, 5 insertions, 1 deletions
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>, |