Mercurial > repos > other > linux
changeset 81:a05dade2a2fa
Add more file types to Mime config so we can set icons
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 15 Mar 2018 20:39:27 +0000 |
parents | 2e7bb9c549b8 |
children | 220ca3e2e115 |
files | mime-extra.xml |
diffstat | 1 files changed, 44 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/mime-extra.xml Thu Mar 15 20:39:06 2018 +0000 +++ b/mime-extra.xml Thu Mar 15 20:39:27 2018 +0000 @@ -7,6 +7,13 @@ </magic> <glob pattern="*.key"/> </mime-type> + <mime-type type="application/x-gpl"> + <comment xml:lang="en">GIMP Palette</comment> + <magic priority="50"> + <match type="string" value="GIMP Palette" offset="0"/> + </magic> + <glob pattern="*.gpl"/> + </mime-type> <mime-type type="application/x-rrd"> <comment xml:lang="en">Round-Robin Database</comment> <magic priority="50"> @@ -31,7 +38,7 @@ <glob pattern="README.txt"/> </mime-type> <mime-type type="text/x-readme"> - <comment xml:lang="en">ReadMe - Markdown</comment> + <comment xml:lang="en">ReadMe</comment> <glob pattern="README.md"/> </mime-type> <mime-type type="text/x-readme"> @@ -43,7 +50,7 @@ <glob pattern="CONTRIBUTING.txt"/> </mime-type> <mime-type type="text/x-readme"> - <comment xml:lang="en">Contribution instructions - Markdown</comment> + <comment xml:lang="en">Contribution instructions</comment> <glob pattern="CONTRIBUTING.md"/> </mime-type> <mime-type type="text/x-todo"> @@ -55,7 +62,7 @@ <glob pattern="TODO.txt"/> </mime-type> <mime-type type="text/x-todo"> - <comment xml:lang="en">To Do list - Markdown</comment> + <comment xml:lang="en">To Do list</comment> <glob pattern="TODO.md"/> </mime-type> <mime-type type="text/x-changelog"> @@ -63,33 +70,37 @@ <glob pattern="CHANGELOG.txt"/> </mime-type> <mime-type type="text/x-changelog"> - <comment xml:lang="en">ChangeLog document - Markdown</comment> + <comment xml:lang="en">ChangeLog document</comment> <glob pattern="CHANGELOG.md"/> </mime-type> <mime-type type="text/x-copying"> <comment xml:lang="en">licence terms</comment> - <glob pattern="LICENCE"/> + <glob pattern="*LICENCE"/> </mime-type> <mime-type type="text/x-copying"> <comment xml:lang="en">licence terms</comment> - <glob pattern="LICENCE.txt"/> + <glob pattern="*LICENCE.txt"/> </mime-type> <mime-type type="text/x-copying"> - <comment xml:lang="en">licence terms - Markdown</comment> - <glob pattern="LICENCE.md"/> + <comment xml:lang="en">licence terms</comment> + <glob pattern="*LICENCE.md"/> </mime-type> <!-- Include the verb version as well, for typo coverage --> <mime-type type="text/x-copying"> <comment xml:lang="en">licence terms</comment> - <glob pattern="LICENSE"/> + <glob pattern="*LICENSE"/> </mime-type> <mime-type type="text/x-copying"> <comment xml:lang="en">licence terms</comment> - <glob pattern="LICENSE.txt"/> + <glob pattern="*LICENSE.txt"/> </mime-type> <mime-type type="text/x-copying"> - <comment xml:lang="en">licence terms - Markdown</comment> - <glob pattern="LICENSE.md"/> + <comment xml:lang="en">licence terms</comment> + <glob pattern="COPYING.GPL"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms</comment> + <glob pattern="COPYING.LGPL"/> </mime-type> <mime-type type="text/x-authors"> <comment xml:lang="en">Project authors</comment> @@ -100,7 +111,27 @@ <glob pattern="AUTHORS.txt"/> </mime-type> <mime-type type="text/x-authors"> - <comment xml:lang="en">Project authors - Markdown</comment> + <comment xml:lang="en">Project authors</comment> <glob pattern="AUTHORS.md"/> </mime-type> + <mime-type type="text/x-config"> + <comment xml:lang="en">Configuration file</comment> + <glob pattern="*.cfg"/> + </mime-type> + <mime-type type="text/x-config"> + <comment xml:lang="en">Configuration file</comment> + <glob pattern="*.conf"/> + </mime-type> + <mime-type type="text/x-config"> + <comment xml:lang="en">Configuration file</comment> + <glob pattern="*.config"/> + </mime-type> + <mime-type type="text/x-meson"> + <comment xml:lang="en">Meson build</comment> + <glob pattern="meson.build"/> + </mime-type> + <mime-type type="text/x-sbt"> + <comment xml:lang="en">Scala built tool configuration</comment> + <glob pattern="*.sbt"/> + </mime-type> </mime-info> \ No newline at end of file