Skip to content

Commit 376fb4b

Browse files
zefr0xsebastinas
authored andcommitted
build(appdata): add more data and apply linter recommendations
This is a preparation for Flatpak packaging in Flathub. To align with Flathub's quality guidelines as possible, we still need to define brand colors and have better screenshots (preferably with different languages, not just English). Read: - https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#brand-colors - https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines#screenshots
1 parent bababd8 commit 376fb4b

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

data/org.pwmt.zathura.appdata.xml.in

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
<id>org.pwmt.zathura</id>
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>Zlib</project_license>
7+
<developer id="org.pwmt">
8+
<name>pwmt</name>
9+
</developer>
710
<name>Zathura</name>
8-
<summary>A minimalistic document viewer</summary>
11+
<summary>Minimalistic document viewer</summary>
912
<description>
1013
<p>
1114
Zathura is a highly customizable and functional document viewer. It
@@ -27,25 +30,39 @@
2730
<launchable type="desktop-id">org.pwmt.zathura.desktop</launchable>
2831
<url type="homepage">https://pwmt.org/projects/zathura</url>
2932
<url type="bugtracker">https://github.com/pwmt/zathura/issues</url>
33+
<url type="donation">https://pwmt.org/help/donate</url>
34+
<url type="contact">https://pwmt.org/contact</url>
35+
<url type="translate">https://github.com/pwmt/zathura/tree/develop/po</url>
36+
<url type="vcs-browser">https://github.com/pwmt/zathura</url>
37+
<url type="help">https://pwmt.org/projects/zathura/documentation/</url>
3038
<screenshots>
3139
<screenshot type="default">
3240
<image>https://pwmt.org/static/img/zathura-cover.png</image>
41+
<caption>Reading a PDF file</caption>
3342
</screenshot>
3443
<screenshot>
3544
<image>https://pwmt.org/static/img/zathura-completion.png</image>
45+
<caption>Opening a file with the `open` command</caption>
3646
</screenshot>
3747
<screenshot>
3848
<image>https://pwmt.org/static/img/zathura-follow.png</image>
49+
<caption>Following links</caption>
3950
</screenshot>
4051
<screenshot>
4152
<image>https://pwmt.org/static/img/zathura-bookmarks.png</image>
53+
<caption>Listing and selecting bookmakrs</caption>
4254
</screenshot>
4355
</screenshots>
4456
<translation type="gettext">zathura</translation>
4557
<provides>
4658
<binary>zathura</binary>
4759
</provides>
48-
<content_rating type="oars-1.0" />
60+
<content_rating type="oars-1.1" />
61+
<recommends>
62+
<control>keyboard</control>
63+
<control>pointing</control>
64+
<control>touch</control>
65+
</recommends>
4966
<releases>
5067
<release version="0.5.12" date="2025-07-03">
5168
<description>
@@ -131,12 +148,12 @@
131148
</release>
132149
<release version="0.5.1" date="2022-09-09">
133150
<description>
134-
<p>seccomp: Make glibc fallback to clone instead of using clone3</p>
151+
<p>`seccomp`: Make glibc fallback to clone instead of using clone3</p>
135152
</description>
136153
</release>
137154
<release version="0.5.0" date="2022-09-08">
138155
<description>
139-
<p>magic is now a required dependency</p>
156+
<p>`magic` is now a required dependency</p>
140157
<p>Various fixes and improvements</p>
141158
</description>
142159
</release>
@@ -524,7 +541,7 @@
524541
<p>Configureable modes</p>
525542
<p>Smooth scrolling</p>
526543
<p>Extended statusbar string manipulation</p>
527-
<p>function</p>
544+
<p>`function`</p>
528545
<p>Strip executable</p>
529546
<p>Updated manpage</p>
530547
</description>
@@ -536,10 +553,10 @@
536553
<p>Updated the behaviour of sc_scroll</p>
537554
<p>Half/Full-page scrolling</p>
538555
<p>Check document health in sc_reload</p>
539-
<p>tabbed support</p>
556+
<p>`tabbed` support</p>
540557
<p>Define look with the set function</p>
541558
<p>Implemented map function</p>
542-
<p>zathurarc file</p>
559+
<p>`zathurarc` file</p>
543560
<p>Prevent buffer overflow in realpath</p>
544561
<p>Strip executeable</p>
545562
<p>Key evaluation when buffer is not empty</p>
@@ -595,7 +612,7 @@
595612
<p>Marker support</p>
596613
<p>Highlight search results</p>
597614
<p>Buffered commands</p>
598-
<p>set Function</p>
615+
<p>`set` Function</p>
599616
<p>Revert video function</p>
600617
<p>Command completion</p>
601618
</description>

0 commit comments

Comments
 (0)