diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 362202bf12..734ffad3d0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -356,17 +356,15 @@ parts: - libxkbcommon-x11-0 - zlib1g override-pull: | - QT=6_2_3 + QT=6_2_4 - git clone -b v6.2.3 --depth=1 git://code.qt.io/qt/qt5.git . + git clone -b v6.2.4 --depth=1 git://code.qt.io/qt/qt5.git . perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qt5compat cd qtbase find $SNAPCRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply cd ../qtwayland find $SNAPCRAFT_STAGE/patches/qtwayland_${QT} -type f -print0 | sort -z | xargs -r0 git apply - cd ../qt5compat - find $SNAPCRAFT_STAGE/patches/qt5compat_${QT} -type f -print0 | sort -z | xargs -r0 git apply cd .. override-build: | ./configure \