mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
OBS add tor packaging into the appimage
This commit is contained in:
parent
d7ecc2686f
commit
6bb7711e03
@ -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
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,10 @@ build:
|
||||
- sqlcipher-devel
|
||||
- update-desktop-files
|
||||
|
||||
ingredients:
|
||||
packages:
|
||||
- tor
|
||||
|
||||
script:
|
||||
- cd $BUILD_SOURCE_DIR
|
||||
- tar -xf RetroShare.tar.gz
|
||||
|
@ -17,6 +17,10 @@ build:
|
||||
- sqlcipher-devel
|
||||
- update-desktop-files
|
||||
|
||||
ingredients:
|
||||
packages:
|
||||
- tor
|
||||
|
||||
script:
|
||||
- cd $BUILD_SOURCE_DIR
|
||||
- tar -xf RetroShare.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user