1
0
Fork 0

build_appimage.sh: run patchelf on libharfbuzz

run patchelf on libharfbuzz as manjaro needs it now (rolling distros...)
This commit is contained in:
Brendan Black 2021-09-15 09:56:10 +01:00
parent e36c646caf
commit f135bd8f61

View file

@ -74,6 +74,7 @@ cp -a /usr/lib64/libfreetype.so* appdir/usr/lib
cp -a /usr/lib64/libpng15.so* appdir/usr/lib
patchelf --set-rpath \$ORIGIN appdir/usr/lib/libfontconfig.so
patchelf --set-rpath \$ORIGIN appdir/usr/lib/libfreetype.so
patchelf --set-rpath \$ORIGIN appdir/usr/lib/libharfbuzz.so
#modify the desktop file so that linuxdeployqt doesn't barf (version to 1.0, add semicolon to end of certain line types)
sed -i 's/^Categor.*/&;/ ; s/^Keyword.*/&;/ ; s/1\.1/1\.0/' appdir/usr/share/applications/org.flightgear.FlightGear.desktop