|
4 | 4 | <launchable type="desktop-id">org.flatpak.qtdemo.desktop</launchable>
|
5 | 5 | <metadata_license>CC0-1.0</metadata_license>
|
6 | 6 | <project_license>LGPL-2.0+</project_license>
|
7 |
| - <name>Flatpak Demo</name> |
8 |
| - <summary>Flatpak Demo</summary> |
| 7 | + <name>Flatpak Developer Demo</name> |
| 8 | + <summary>Flatpak Developer Demo</summary> |
9 | 9 | <description>
|
10 |
| - <p>Flatpak demo application written in Qt</p> |
| 10 | + <p>Flatpak developer demo application is a companion to the <a href="http://docs.flatpak.org">Flatpak developer documentation</a>. It is an example of how to use Flatpak to build and distribute an application, and can be used as a reference implementation.</p> |
| 11 | + <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> |
| 12 | + <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> |
11 | 13 | </description>
|
12 | 14 | <releases>
|
13 |
| - <release version="1.0" type="stable" date="2018-05-09"/> |
| 15 | + <release version="1.1.1" type="stable" date="2018-05-15"/> |
| 16 | + <release version="1.1.0" type="stable" date="2018-05-14"/> |
| 17 | + <release version="1.0.0" type="stable" date="2018-05-09"/> |
14 | 18 | </releases>
|
15 | 19 | <screenshots>
|
16 | 20 | <screenshot type="default">
|
17 | 21 | <image type="source">https://raw.githubusercontent.com/flatpak/qt-flatpak-demo/master/assets/screenshot.png</image>
|
18 | 22 | </screenshot>
|
19 | 23 | </screenshots>
|
| 24 | + <categories> |
| 25 | + <category>Documentation</category> |
| 26 | + <category>Development</category> |
| 27 | + <category>Qt</category> |
| 28 | + </categories> |
20 | 29 | <url type="bugtracker">https://github.com/flatpak/qt-flatpak-demo/issues</url>
|
21 | 30 | <project_group>Flatpak</project_group>
|
22 | 31 | <provides>
|
|
0 commit comments