Update snap to Qt 6.2.4

This commit is contained in:
Ilya Fedin 2022-03-23 17:49:22 +04:00 committed by John Preston
parent e036f7503a
commit 680dee14a1
1 changed files with 2 additions and 4 deletions

View File

@ -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 \