qt6-base rebuild

This commit is contained in:
Rmys
2023-10-16 22:35:58 +03:00
parent ae36fc62fd
commit d97d6258d2
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,18 @@
These were removed in libxkbcommon-1.6.0[1] and were apparently
unnecesary. Usage results in build failure.
Just a quick fix while waiting for what [2] comes up with.
[1] https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/70
[2] https://bugreports.qt.io/browse/QTBUG-117950
--- a/src/gui/platform/unix/qxkbcommon.cpp
+++ b/src/gui/platform/unix/qxkbcommon.cpp
@@ -242,4 +242,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>,
+1
View File
@@ -101,6 +101,7 @@
<Patch level="1">fedora/qtbase-mysql.patch</Patch>
<Patch level="1">fedora/qtbase-libglvnd.patch</Patch>
<Patch level="1">fedora/qtbase-gcc11.patch</Patch>
<Patch level="1">qtbase-6.5.3-xkbcommon160.patch</Patch>
</Patches>
</Source>