Skip to content

Commit

Permalink
Metainfo improvements (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jun 12, 2023
1 parent c4db187 commit 55cbb83
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 66 deletions.
8 changes: 4 additions & 4 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
i18n.merge_file(
input: 'notifications.appdata.xml.in',
output: 'io.elementary.wingpanel.notifications.appdata.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
input: 'notifications.metainfo.xml.in',
output: 'io.elementary.wingpanel.notifications.metainfo.xml',
po_dir: meson.project_source_root() / 'po' / 'extra',
type: 'xml',
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo'),
install_dir: get_option('datadir') / 'metainfo',
)
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019–2022 elementary, Inc. <contact@elementary.io> -->
<!-- Copyright 2019–2023 elementary, Inc. <contact@elementary.io> -->
<component type="addon">
<id>io.elementary.wingpanel.notifications</id>
<translation type="gettext">notifications-indicator</translation>
<extends>io.elementary.wingpanel</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<compulsory_for_desktop>Pantheon</compulsory_for_desktop>

<name>Notifications Indicator</name>
<summary>See missed notifications in the panel</summary>
<icon type="stock">preferences-system-notifications</icon>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-notifications/master/data/screenshot.png</image>
</screenshot>
</screenshots>

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

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

<releases>
<release version="6.0.7" date="2022-10-15" urgency="medium">
<description>
Expand All @@ -28,6 +50,7 @@
</ul>
</description>
</release>

<release version="6.0.5" date="2022-07-03" urgency="medium">
<description>
<p>Fixes:</p>
Expand All @@ -41,6 +64,7 @@
</ul>
</description>
</release>

<release version="6.0.4" date="2021-12-17" urgency="medium">
<description>
<p>Fixes:</p>
Expand All @@ -53,6 +77,7 @@
</ul>
</description>
</release>

<release version="6.0.3" date="2021-12-10" urgency="medium">
<description>
<p>Fixes:</p>
Expand All @@ -65,65 +90,11 @@
</ul>
</description>
</release>
<release version="6.0.2" date="2021-10-26" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="6.0.1" date="2021-09-27" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Use app name as fallback title</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="6.0.0" date="2021-07-15" urgency="medium">
<description>
<p>Complete redesign:</p>
<ul>
<li>Multitouch gestures to dismiss notifications</li>
<li>Close button on each notification</li>
<li>Show images and badged icons</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Show tooltip on hover </li>
<li>Performance improvements</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.1.4" date="2020-04-01" urgency="medium">
<description>
<p>Fix issues with disappearing notifications</p>
<p>Updated translations</p>
</description>
</release>
<release version="2.1.3" date="2019-11-25" urgency="medium">
<description>
<p>Fix a minor visual inconsistency</p>
<p>Updated translations</p>
</description>
</release>

<release version="6.0.2" date="2021-10-26" urgency="medium" />
<release version="6.0.1" date="2021-09-27" urgency="medium" />
<release version="6.0.0" date="2021-07-15" urgency="medium" />
<release version="2.1.4" date="2020-04-01" urgency="medium" />
<release version="2.1.3" date="2019-11-25" urgency="medium" />
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-notifications/master/data/screenshot.png</image>
</screenshot>
</screenshots>
<developer_name>elementary, Inc.</developer_name>
<url type="homepage">https://elementary.io/</url>
<url type="bugtracker">https://github.com/elementary/wingpanel-indicator-notifications/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://elementaryos.stackexchange.com/questions/tagged/wingpanel</url>
<url type="translate">https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-notifications/</url>
<update_contact>contact_AT_elementary.io</update_contact>
<metadata_license>CC0-1.0</metadata_license>
<project_group>elementary</project_group>
<project_license>GPL-3.0+</project_license>
</component>
2 changes: 1 addition & 1 deletion po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data/notifications.appdata.xml.in
data/notifications.metainfo.xml.in

0 comments on commit 55cbb83

Please sign in to comment.