Skip to content

Commit 54eff8d

Browse files
committed
Add common Linux app metadata (used for Flatpak)
1 parent aafd00e commit 54eff8d

3 files changed

Lines changed: 106 additions & 0 deletions

File tree

Quelea/icons/logo512.png

12 KB
Loading

flatpak/org.quelea.Quelea.desktop

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Terminal=false
3+
Categories=AudioVideo;
4+
Keywords=church;projection;media;multimedia;video;song;hymn;lyrics
5+
Type=Application
6+
Name=Quelea
7+
Icon=org.quelea.Quelea
8+
Comment=Projection software for churches
9+
Exec=quelea
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2025 Ebbe Zeinstra -->
3+
<component type="desktop-application">
4+
5+
<id>org.quelea.Quelea</id>
6+
7+
<metadata_license>CC0-1.0</metadata_license>
8+
<project_license>GPL-3.0</project_license>
9+
10+
<name>Quelea</name>
11+
<summary>Open source projection software for churches</summary>
12+
13+
<developer id="org.quelea">
14+
<name>Michael Berry</name>
15+
</developer>
16+
17+
<description>
18+
<p>Quelea is an open source projection application specifically tailored for churches.</p>
19+
20+
<p>With one dashboard you have an overview for the entire church service and can control
21+
which songs, bible texts, images and more multimedia you want to project on the big screen.</p>
22+
</description>
23+
24+
<launchable type="desktop-id">org.quelea.Quelea.desktop</launchable>
25+
26+
<branding>
27+
<color type="primary" scheme_preference="light">#05BAFC</color>
28+
<color type="primary" scheme_preference="dark">#3C6788</color>
29+
</branding>
30+
31+
<content_rating type="oars-1.1" />
32+
33+
<url type="bugtracker">https://github.com/quelea-projection/Quelea/issues</url>
34+
<url type="homepage">https://quelea.org/</url>
35+
<url type="contact">https://quelea.discourse.group</url>
36+
<url type="faq">https://quelea-projection.github.io/docs/FAQ_(Frequently_Asked_Questions)</url>
37+
<url type="translate">https://quelea-projection.github.io/lang/</url>
38+
<url type="contribute">https://github.com/quelea-projection/Quelea/blob/master/CONTRIBUTING.md</url>
39+
<url type="vcs-browser">https://github.com/quelea-projection/Quelea</url>
40+
41+
<screenshots>
42+
<screenshot type="default">
43+
<image>https://raw.githubusercontent.com/quelea-projection/Quelea/e00d97b97ec8f8ddc3edd5f90bc7f24716601656/screenshot.png</image>
44+
<caption>Main Quelea dashboard view</caption>
45+
</screenshot>
46+
</screenshots>
47+
48+
<recommends>
49+
<control>keyboard</control>
50+
<control>pointing</control>
51+
<display_length compare="ge">768</display_length>
52+
</recommends>
53+
54+
<releases>
55+
<release version="2024.1" date="2024-05-11">
56+
<url type="details">https://github.com/quelea-projection/Quelea/blob/master/Quelea/changelogs/changelog-2024.1.txt</url>
57+
<description>
58+
<p>Quelea (2024.1) stable</p>
59+
<ul>
60+
<li>Various minor bugfixes</li>
61+
<li>Upgrade to Java21 and OpenJFX 21</li>
62+
<li>Default translations now used when adding song via server</li>
63+
<li>Support for bible book names in chapters in Zefania XML import</li>
64+
</ul>
65+
</description>
66+
</release>
67+
<release version="2024.0" date="2024-01-06">
68+
<url type="details">https://github.com/quelea-projection/Quelea/blob/master/Quelea/changelogs/changelog-2024.0.txt</url>
69+
<description>
70+
<p>Quelea (2024.0) stable</p>
71+
<ul>
72+
<li>Migrate to GStreamer for video playback</li>
73+
<li>Videos can now be played in preview windows</li>
74+
<li>Video backgrounds now animate in preview windows</li>
75+
<li>Include all item types in printed order of service schedule</li>
76+
<li>Allow renaming of image group</li>
77+
<li>Videos can now be dragged onto a schedule like images</li>
78+
<li>Song information can now be shown on first, last or all slides</li>
79+
<li>Prevent blacked stage view option</li>
80+
<li>Regression: VLCARG files will no longer work (afraid this is a necessary casualty of moving to GStreamer)</li>
81+
<li>Logo display now supports video files</li>
82+
<li>Unsupported videos now have clear unsupported preview image</li>
83+
<li>Allow multiple selection in song database</li>
84+
<li>Critical fix: Using the French language no longer crashes Quelea when opening the options dialog</li>
85+
<li>Various minor bugfixes</li>
86+
</ul>
87+
</description>
88+
</release>
89+
<release version="2022.0" date="2022-04-29" />
90+
<release version="2021.0" date="2021-10-09" />
91+
<release version="2020.0" date="2020-08-19" />
92+
<release version="2019.1" date="2019-07-09" />
93+
<release version="2019.0" date="2019-03-11" />
94+
<release version="2018.1" date="2018-06-07" />
95+
<release version="2018.0" date="2018-05-31" />
96+
</releases>
97+
</component>

0 commit comments

Comments
 (0)