summaryrefslogtreecommitdiff
path: root/dist/yuzu.xml
diff options
context:
space:
mode:
authorGravatar Andrea Pappacoda2022-04-28 23:24:19 +0200
committerGravatar Andrea Pappacoda2022-04-29 13:05:55 +0200
commit073df3d7eb59ea73f652927a637e2a3f99a584a2 (patch)
tree494a4fb62e7601abee2f5a1868d792e8489d3222 /dist/yuzu.xml
parentMerge pull request #8280 from Tachi107/spdx-fixup (diff)
downloadyuzu-073df3d7eb59ea73f652927a637e2a3f99a584a2.tar.gz
yuzu-073df3d7eb59ea73f652927a637e2a3f99a584a2.tar.xz
yuzu-073df3d7eb59ea73f652927a637e2a3f99a584a2.zip
dist: add AppStream metadata
The AppStream file is mostly copied from the one already used by the Flatpak yuzu build: https://github.com/flathub/org.yuzu_emu.yuzu/blob/62fc225acfa0178ddf61be68ad9be60841077263/org.yuzu_emu.yuzu.metainfo.xml As it already defines the application id as org.yuzu_emu.yuzu I renamed the yuzu.desktop and yuzu.xml files so that they match. I've also made some minor tweaks to it, like fixing the capitalization of "yuzu", adding a few keys and sorting them as presented in the documentation. Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that yuzu is launched with the dedicated graphics card on Linux.
Diffstat (limited to 'dist/yuzu.xml')
-rw-r--r--dist/yuzu.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/dist/yuzu.xml b/dist/yuzu.xml
deleted file mode 100644
index dd1e30a6b..000000000
--- a/dist/yuzu.xml
+++ /dev/null
@@ -1,33 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-nx-nro">
4 <comment>Nintendo Switch homebrew executable</comment>
5 <acronym>NRO</acronym>
6 <icon name="yuzu"/>
7 <glob pattern="*.nro"/>
8 <magic><match value="NRO" type="string" offset="16"/></magic>
9 </mime-type>
10
11 <mime-type type="application/x-nx-nso">
12 <comment>Nintendo Switch homebrew executable</comment>
13 <acronym>NSO</acronym>
14 <icon name="yuzu"/>
15 <glob pattern="*.nso"/>
16 <magic><match value="NSO" type="string" offset="0"/></magic>
17 </mime-type>
18
19 <mime-type type="application/x-nx-nsp">
20 <comment>Nintendo Switch Package</comment>
21 <acronym>NSP</acronym>
22 <icon name="yuzu"/>
23 <glob pattern="*.nsp"/>
24 <magic><match value="PFS" type="string" offset="0"/></magic>
25 </mime-type>
26
27 <mime-type type="application/x-nx-xci">
28 <comment>Nintendo Switch Card Image</comment>
29 <acronym>XCI</acronym>
30 <icon name="yuzu"/>
31 <glob pattern="*.xci"/>
32 </mime-type>
33</mime-info> \ No newline at end of file