Skip to content

Commit baf1f76

Browse files
authored
Merge pull request #104 from tfuxu/better-metainfo
Update metainfo file
2 parents eb9bf92 + 6d04f9f commit baf1f76

File tree

1 file changed

+49
-51
lines changed

1 file changed

+49
-51
lines changed

data/com.ranfdev.Geopard.metainfo.xml.in.in

Lines changed: 49 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,82 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Lorenzo Miglietta 2022 <[email protected]> -->
32
<component type="desktop-application">
43
<id>@app-id@</id>
4+
<name translate="no">Geopard</name>
5+
<summary>Browse Gemini pages</summary>
6+
<developer id="com.ranfdev">
7+
<name translate="no">Lorenzo Miglietta</name>
8+
</developer>
9+
10+
<launchable type="desktop-id">@[email protected]</launchable>
11+
<translation type="gettext">@gettext-package@</translation>
512
<metadata_license>CC0</metadata_license>
6-
<project_license>GPL-3.0+</project_license>
7-
<name>Geopard</name>
8-
<summary>Browse gemini pages</summary>
13+
<project_license>GPL-3.0-or-later</project_license>
14+
<update_contact>[email protected]</update_contact>
15+
<content_rating type="oars-1.1"/>
16+
917
<description>
10-
<p>Geopard is a browser for the gemini protocol, that is, a lighter alternative to the web.
11-
Use Geopard to browse the space and reach hundreds of gemini capsules! Read stories, download files, play games...</p>
12-
<p>Features</p>
18+
<p>Geopard is a browser for the Gemini protocol, that is, a lighter alternative to the web.
19+
Use Geopard to browse the space and reach hundreds of Gemini capsules! Read stories, download files, play games...</p>
20+
21+
<p>Features:</p>
22+
1323
<ul>
1424
<li>
1525
Colors!
1626
The browser will have a different color for each domain you visit.
1727
</li>
1828
<li>
19-
Fast (async core + caching).
29+
Fast (async core + caching):
2030
Streams content by default. That means you can open pages even when you have
2131
connection speeds of Kb/s.
22-
It also caches pages in the history, so you can go back in an instant
32+
It also caches pages in the history, so you can go back/forward in an instant
2333
</li>
2434
<li>
25-
Can download binary files.
35+
Can download binary files:
2636
The download will start as soon as you open the corresponding link.
2737
You can always cancel it by opening another page.
2838
</li>
29-
<li>Bookmarks</li>
30-
<li>Search</li>
3139
</ul>
3240
</description>
3341

3442
<screenshots>
35-
<screenshot type="default" height="722" width="1022">
36-
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image>
43+
<screenshot type="default">
44+
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image>
3745
</screenshot>
38-
<screenshot height="752" width="442">
39-
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image>
46+
<screenshot>
47+
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image>
4048
</screenshot>
41-
<screenshot height="752" width="442">
42-
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image>
49+
<screenshot>
50+
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image>
4351
</screenshot>
4452
</screenshots>
4553

46-
47-
4854
<url type="homepage">https://ranfdev.com/projects/Geopard</url>
4955
<url type="bugtracker">https://github.com/ranfdev/Geopard/issues/</url>
5056
<url type="donation">https://github.com/sponsors/ranfdev</url>
51-
<content_rating type="oars-1.0" />
57+
58+
<kudos>
59+
<!--
60+
GNOME Software kudos:
61+
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
62+
-->
63+
<kudo>ModernToolkit</kudo>
64+
<kudo>HiDpiIcon</kudo>
65+
</kudos>
66+
67+
<supports>
68+
<control>keyboard</control>
69+
<control>pointing</control>
70+
<control>touch</control>
71+
</supports>
72+
73+
<requires>
74+
<display_length compare="ge">360</display_length>
75+
</requires>
76+
77+
<custom>
78+
<value key="Purism::form_factor">mobile</value>
79+
</custom>
5280

5381
<releases>
5482
<release version="1.4.0" date="2023-03-23">
@@ -123,34 +151,4 @@
123151
</description>
124152
</release>
125153
</releases>
126-
127-
<kudos>
128-
<!--
129-
GNOME Software kudos:
130-
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
131-
-->
132-
<kudo>ModernToolkit</kudo>
133-
<kudo>HiDpiIcon</kudo>
134-
</kudos>
135-
136-
<recommends>
137-
<control>keyboard</control>
138-
<control>pointing</control>
139-
<control>touch</control>
140-
</recommends>
141-
142-
<requires>
143-
<display_length compare="ge">small</display_length>
144-
</requires>
145-
146-
<custom>
147-
<value key="Purism::form_factor">workstation</value>
148-
<value key="Purism::form_factor">mobile</value>
149-
</custom>
150-
151-
152-
<developer_name>Lorenzo Miglietta</developer_name>
153-
<update_contact>[email protected]</update_contact>
154-
<translation type="gettext">@gettext-package@</translation>
155-
<launchable type="desktop-id">@[email protected]</launchable>
156154
</component>

0 commit comments

Comments
 (0)