Skip to content

Commit 7c7e35e

Browse files
linkmauvemike8699
authored andcommitted
GTK: Add a metainfo file for Flathub
1 parent a86a610 commit 7c7e35e

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

desmume/src/frontend/posix/gtk/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ executable('desmume',
3535
install: true,
3636
)
3737

38-
install_data('desmume.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
38+
install_data('org.desmume.DeSmuME.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
39+
install_data('org.desmume.DeSmuME.metainfo.xml', install_dir: join_paths(get_option('datadir'), 'metainfo'))
3940
install_data('DeSmuME.svg', install_dir: join_paths(get_option('datadir'), 'pixmaps'))
4041
install_data('doc/desmume.1', install_dir: join_paths(get_option('datadir'), 'man', 'man1'))
File renamed without changes.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>org.desmume.DeSmuME</id>
4+
<name>DeSmuME</name>
5+
<summary>Nintendo DS emulator</summary>
6+
<project_license>GPL-2.0-or-later</project_license>
7+
<metadata_license>CC0-1.0</metadata_license>
8+
<developer_name>DeSmuME Team</developer_name>
9+
<update_contact>linkmauve_AT_linkmauve.fr</update_contact>
10+
<launchable type="desktop-id">org.desmume.DeSmuME.desktop</launchable>
11+
12+
<url type="homepage">http://desmume.org</url>
13+
<url type="bugtracker">https://github.com/TASVideos/desmume/issues</url>
14+
15+
<description>
16+
<p>
17+
DeSmuME is a Nintendo DS emulator.
18+
</p>
19+
</description>
20+
21+
<provides>
22+
<binary>desmume</binary>
23+
</provides>
24+
25+
<screenshots>
26+
<screenshot type="default">
27+
<image>https://linkmauve.fr/files/desmume-pokémon.png</image>
28+
<caption>DeSmuME running Pokémon Heart Gold</caption>
29+
</screenshot>
30+
</screenshots>
31+
32+
<releases>
33+
<release version="0.9.11" date="2015-04-15"/>
34+
</releases>
35+
36+
<content_rating type="oars-1.1"/>
37+
</component>

0 commit comments

Comments
 (0)