-
Notifications
You must be signed in to change notification settings - Fork 7
/
org.flatpak.qtdemo.appdata.xml
43 lines (43 loc) · 2.76 KB
/
org.flatpak.qtdemo.appdata.xml
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
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>org.flatpak.qtdemo</id>
<developer_name>Flathub</developer_name>
<launchable type="desktop-id">org.flatpak.qtdemo.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.0+</project_license>
<name>Flatpak Developer Demo</name>
<summary>Flatpak Developer Demo</summary>
<description>
<p>Flatpak developer demo application is a companion to the Flatpak developer documentation. It is an example of how to use Flatpak to build and distribute an application, and can be used as a reference implementation.</p>
<p xml:lang="en-GB">Flatpak developer demo application is a companion to the Flatpak developer documentation. It is an example of how to use Flatpak to build and distribute an application, and can be used as a reference implementation.</p>
<p>While the demo application uses Qt and the KDE runtime, the basic principles that it demonstrates are applicable to applications that use other runtimes and toolkits.</p>
<p xml:lang="en-GB">While the demo application uses Qt and the KDE runtime, the basic principles that it demonstrates are applicable to applications that use other runtimes and toolkits.</p>
<p>The application demonstrates the use of portals, showing how it is possible to securely access host functions like file choosers, notifications and screenshots. To do this, it uses the built-in support provided by the Qt toolkit. Similar support is also available for GTK.</p>
<p xml:lang="en-GB">The application demonstrates the use of portals, showing how it is possible to securely access host functions like file choosers, notifications and screenshots. To do this, it uses the built-in support provided by the Qt toolkit. Similar support is also available for GTK.</p>
</description>
<releases>
<release version="1.1.3" date="2018-10-22"/>
<release version="1.1.2" date="2018-05-18"/>
<release version="1.1.1" date="2018-05-18"/>
<release version="1.1.0" date="2018-05-14"/>
<release version="1.0.0" date="2018-05-09"/>
</releases>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/flatpak/qt-flatpak-demo/master/assets/screenshot.png</image>
</screenshot>
</screenshots>
<categories>
<category>Documentation</category>
<category>Development</category>
<category>Qt</category>
</categories>
<url type="homepage">https://github.com/flatpak/qt-flatpak-demo</url>
<url type="bugtracker">https://github.com/flatpak/qt-flatpak-demo/issues</url>
<project_group>Flatpak</project_group>
<update_contact>jgrulich_AT_redhat.com</update_contact>
<provides>
<binary>flatpak-demo</binary>
</provides>
<content_rating type="oars-1.1"/>
</component>