Skip to content

Commit 3acb65a

Browse files
committed
Add flatpak metainfo file
1 parent 81f53ae commit 3acb65a

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>audio.mod.mod_desktop</id>
4+
5+
<name>MOD Desktop</name>
6+
<summary>MOD Audio for the desktop</summary>
7+
<url type="homepage">https://mod.audio</url>
8+
9+
<metadata_license>MIT</metadata_license>
10+
<project_license>AGPL-3.0-or-later</project_license>
11+
12+
<supports>
13+
<control>pointing</control>
14+
<control>keyboard</control>
15+
<control>touch</control>
16+
</supports>
17+
18+
<description>
19+
<p>The mod universe, now for Desktops free, as in beer too</p>
20+
<p>Explore, Create &amp; Play, Sculpt your tone, community-enhanced.</p>
21+
<p>Effortlessly create your dream rigs using a familiar pedalboard workflow, enriched by a vast library of community-driven plugins.</p>
22+
</description>
23+
24+
<launchable type="desktop-id">mod-desktop.desktop</launchable>
25+
<screenshots>
26+
<screenshot type="default">
27+
<image>https://github.com/mod-audio/mod-desktop/raw/main/mod-desktop.png</image>
28+
</screenshot>
29+
<screenshot>
30+
<image>https://github.com/mod-audio/mod-desktop/raw/main/docs/user-files-1.png</image>
31+
</screenshot>
32+
<screenshot>
33+
<image>https://github.com/mod-audio/mod-desktop/raw/main/docs/user-files-2.png</image>
34+
</screenshot>
35+
</screenshots>
36+
</component>

flatpak/audio.mod.mod_desktop.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ modules:
3535
- install -Dm755 mod-desktop.sh ${FLATPAK_DEST}/bin/mod-desktop
3636
- install -Dm644 mod-desktop-git/res/mod-logo.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/mod-desktop.svg
3737
- install -Dm644 mod-desktop-git/utils/linux/mod-desktop.desktop ${FLATPAK_DEST}/share/applications/mod-desktop.desktop
38+
- install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
3839
- desktop-file-edit --set-key Exec --set-value "mod-desktop" ${FLATPAK_DEST}/share/applications/mod-desktop.desktop
3940
- desktop-file-edit --set-key Icon --set-value "mod-desktop" ${FLATPAK_DEST}/share/applications/mod-desktop.desktop
4041
sources:
@@ -58,3 +59,5 @@ modules:
5859
commands:
5960
- cd "/app/opt/mod-desktop"
6061
- exec "$(pwd)/mod-desktop"
62+
- type: file
63+
path: audio.mod.mod_desktop.metainfo.xml

0 commit comments

Comments
 (0)