mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Downgrade qtsvg to 6.5.3 in snap
As a better crash workaround
This commit is contained in:
@@ -468,6 +468,9 @@ parts:
|
|||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
find $CRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
find $CRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||||
|
cd ../qtsvg
|
||||||
|
git fetch origin v6.5.3
|
||||||
|
git checkout FETCH_HEAD
|
||||||
cd ../qtwayland
|
cd ../qtwayland
|
||||||
sed -i 's/qMin(version, 8)/qMin(version, 7)/' src/client/qwaylandinputdevice.cpp
|
sed -i 's/qMin(version, 8)/qMin(version, 7)/' src/client/qwaylandinputdevice.cpp
|
||||||
cd ..
|
cd ..
|
||||||
@@ -501,7 +504,6 @@ parts:
|
|||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.prl
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.prl
|
||||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||||
- -./usr/plugins/imageformats/libqsvg.so
|
|
||||||
- -./usr/libexec
|
- -./usr/libexec
|
||||||
- -./usr/mkspecs
|
- -./usr/mkspecs
|
||||||
- -./usr/modules
|
- -./usr/modules
|
||||||
|
Reference in New Issue
Block a user