summarylogtreecommitdiffstats
path: root/osu.xml
diff options
context:
space:
mode:
authorNguyễn Chính Hữu2021-04-16 20:26:13 +0700
committerNguyễn Chính Hữu2021-04-16 20:31:40 +0700
commit5e8ff4fda5e0e3d67f0059401b6f9efa1fafe140 (patch)
treed5b7b098d42b1b301689e8f9340b75abdc8272b6 /osu.xml
parent22ffef5d709a9519cb68fc239c9cc66505b23bb4 (diff)
downloadaur-5e8ff4fda5e0e3d67f0059401b6f9efa1fafe140.tar.gz
Rewrite the package
Diffstat (limited to 'osu.xml')
-rw-r--r--osu.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/osu.xml b/osu.xml
new file mode 100644
index 000000000000..999979321827
--- /dev/null
+++ b/osu.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-osu-storyboard">
+ <comment>osu! storyboard</comment>
+ <icon name="application-x-osu"/>
+ <glob pattern="*.osb"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-skin-archive">
+ <comment>osu! skin archive</comment>
+ <icon name="application-x-osu"/>
+ <glob pattern="*.osk"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-replay">
+ <comment>osu! replay</comment>
+ <icon name="application-x-osu"/>
+ <glob pattern="*.osr"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-beatmap">
+ <comment>osu! beatmap</comment>
+ <icon name="application-x-osu"/>
+ <glob pattern="*.osu"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-beatmap-archive">
+ <comment>osu! beatmap archive</comment>
+ <icon name="application-x-osu"/>
+ <glob pattern="*.osz"/>
+ </mime-type>
+</mime-info>