mirror of
https://github.com/flathub/website.i2pd.i2pd.git
synced 2025-01-09 06:17:56 +00:00
Update manifest
This commit is contained in:
parent
7676518ffc
commit
e94c77fa78
@ -9,7 +9,8 @@
|
|||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--device=dri"],
|
"--device=dri"
|
||||||
|
],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/cache",
|
"/cache",
|
||||||
"/share/doc", "/share/man", "/bin/openssl", "/bin/upnpc", "/bin/c_rehash", "/bin/external-ip",
|
"/share/doc", "/share/man", "/bin/openssl", "/bin/upnpc", "/bin/c_rehash", "/bin/external-ip",
|
||||||
@ -36,7 +37,7 @@
|
|||||||
"buildsystem": "simple",
|
"buildsystem": "simple",
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"./config --prefix=/app --openssldir=/app/ssl shared zlib",
|
"./config --prefix=/app --openssldir=/app/ssl shared zlib",
|
||||||
"make",
|
"make -j $FLATPAK_BUILDER_N_JOBS",
|
||||||
"make install"
|
"make install"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
@ -49,11 +50,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "miniupnpc",
|
"name": "miniupnpc",
|
||||||
"buildsystem": "simple",
|
"no-autogen": true,
|
||||||
"build-commands": [
|
"make-install-args": ["INSTALLPREFIX=/app"],
|
||||||
"make",
|
|
||||||
"INSTALLPREFIX=/app make install"
|
|
||||||
],
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
|
Loading…
Reference in New Issue
Block a user