Skip to content
Merged
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
98 changes: 51 additions & 47 deletions data/feedback.appdata.xml.in → data/feedback.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019–2021 elementary, Inc. <contact@elementary.io> -->
<!-- Copyright 2019–2022 elementary, Inc. <contact@elementary.io> -->
<component type="desktop-application">
<id>io.elementary.feedback</id>
<launchable type="desktop-id">io.elementary.feedback.desktop</launchable>
<translation type="gettext">io.elementary.feedback</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>

<name>Feedback</name>
<summary></summary>
<summary>File issue reports</summary>
<description>
<p></p>
<p>Browse installed components by category and quickly find their online issue trackers.</p>
</description>

<screenshots>
<screenshot type="default">
<caption>Filter components by category</caption>
<image>https://raw.githubusercontent.com/elementary/feedback/6.1.2/data/screenshot.png</image>
</screenshot>
<screenshot>
<caption>Select from a list with icons</caption>
<image>https://raw.githubusercontent.com/elementary/feedback/6.1.2/data/screenshot-settings.png</image>
</screenshot>
</screenshots>

<branding>
<color type="primary">#68b723</color>
<color type="primary" scheme_preference="light">#3a9104</color>
<color type="primary" scheme_preference="dark">#9bdb4d</color>
</branding>

<content_rating type="oars-1.1" />

<provides>
<binary>io.elementary.feedback</binary>
</provides>

<recommends>
<display_length compare="ge">420</display_length>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>

<url type="homepage">https://elementary.io/</url>
<url type="bugtracker">https://github.com/elementary/feedback/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://github.com/elementary/feedback/discussions</url>
<url type="translate">https://l10n.elementary.io/projects/feedback</url>

<developer_name>elementary, Inc.</developer_name>
<project_group>elementary</project_group>
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="6.1.2" date="2022-12-05" urgency="medium">
<description>
Expand All @@ -33,6 +79,7 @@
</ul>
</description>
</release>

<release version="6.1.0" date="2021-07-26" urgency="medium">
<description>
<p>Improvements:</p>
Expand All @@ -45,6 +92,7 @@
</ul>
</description>
</release>

<release version="6.0.0" date="2020-07-15" urgency="medium">
<description>
<p>Improvements:</p>
Expand All @@ -61,48 +109,4 @@
</description>
</release>
</releases>
<provides>
<binary>io.elementary.feedback</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot-settings.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<translation type="gettext">io.elementary.feedback</translation>
<developer_name>elementary, Inc.</developer_name>
<url type="homepage">http://elementary.io</url>
<url type="bugtracker">https://github.com/elementary/feedback/issues</url>
</component>
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ i18n.merge_file(
)

i18n.merge_file(
input: 'feedback.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
input: 'feedback.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
type: 'xml',
install: true,
Expand Down
2 changes: 1 addition & 1 deletion po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/feedback.appdata.xml.in
data/feedback.metainfo.xml.in
data/feedback.desktop.in