mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
The newly added developer name syntax appears not implemented across related platforms: GNOME Software, Flathub, etc. There is no harm in using both deprecated and newly introduced tags together, and neither appstream-glib nor appstreamcli fails to validate this usage.
58 lines
1.9 KiB
XML
58 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>@APP_ID@.desktop</id>
|
|
<translation type="gettext">sysprof</translation>
|
|
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
|
|
<name>Sysprof</name>
|
|
<summary>Profile an application or entire system</summary>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<project_group>GNOME</project_group>
|
|
<!-- developer_name tag deprecated with Appstream 1.0 -->
|
|
<developer_name>The GNOME Project</developer_name>
|
|
<developer id="gnome.org">
|
|
<name>The GNOME Project</name>
|
|
</developer>
|
|
|
|
<description>
|
|
<p>Sysprof allows you to profile applications to aid in debugging and optimization.</p>
|
|
</description>
|
|
|
|
<url type="homepage">https://wiki.gnome.org/Apps/Sysprof</url>
|
|
<url type="bugtracker">https://gitlab.gnome.org/GNOME/sysprof/issues</url>
|
|
<url type="donation">https://www.gnome.org/donate/</url>
|
|
<url type="translate">https://l10n.gnome.org/module/sysprof/</url>
|
|
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/sysprof/</url>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://git.gnome.org/browse/sysprof/plain/data/screenshots/sysprof-main-window.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<kudos>
|
|
<kudo>AppMenu</kudo>
|
|
<kudo>HiDpiIcon</kudo>
|
|
<kudo>ModernToolkit</kudo>
|
|
<kudo>UserDocs</kudo>
|
|
</kudos>
|
|
|
|
<provides>
|
|
<binary>sysprof</binary>
|
|
<binary>sysprof-agent</binary>
|
|
<binary>sysprof-cli</binary>
|
|
<dbus type="system">org.gnome.Sysprof2</dbus>
|
|
<dbus type="system">org.gnome.Sysprof3</dbus>
|
|
</provides>
|
|
|
|
<releases>
|
|
<release version="45.1" date="2023-10-24"/>
|
|
<release version="45" date="2023-09-17"/>
|
|
<release version="45~rc" date="2023-09-01"/>
|
|
<release version="45~beta" date="2023-08-07"/>
|
|
</releases>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<update_contact>chergert_AT_redhat.com</update_contact>
|
|
<content_rating type="oars-1.0" />
|
|
</component>
|