Skip to content

Commit

Permalink
Downgrade qtsvg to 6.5.3 in snap
Browse files Browse the repository at this point in the history
As a better crash workaround
  • Loading branch information
ilya-fedin authored and john-preston committed Oct 7, 2023
1 parent bf3f474 commit a5ec616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a5ec616

Please sign in to comment.