[linux_dist.appimage] AppImageBuilder.yml: removing more unneeded libraries

This commit is contained in:
Vinicius Moreira
2022-03-11 17:44:52 -03:00
parent c56dba3f20
commit fd50cb9f88
2 changed files with 6 additions and 3 deletions

View File

@@ -58,6 +58,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- some unneeded cursor icons removed from the apps table
- some icons replaced
- Distribution
- AppImage: -~9% size reduction (96.32 MB -> 88.16 MB)
### Fixes
- General
- not accepting blank root passwords [#235](https://github.com/vinifmor/bauh/issues/235)
@@ -68,6 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- UI
- some package icons would not appear if there is no URL associated with them
## [0.9.28] 2022-02-14

View File

@@ -55,12 +55,11 @@ AppDir:
- pip3 install pyqt5 --prefix=/usr --root=AppDir || exit 1
- cd AppDir/usr/lib/python3.8/site-packages/PyQt5/Qt5/plugins || exit 1
- rm -rf audio gamepad gamepads geoservices printsupport sceneparsers sensorgestures sensors sqldrivers texttospeech webview || exit 1
- cd ../
- cd lib/ || exit 1
- cd ../lib/ || exit 1
- rm libQt5Bluetooth.so.5 libQt5Designer.so.5 libQt5Multimedia.so.5 libQt5MultimediaGstTools.so.5 libQt5MultimediaWidgets.so.5 || exit 1
- rm libQt5Quick3D.so.5 libQt5Quick3DAssetImport.so.5 libQt5Quick3DRender.so.5 libQt5Quick3DRuntimeRender.so.5 libQt5QuickTest.so.5 || exit 1
- rm libQt5Quick3DUtils.so.5 libQt5PrintSupport.so.5 libQt5SerialPort.so.5 libQt5Sql.so.5 libQt5Sensors.so.5 libQt5Test.so.5 libQt5WebView.so.5 || exit 1
- rm libQt5Quick.so.5 libQt5Location.so.5 libQt5QuickTemplates2.so.5 || exit 1
runtime:
version: "v1.2.5"