diff --git a/README.md b/README.md index 9700129..0fe0cfa 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## 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. - -**Shipped version:** 1.19.3~ynh2 +**Shipped version:** 1.19.3~ynh3 ## Screenshots @@ -26,12 +25,12 @@ Design and prototyping platform meant for cross-domain teams. Non dependent on o ## Documentation and resources -* Official app website: -* Official user documentation: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -39,10 +38,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos 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 or sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index d35a05c..ac798f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble 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~ynh2 +**Version incluse :** 1.19.3~ynh3 ## Captures d’écran @@ -26,12 +25,12 @@ Design and prototyping platform meant for cross-domain teams. Non dependent on o ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -39,10 +38,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno 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 ou sudo yunohost app upgrade penpot -u https://github.com/YunoHost-Apps/penpot_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index f10f09c..8fa6605 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ name = "Penpot" description.en = "Design and prototyping platform" description.fr = "Plateforme de conception et de prototypage" -version = "1.19.3~ynh2" +version = "1.19.3~ynh3" maintainers = ["orhtej2"] @@ -44,7 +44,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/penpot/penpot/archive/refs/tags/1.19.3.tar.gz" sha256 = "2649db3bd8742540f76f33547095b227e86c5bda74908a900011b8516d4bb3ce" - + [resources.sources.jdk] amd64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.2%2B13/OpenJDK21U-jdk_x64_linux_hotspot_21.0.2_13.tar.gz" amd64.sha256 = "454bebb2c9fe48d981341461ffb6bf1017c7b7c6e15c6b0c29b959194ba3aaa5" @@ -72,7 +72,7 @@ ram.runtime = "50M" [resources.ports] [resources.ports.exporter] - + [resources.apt] packages = [ "postgresql", diff --git a/scripts/install b/scripts/install index 8dad00d..0528393 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ ynh_secure_remove --file=$tmp_dir 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) diff --git a/scripts/upgrade b/scripts/upgrade index ad0a23f..9e7bd07 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -52,7 +52,7 @@ then 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..."