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

Metainfo Improvements #143

Merged
merged 2 commits into from
May 16, 2024
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
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
i18n.merge_file (
input: 'shortcut-overlay.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
input: 'shortcut-overlay.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
type: 'xml',
install: true,
Expand Down
116 changes: 0 additions & 116 deletions data/shortcut-overlay.appdata.xml.in

This file was deleted.

92 changes: 92 additions & 0 deletions data/shortcut-overlay.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019-2024 elementary, Inc. <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.shortcut-overlay</id>
<launchable type="desktop-id">io.elementary.shortcut-overlay</launchable>
<translation type="gettext">io.elementary.shortcut-overlay</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>

<name>Shortcuts</name>
<summary>View system shortcuts</summary>
<description>
<p></p>
</description>

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

<content_rating type="oars-1.1" />

<provides>
<binary>io.elementary.shortcut-overlay</binary>
</provides>

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

<developer id="org.elementaryos">
<name>elementary, Inc.</name>
</developer>
<project_group>elementary</project_group>
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="2.0.1" date="2022-10-26">
<description>
<ul>
<li>Show in the applications menu</li>
<li>Replace keyboard settings button with a labeled link button</li>
<li>Show on-screen keyboard shortcut</li>
<li>Close with the shortcut Ctrl + Q</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.0.0" date="2022-05-12" urgency="low">
<description>
<ul>
<li>Update for OS 7 and Gtk 4</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="1.2.1" date="2021-10-29" urgency="low">
<description>
<ul>
<li>Fix the app not launching if a shortcut key is set to blank</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="1.2.0" date="2021-07-14" urgency="medium">
<description>
<ul>
<li>Add screenshot shortcuts</li>
<li>Fix issues with multiple windows</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="1.1.2" date="2020-05-28" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="1.1.1" date="2020-04-02" urgency="medium" />
<release version="1.1.0" date="2019-11-15" urgency="medium" />
</releases>
</component>
2 changes: 1 addition & 1 deletion po/extra/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data/shortcut-overlay.desktop.in
data/shortcut-overlay.appdata.xml.in
data/shortcut-overlay.metainfo.xml.in