Commit d88a03e63c334896ca1b1a720d47cb776911d916
1 parent
56a67e58
Exists in
master
and in
2 other branches
Playing with appdata.
Showing
1 changed file
with
17 additions
and
19 deletions
Show diff stats
branding/appdata.xml.in
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<component type="desktop"> | |
3 | - <id>br.com.bb.pw3270</id> | |
4 | - <name>3270 Terminal</name> | |
5 | - <name xml:lang="pt_BR">Terminal 3270</name> | |
2 | +<application> | |
3 | + | |
4 | + <id type="desktop">@PRODUCT_NAME@.desktop</id> | |
5 | + | |
6 | + <metadata_license>CC0-1.0</metadata_license> | |
7 | + <project_license>LGPL-3.0</project_license> | |
8 | + | |
6 | 9 | <summary>IBM 3270 Terminal emulator</summary> |
7 | 10 | <summary xml:lang="pt_BR">Emulador de terminal IBM 3270</summary> |
11 | + | |
8 | 12 | <developer_name>perry.werneck@gmail.com</developer_name> |
9 | - <description> | |
10 | - <p> | |
11 | - GTK Based 3270 terminal emulator | |
12 | - pw3270 is a modern, GTK-based, completely free tn3270 emulator. | |
13 | 13 | |
14 | - Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide. | |
15 | - </p> | |
14 | + <description> | |
15 | + <p>GTK Based 3270 terminal emulator</p> | |
16 | + <p>pw3270 is a modern, GTK-based, completely free tn3270 emulator.</p> | |
17 | + <p>Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide.</p> | |
16 | 18 | </description> |
17 | 19 | |
18 | - <metadata_license>CC0-1.0</metadata_license> | |
19 | - <project_license>LGPL-3.0</project_license> | |
20 | - | |
21 | 20 | <url type="bugtracker">https://github.com/PerryWerneck/pw3270/issues</url> |
22 | 21 | <url type="homepage">https://github.com/PerryWerneck/pw3270</url> |
23 | - <project_group>GNOME</project_group> | |
24 | - | |
25 | - <launchable type="desktop-id">@PRODUCT_NAME@.desktop</launchable> | |
26 | 22 | |
27 | 23 | <screenshots> |
28 | 24 | <screenshot type="default"> |
29 | 25 | <caption>@PRODUCT_NAME@</caption> |
30 | - <image height="600" width="600">https://raw.githubusercontent.com/PerryWerneck/pw3270/master/branding/pw3270-logo.svg</image> | |
26 | + <image height="600" width="600">https://raw.githubusercontent.com/PerryWerneck/pw3270/master/branding/pw3270.svg</image> | |
31 | 27 | </screenshot> |
32 | 28 | </screenshots> |
33 | 29 | |
34 | 30 | <update_contact>perry.werneck@gmail.com</update_contact> |
35 | 31 | |
36 | 32 | <provides> |
37 | - <id>@PRODUCT_NAME@pw32.desktop</id> | |
33 | + <binary>@PRODUCT_NAME@</binary> | |
38 | 34 | </provides> |
39 | -</component> | |
35 | + | |
36 | + | |
37 | +</application> | ... | ... |