Skip to content

Commit 67ca91c

Browse files
committed
add metadata
1 parent 08f9d5b commit 67ca91c

3 files changed

Lines changed: 178 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
5+
Name=Photobooth
6+
Comment=Test
7+
Categories=Graphics;Amusement;
8+
9+
Icon=io.github.saeugetier.photobooth
10+
Exec=qtbooth
11+
Terminal=false
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<component type="desktop-application">
3+
<id>io.github.saeugetier.photobooth</id>
4+
<name>Photobooth</name>
5+
<developer id="io.github.saeugetier">
6+
<name>Timm Eversmeyer</name>
7+
</developer>
8+
<summary>A photobooth application.</summary>
9+
<description>
10+
<p>Photobooth is a photobooth application designed to be used with a camera and a printer. Features:</p>
11+
<ul>
12+
<li>Capture photos via a camera</li>
13+
<li>Create collage from captured photos.</li>
14+
<li>Print single photos or collages</li>
15+
<li>View and reprint captures in a gallery</li>
16+
<li>Background removal via neural network or green screen.</li>
17+
<li>Selectable image filter effects</li>
18+
</ul>
19+
</description>
20+
<supports>
21+
<control>pointing</control>
22+
<control>keyboard</control>
23+
<control>touch</control>
24+
</supports>
25+
<content_rating type="oars-1.1" />
26+
<project_license>GPL-3.0</project_license>
27+
<metadata_license>CC0-1.0</metadata_license>
28+
<url type="homepage">https://saeugetier.github.io/photobooth/</url>
29+
<launchable type="desktop-id">io.github.saeugetier.photobooth.desktop</launchable>
30+
31+
<screenshots>
32+
<screenshot type="default">
33+
<image>https://raw.githubusercontent.com/saeugetier/photobooth/refs/heads/feature/139-compile-flatpak-package/screenshots/Main.png</image>
34+
<caption>Main page</caption>
35+
</screenshot>
36+
</screenshots>
37+
38+
<releases>
39+
<release version="0.7.0" date="2025-05-11">
40+
<description translate="no">
41+
<p>Initial release with flatpak</p>
42+
</description>
43+
</release>
44+
</releases>
45+
</component>
Lines changed: 122 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)