Skip to content

Commit

Permalink
data: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Oct 2, 2023
1 parent 3e58860 commit 69a2a6a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

liberapay: SeaDve
custom: ["https://www.buymeacoffee.com/seadve"]
43 changes: 25 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
<h1 align="center">
<img src="data/logo/io.github.seadve.Breathing.svg" alt="Breathing" width="192" height="192"/><br>
<img src="data/logo/io.github.seadve.Breathing.svg" alt="Breathing" width="192" height="192"/>
<br>
Breathing
</h1>

<p align="center"><strong>Relax and meditate</strong></p>
<p align="center">
<strong>Relax and meditate</strong>
</p>

<p align="center">
<a href="https://flathub.org/apps/details/io.github.seadve.Breathing">
<img width="200" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-en.png"/>
<img alt="Download on Flathub" src="https://dl.flathub.org/assets/badges/flathub-badge-i-en.svg" width="200"/>
</a>
<br>
<a href="https://liberapay.com/SeaDve/donate">
<img src="https://liberapay.com/assets/widgets/donate.svg" alt="Donate using Liberapay">
<a href="https://www.buymeacoffee.com/seadve">
<img alt="Buy Me a Coffee" src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=seadve&button_colour=FFDD00&font_colour=000000&font_family=Inter&outline_colour=000000&coffee_colour=ffffff" width="150"/>
</a>
</p>

<br>
<p align="center">
<a href="https://hosted.weblate.org/projects/kooha/breathing/">
<img src="https://hosted.weblate.org/widgets/kooha/-/Breathing/svg-badge.svg" alt="Translation status" />
<img alt="Translation status" src="https://hosted.weblate.org/widgets/kooha/-/Breathing/svg-badge.svg"/>
</a>
<a href="https://github.com/SeaDve/Breathing/actions/workflows/testing.yml">
<img src="https://github.com/SeaDve/Breathing/actions/workflows/testing.yml/badge.svg" alt="CI status"/>
<a href="https://flathub.org/apps/details/io.github.seadve.Breathing">
<img alt="Flathub downloads" src="https://img.shields.io/badge/dynamic/json?color=informational&label=downloads&logo=flathub&logoColor=white&query=%24.installs_total&url=https%3A%2F%2Fflathub.org%2Fapi%2Fv2%2Fstats%2Fio.github.seadve.Breathing"/>
</a>
<a href="https://github.com/humanetech-community/awesome-humane-tech">
<img src="https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true" alt="Awesome Humane Tech">
<a href="https://github.com/SeaDve/Breathing/actions/workflows/testing.yml">
<img alt="CI status" src="https://github.com/SeaDve/Breathing/actions/workflows/testing.yml/badge.svg"/>
</a>
</p>

<p align="center">
<img src="screenshots/Breathing-preview.png" width="650" alt="Preview"/>
<img src="screenshots/Breathing-preview.png" alt="Preview"/>
</p>

Relax, focus, and become stress-free.
Relax, focus, and become stress-free.

Breathing is a very simple application that guides your breathing pattern. This
pattern is recommended by experts that will help ease your anxiety. It also provides
Expand All @@ -44,7 +47,6 @@ The main features of Breathing includes the following:
* 📱 Easy-to-use user interface.
* ⌨️ User-friendly keyboard shortcuts.


## 🏗️ Building from source

### GNOME Builder
Expand All @@ -62,19 +64,24 @@ meson _build --prefix=/usr/local
ninja -C _build install
```

## 📦 Third-Party Packages

Unlike Flatpak, take note that these packages are not officially supported by the developer.

### Repology

You can also check out other third-party packages on [Repology](https://repology.org/project/breathing/versions).

## 🙌 Help translate Breathing
You can help Breathing translate into your native language. If you found any typos
You can help Breathing translate into your native language. If you found any typos
or think you can improve a translation, you can use the [Weblate](https://hosted.weblate.org/projects/kooha/breathing/) platform.


## ☕ Support me and the project

Breathing is free and will always be for everyone to use. If you like the project and
would like to support and fund it, you may donate through [Liberapay](https://liberapay.com/SeaDve/).

would like to support it, you may [buy me a coffee](https://www.buymeacoffee.com/seadve).

## 💝 Acknowledgment

A big thank you to all the [contributors](https://github.com/SeaDve/Breathing/graphs/contributors)
A big thank you to all the [contributors](https://github.com/SeaDve/Breathing/graphs/contributors)
and [translators](https://hosted.weblate.org/projects/kooha/breathing/) from Weblate.
25 changes: 12 additions & 13 deletions data/io.github.seadve.Breathing.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Dave Patrick <[email protected]> -->
<component type="desktop">
<id>io.github.seadve.Breathing.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -17,17 +16,6 @@
<li>⌨️ User-friendly keyboard shortcuts.</li>
</ul>
</description>

<url type="homepage">https://github.com/SeaDve/Breathing</url>
<url type="bugtracker">https://github.com/SeaDve/Breathing/issues</url>
<url type="translate">https://hosted.weblate.org/projects/kooha/breathing/</url>
<url type="donation">https://liberapay.com/SeaDve/</url>
<!-- Translators: please do NOT translate this -->
<developer_name>Dave Patrick</developer_name>
<content_rating type="oars-1.1"/>

<launchable type="desktop-id">io.github.seadve.Breathing.desktop</launchable>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/SeaDve/Breathing/main/screenshots/Breathing-screenshot.png</image>
Expand All @@ -36,7 +24,11 @@
<image>https://raw.githubusercontent.com/SeaDve/Breathing/main/screenshots/Breathing-screenshot2.png</image>
</screenshot>
</screenshots>

<url type="homepage">https://github.com/SeaDve/Breathing</url>
<url type="bugtracker">https://github.com/SeaDve/Breathing/issues</url>
<url type="translate">https://hosted.weblate.org/projects/kooha/breathing/</url>
<url type="donation">https://www.buymeacoffee.com/seadve</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.1.2" date="2022-04-08">
<description>
Expand Down Expand Up @@ -75,6 +67,13 @@
</description>
</release>
</releases>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<developer_name>Dave Patrick Caberto</developer_name>
<update_contact>[email protected]</update_contact>
<launchable type="desktop-id">io.github.seadve.Breathing.desktop</launchable>
<requires>
<display_length compare="ge">360</display_length>
</requires>
Expand Down

0 comments on commit 69a2a6a

Please sign in to comment.