mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Merge branch 'testing' into delete-log-removal
This commit is contained in:
commit
85efeec364
9 changed files with 12 additions and 21 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Shipped version:** 2024.06.10~ynh1
|
||||
**Shipped version:** 2024.06.20~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Versión actual:** 2024.06.10~ynh1
|
||||
**Versión actual:** 2024.06.20~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.06.10~ynh1
|
||||
**Paketatutako bertsioa:** 2024.06.20~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source.
|
||||
|
||||
|
||||
**Version incluse :** 2024.06.10~ynh1
|
||||
**Version incluse :** 2024.06.20~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.06.10~ynh1
|
||||
**Versión proporcionada:** 2024.06.20~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**分发版本:** 2024.06.10~ynh1
|
||||
**分发版本:** 2024.06.20~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Overleaf"
|
|||
description.en = "Online real-time collaborative LaTeX editor"
|
||||
description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel"
|
||||
|
||||
version = "2024.06.10~ynh1"
|
||||
version = "2024.06.20~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "3G"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/overleaf/overleaf/archive/e67a2b92a8fe8573bde5ee2424e26a99100e0027.tar.gz"
|
||||
sha256 = "51bc4aad0334207b9d7de440c365932361a90e8b5326169896e03d41668c2238"
|
||||
url = "https://github.com/overleaf/overleaf/archive/c90d01afa250171b368cdea40484848de98573e6.tar.gz"
|
||||
sha256 = "2e6f2661e6450b6989ab0a93dfd1ce728ba44e77551af692740d227c76fde074"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -77,7 +77,7 @@ ram.runtime = "3G"
|
|||
[resources.apt]
|
||||
packages = [
|
||||
# Overleaf dependencies
|
||||
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments",
|
||||
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", "build-essential",
|
||||
|
||||
# Aspell dependencies
|
||||
"aspell-ar", "aspell-ar-large",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version="18.20.2"
|
||||
YNH_MONGO_VERSION=6.0
|
||||
nodejs_version="20"
|
||||
YNH_MONGO_VERSION=7.0
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -131,15 +131,6 @@ ynh_script_progression --message="Removing dependencies..."
|
|||
ynh_remove_mongo
|
||||
ynh_remove_nodejs
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC REMOVE
|
||||
#=================================================
|
||||
# REMOVE VARIOUS FILES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing various files..."
|
||||
|
||||
# Remove the log files
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue