From 033a3f5ff1237d583ffaa5a4555b0fa2f7a0fef0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 9 Jul 2023 18:59:36 +0200 Subject: [PATCH] Testing / add metronome explicitly in dependencies (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update manifest.json * Auto-update README * Update manifest.json * Add metronome explicitly as dependency * Auto-update README * Auto-update README * Update manifest.json * Auto-update README --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot --- README.md | 5 +++-- README_fr.md | 5 +++-- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index de27900..0540589 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Biboumi for YunoHost -[![Integration level](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Working status](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Working status](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) + [![Install Biboumi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi) *[Lire ce readme en français.](./README_fr.md)* @@ -17,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in XMPP gateway for the IRC network -**Shipped version:** 8.3~ynh1 +**Shipped version:** 8.3~ynh2 ## Disclaimers / important information Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name. diff --git a/README_fr.md b/README_fr.md index 627f230..0b0eb67 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Biboumi pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/biboumi.svg)](https://dash.yunohost.org/appci/app/biboumi) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/biboumi.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/biboumi.maintain.svg) + [![Installer Biboumi avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=biboumi) *[Read this readme in english.](./README.md)* @@ -17,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Passerelle XMPP pour le réseau IRC -**Version incluse :** 8.3~ynh1 +**Version incluse :** 8.3~ynh2 ## Avertissements / informations importantes Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name. diff --git a/manifest.json b/manifest.json index 8ab44fc..ab356b0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "XMPP gateway for the IRC network", "fr": "Passerelle XMPP pour le réseau IRC" }, - "version": "8.3~ynh1", + "version": "8.3~ynh2", "url": "https://biboumi.louiz.org/", "upstream": { "license": "Zlib", diff --git a/scripts/_common.sh b/scripts/_common.sh index f6c7245..1b60752 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="biboumi" +pkg_dependencies="metronome biboumi" #================================================= # PERSONAL HELPERS