1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

Merge pull request #9 from YunoHost-Apps/testing

Fix `java` path
This commit is contained in:
Mateusz 2024-03-21 23:47:53 +01:00 committed by GitHub
commit affdcd8e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 25 deletions

View file

@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return.
**Shipped version:** 1.19.3~ynh3
**Shipped version:** 1.19.3~ynh2
## Screenshots ## Screenshots
@ -26,12 +25,12 @@ Design and prototyping platform meant for cross-domain teams. Non dependent on o
## Documentation and resources ## Documentation and resources
* Official app website: <https://penpot.app/> - Official app website: <https://penpot.app/>
* Official user documentation: <https://help.penpot.app/user-guide/> - Official user documentation: <https://help.penpot.app/user-guide/>
* Official admin documentation: <https://help.penpot.app/technical-guide/> - Official admin documentation: <https://help.penpot.app/technical-guide/>
* Upstream app code repository: <https://github.com/penpot/penpot> - Upstream app code repository: <https://github.com/penpot/penpot>
* YunoHost Store: <https://apps.yunohost.org/app/penpot> - YunoHost Store: <https://apps.yunohost.org/app/penpot>
* Report a bug: <https://github.com/YunoHost-Apps/penpot_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/penpot_ynh/issues>
## Developer info ## Developer info
@ -39,7 +38,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug
or or
sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug

View file

@ -17,8 +17,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble ## Vue densemble
Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return.
**Version incluse :** 1.19.3~ynh3
**Version incluse :** 1.19.3~ynh2
## Captures décran ## Captures décran
@ -26,12 +25,12 @@ Design and prototyping platform meant for cross-domain teams. Non dependent on o
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://penpot.app/> - Site officiel de lapp : <https://penpot.app/>
* Documentation officielle utilisateur : <https://help.penpot.app/user-guide/> - Documentation officielle utilisateur : <https://help.penpot.app/user-guide/>
* Documentation officielle de ladmin : <https://help.penpot.app/technical-guide/> - Documentation officielle de ladmin : <https://help.penpot.app/technical-guide/>
* Dépôt de code officiel de lapp : <https://github.com/penpot/penpot> - Dépôt de code officiel de lapp : <https://github.com/penpot/penpot>
* YunoHost Store: <https://apps.yunohost.org/app/penpot> - YunoHost Store : <https://apps.yunohost.org/app/penpot>
* Signaler un bug : <https://github.com/YunoHost-Apps/penpot_ynh/issues> - Signaler un bug : <https://github.com/YunoHost-Apps/penpot_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
@ -39,7 +38,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug

View file

@ -6,7 +6,7 @@ name = "Penpot"
description.en = "Design and prototyping platform" description.en = "Design and prototyping platform"
description.fr = "Plateforme de conception et de prototypage" description.fr = "Plateforme de conception et de prototypage"
version = "1.19.3~ynh2" version = "1.19.3~ynh3"
maintainers = ["orhtej2"] maintainers = ["orhtej2"]

View file

@ -44,7 +44,7 @@ ynh_secure_remove --file=$tmp_dir
ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka" ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka"
export PATH=$install_dir/clojure/bin:$install_dir/babashka:$PATH export PATH=$JAVA_HOME/bin:$install_dir/clojure/bin:$install_dir/babashka:$PATH
#================================================= #=================================================
# APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC)

View file

@ -52,7 +52,7 @@ then
ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka" ynh_setup_source --dest_dir="$install_dir/babashka" --source_id="babashka"
export PATH=$install_dir/clojure/bin:$install_dir/babashka:$PATH export PATH=$JAVA_HOME/bin:$install_dir/clojure/bin:$install_dir/babashka:$PATH
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."