OBS add tor packaging into the appimage

This commit is contained in:
Gioacchino Mazzurco 2019-02-14 10:07:45 -03:00
parent d7ecc2686f
commit 6bb7711e03
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051
4 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -17,6 +17,10 @@ build:
- sqlcipher-devel
- update-desktop-files
ingredients:
packages:
- tor
script:
- cd $BUILD_SOURCE_DIR
- tar -xf RetroShare.tar.gz

View File

@ -17,6 +17,10 @@ build:
- sqlcipher-devel
- update-desktop-files
ingredients:
packages:
- tor
script:
- cd $BUILD_SOURCE_DIR
- tar -xf RetroShare.tar.gz