Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata and meson related changes #74

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 5 additions & 21 deletions data/io.github.remindersdevs.Reminders.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<content_rating type="oars-1.1"/>

<developer_name translatable="yes">Reminders Developers</developer_name>
<developer id="io.github.remindersdevs">
<name translatable="yes">Reminders Developers</name>
</developer>
<update_contact>dgsasha04_at_gmail.com</update_contact>

<name>Reminders</name>
Expand Down Expand Up @@ -46,26 +49,6 @@
<control>touch</control>
</recommends>

<categories>
<category>GNOME</category>
<category>GTK</category>
<category>Office</category>
<category>ProjectManagement</category>
</categories>

<keywords>
<keyword>Todo</keyword>
<keyword>Productivity</keyword>
<keyword>Task</keyword>
<keyword>Planning</keyword>
<keyword>Planner</keyword>
<keyword>Time</keyword>
<keyword>Management</keyword>
<keyword>Reminder</keyword>
<keyword>Remembrance</keyword>
<keyword>Reminders</keyword>
</keywords>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/dgsasha/remembrance/c582346fdf564104042e67f329ea2caa5793920d/screenshot-dark.png</image>
Expand All @@ -77,9 +60,10 @@

<translation type="gettext">@APP_EXECUTABLE@</translation>

<url type="translate">https://hosted.weblate.org/engage/reminders</url>
<url type="homepage">https://github.com/dgsasha/remembrance</url>
<url type="bugtracker">https://github.com/dgsasha/remembrance/issues</url>
<url type="vcs-browser">https://github.com/dgsasha/remembrance</url>
<url type="translate">https://hosted.weblate.org/engage/reminders</url>
<releases>
<release version="5.0" date="2023-05-03">
<description>
Expand Down
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if appstreamcli.found()
test(
'Validate appstream file',
appstreamcli,
args: ['validate', '--no-net', appstream]
args: ['validate', '--no-net', '--explain', appstream]
)
endif

Expand Down