mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[linux_dist.appimage] AppImageBuilder.yml: removing more unneeded libraries
This commit is contained in:
@@ -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)
|
||||
@@ -69,6 +72,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
|
||||
|
||||
### Fixes
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user