mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
036364f4d4
Pixiewood expects well-formed XML files, whose tags match the AppStream namespace. Note that AppStream itself does not do this, so picking a prefix for the namespace is fine for pixiewood but not AppStream.
43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component xmlns="https://specifications.freedesktop.org/metainfo/1.0" type="desktop">
|
|
<id>org.gtk.Demo4</id>
|
|
<launchable type="desktop-id">org.gtk.Demo4.desktop</launchable>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>LGPL-2.1-or-later</project_license>
|
|
<name>GTK Demo</name>
|
|
<summary>Program to demonstrate GTK functions</summary>
|
|
<description>
|
|
<p>
|
|
GTK Demo is a collection of examples that demonstrate the major
|
|
features of the GTK toolkit.
|
|
</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot>
|
|
<image>https://static.gnome.org/appdata/gtk4-demo/gtk-demo1.png</image>
|
|
<caption>The main window</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://static.gnome.org/appdata/gtk4-demo/gtk-demo2.png</image>
|
|
<caption>An example</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<kudos>
|
|
<kudo>AppMenu</kudo>
|
|
<kudo>HiDpiIcon</kudo>
|
|
<kudo>ModernToolkit</kudo>
|
|
</kudos>
|
|
<url type="homepage">https://www.gtk.org</url>
|
|
<translation type="gettext">gtk-4.0</translation>
|
|
<update_contact>matthias.clasen_at_gmail.com</update_contact>
|
|
<developer_name>Matthias Clasen and others</developer_name>
|
|
<content_rating type="oars-1.1"/>
|
|
<releases>
|
|
<release version="@BUILD_VERSION@">
|
|
<description>
|
|
<p>A new build of GTK.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|