File: org.gnome.Sysprof.metainfo.xml.in.in

package info (click to toggle)
sysprof 49.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,992 kB
  • sloc: ansic: 73,989; xml: 171; cpp: 49; sh: 32; makefile: 31; javascript: 6
file content (55 lines) | stat: -rw-r--r-- 1,885 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>@APP_ID@</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>Christian Hergert</developer_name>
  <developer id="org.gnome">
    <name>Christian Hergert</name>
  </developer>

  <description>
    <p>Sysprof allows you to profile applications to aid in debugging and optimization.</p>
  </description>

  <url type="homepage">https://apps.gnome.org/Sysprof/</url>
  <url type="bugtracker">https://gitlab.gnome.org/GNOME/sysprof/issues</url>
  <url type="contribute">https://welcome.gnome.org/app/Sysprof/</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="49.0" date="2025-09-12"/>
  </releases>

  <metadata_license>CC0-1.0</metadata_license>
  <update_contact>chergert_AT_redhat.com</update_contact>
  <content_rating type="oars-1.0" />
</component>