From 6bb7711e033ae7ba7fd43ab9e88ce5969abbb0ea Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Thu, 14 Feb 2019 10:07:45 -0300 Subject: [PATCH] OBS add tor packaging into the appimage --- .../network:retroshare/retroshare-gui-0.6.5/appimage.yml | 6 +++++- .../network:retroshare/retroshare-gui-unstable/appimage.yml | 6 +++++- .../retroshare-service-0.6.5/appimage.yml | 4 ++++ .../retroshare-service-unstable/appimage.yml | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) 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