diff --git a/build_scripts/OBS/network:retroshare/retroshare-gui-0.6.5/appimage.yml b/build_scripts/OBS/network:retroshare/retroshare-gui-0.6.5/appimage.yml index f837d1340..e7cd7e346 100644 --- a/build_scripts/OBS/network:retroshare/retroshare-gui-0.6.5/appimage.yml +++ b/build_scripts/OBS/network:retroshare/retroshare-gui-0.6.5/appimage.yml @@ -21,6 +21,10 @@ build: - sqlcipher-devel - update-desktop-files +ingredients: + packages: + - tor + script: - cd $BUILD_SOURCE_DIR - tar -xf RetroShare.tar.gz @@ -34,4 +38,4 @@ script: - make -j$(nproc) || make -j$(nproc) || make - make INSTALL_ROOT=$BUILD_APPDIR install - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=3 -no-strip + - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=3 -no-strip -extra-plugins=iconengines/libqsvgicon.so diff --git a/build_scripts/OBS/network:retroshare/retroshare-gui-unstable/appimage.yml b/build_scripts/OBS/network:retroshare/retroshare-gui-unstable/appimage.yml index 1cb6487d4..833e3077b 100644 --- a/build_scripts/OBS/network:retroshare/retroshare-gui-unstable/appimage.yml +++ b/build_scripts/OBS/network:retroshare/retroshare-gui-unstable/appimage.yml @@ -21,6 +21,10 @@ build: - sqlcipher-devel - update-desktop-files +ingredients: + packages: + - tor + script: - cd $BUILD_SOURCE_DIR - tar -xf RetroShare.tar.gz @@ -34,4 +38,4 @@ script: - make -j$(nproc) || make -j$(nproc) || make - make INSTALL_ROOT=$BUILD_APPDIR install - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=3 -no-strip + - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=3 -no-strip -extra-plugins=iconengines/libqsvgicon.so diff --git a/build_scripts/OBS/network:retroshare/retroshare-service-0.6.5/appimage.yml b/build_scripts/OBS/network:retroshare/retroshare-service-0.6.5/appimage.yml index cee6d8977..690a01f36 100644 --- a/build_scripts/OBS/network:retroshare/retroshare-service-0.6.5/appimage.yml +++ b/build_scripts/OBS/network:retroshare/retroshare-service-0.6.5/appimage.yml @@ -17,6 +17,10 @@ build: - sqlcipher-devel - update-desktop-files +ingredients: + packages: + - tor + script: - cd $BUILD_SOURCE_DIR - tar -xf RetroShare.tar.gz diff --git a/build_scripts/OBS/network:retroshare/retroshare-service-unstable/appimage.yml b/build_scripts/OBS/network:retroshare/retroshare-service-unstable/appimage.yml index 4f9c50881..07b2d2a83 100644 --- a/build_scripts/OBS/network:retroshare/retroshare-service-unstable/appimage.yml +++ b/build_scripts/OBS/network:retroshare/retroshare-service-unstable/appimage.yml @@ -17,6 +17,10 @@ build: - sqlcipher-devel - update-desktop-files +ingredients: + packages: + - tor + script: - cd $BUILD_SOURCE_DIR - tar -xf RetroShare.tar.gz