qtbase-6.5.3-xkbcommon160.patch 1.0 KB

12345678910111213141516171819
  1. These were removed in libxkbcommon-1.6.0[1] and were apparently
  2. unnecesary. Usage results in build failure.
  3. Just a quick fix while waiting for what [2] comes up with.
  4. [1] https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/70
  5. [2] https://bugreports.qt.io/browse/QTBUG-117950
  6. --- a/src/gui/platform/unix/qxkbcommon.cpp
  7. +++ b/src/gui/platform/unix/qxkbcommon.cpp
  8. @@ -242,4 +242,4 @@
  9. - Xkb2Qt<XKB_KEY_dead_lowline, Qt::Key_Dead_Lowline>,
  10. - Xkb2Qt<XKB_KEY_dead_aboveverticalline, Qt::Key_Dead_Aboveverticalline>,
  11. - Xkb2Qt<XKB_KEY_dead_belowverticalline, Qt::Key_Dead_Belowverticalline>,
  12. - Xkb2Qt<XKB_KEY_dead_longsolidusoverlay, Qt::Key_Dead_Longsolidusoverlay>,
  13. + Xkb2Qt<0xfe90, Qt::Key_Dead_Lowline>,
  14. + Xkb2Qt<0xfe91, Qt::Key_Dead_Aboveverticalline>,
  15. + Xkb2Qt<0xfe92, Qt::Key_Dead_Belowverticalline>,
  16. + Xkb2Qt<0xfe93, Qt::Key_Dead_Longsolidusoverlay>,