File appimage.yml of Package qgroundcontrol
#
# This is an example template how to build an AppImage in Open Build Service (OBS)
#
# leafpad is a small GTK+ application
app: QGroundconttrol
# resources required at build time
build:
packages:
- linuxdeployqt
ingredients:
packages:
- qgroundcontrol
script:
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
- mv $BUILD_APPDIR/usr/lib64/pulseaudio/* $BUILD_APPDIR/usr/lib64/
- linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs
- linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs
- find $BUILD_APPDIR/