Skip to content

Commit

Permalink
chore(docs): Added donation link to metainfo
Browse files Browse the repository at this point in the history
mfep committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent adf6932 commit 3f14bb9
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ appdata_conf.set('app-id', application_id)
appdata_conf.set('homepage', homepage)
appdata_conf.set('issue-tracker', issue_tracker)
appdata_conf.set('translate-page', translate_page)
appdata_conf.set('donation-page', donation_page)
appdata_conf.set('gettext-package', gettext_package)
appdata_file = i18n.merge_file(
input: configure_file(
1 change: 1 addition & 0 deletions data/xyz.safeworlds.hiit.metainfo.xml.in.in
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
<url type="homepage">@homepage@</url>
<url type="bugtracker">@issue-tracker@</url>
<url type="translate">@translate-page@</url>
<url type="donation">@donation-page@</url>
<content_rating type="oars-1.1" />
<requires>
<display_length>300</display_length>
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -13,7 +13,8 @@ base_id = 'xyz.safeworlds.hiit'
homepage = 'https://github.com/mfep/exercise-timer'
issue_tracker = homepage + '/issues'
translate_page = 'https://hosted.weblate.org/projects/exercise-timer/exercise-timer/'
copyright = '© 2023-2024 Exercise Timer developers'
donation_page = 'https://ko-fi.com/safeworlds'
copyright = '© 2023-2025 Exercise Timer developers'
developers = ['Lőrinc Serfőző https://the.safeworlds.xyz']
designers = ['Lőrinc Serfőző https://the.safeworlds.xyz']

0 comments on commit 3f14bb9

Please sign in to comment.