mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Downgrade qtsvg to 6.5.3 in snap
As a better crash workaround
This commit is contained in:
parent
bf3f474195
commit
a5ec616382
1 changed files with 3 additions and 1 deletions
|
@ -468,6 +468,9 @@ parts:
|
|||
|
||||
cd qtbase
|
||||
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
|
||||
sed -i 's/qMin(version, 8)/qMin(version, 7)/' src/client/qwaylandinputdevice.cpp
|
||||
cd ..
|
||||
|
@ -501,7 +504,6 @@ parts:
|
|||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.la
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.prl
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||
- -./usr/plugins/imageformats/libqsvg.so
|
||||
- -./usr/libexec
|
||||
- -./usr/mkspecs
|
||||
- -./usr/modules
|
||||
|
|
Loading…
Add table
Reference in a new issue