linux: added mime description file

git-svn-id: trunk@12011 -
This commit is contained in:
mattias 2007-09-12 17:26:12 +00:00
parent a0fdad737e
commit 20ee3f1646
2 changed files with 67 additions and 0 deletions

1
.gitattributes vendored
View File

@ -2344,6 +2344,7 @@ images/unitdependencies/srctype_unit_22x22.xpm -text svneol=native#image/x-xpixm
images/unitdependencies/srctype_unknown_22x22.xpm -text svneol=native#image/x-xpixmap
images/up.xpm svneol=native#text/plain
images/vase_trans.xpm -text svneol=native#image/x-xpixmap
install/lazarus-mime.xml svneol=native#text/plain
install/lazarus.desktop svneol=native#text/plain
languages/README.txt svneol=native#text/plain
languages/installerstrconsts.de.po svneol=native#text/plain

66
install/lazarus-mime.xml Normal file
View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="text/lazarus-project-source">
<sub-class-of type="text/pascal"/>
<alias type="text/lazarus-project-source"/>
<comment>Lazarus project main source</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus project source</expanded-acronym>
<glob pattern="*.lpr"/>
<comment xml:lang="de">Lazarus Projekt-Quelldatei</comment>
</mime-type>
<mime-type type="text/lazarus-project-information">
<sub-class-of type="text/xml"/>
<alias type="text/lazarus-project-information"/>
<comment>Lazarus project</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus project</expanded-acronym>
<glob pattern="*.lpi"/>
<comment xml:lang="de">Lazarus Projekt</comment>
</mime-type>
<mime-type type="text/lazarus-form">
<sub-class-of type="text/plain"/>
<alias type="text/lazarus-form"/>
<comment>Lazarus form</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus form</expanded-acronym>
<glob pattern="*.lfm"/>
<comment xml:lang="de">Lazarus Formular</comment>
</mime-type>
<mime-type type="text/lazarus-resource">
<sub-class-of type="text/pascal"/>
<alias type="text/lazarus-resource"/>
<comment>Lazarus resource</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus resource</expanded-acronym>
<glob pattern="*.lrs"/>
<comment xml:lang="de">Lazarus Resource</comment>
</mime-type>
<mime-type type="text/lazarus-package">
<sub-class-of type="text/xml"/>
<alias type="text/lazarus-package"/>
<comment>Lazarus package</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus package</expanded-acronym>
<glob pattern="*.lpk"/>
<comment xml:lang="de">Lazarus Package</comment>
</mime-type>
<mime-type type="text/lazarus-package-link">
<sub-class-of type="text/plain"/>
<alias type="text/lazarus-package-link"/>
<comment>Lazarus package link</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus package link</expanded-acronym>
<glob pattern="*.lpl"/>
<comment xml:lang="de">Lazarus Package Verweis</comment>
</mime-type>
<mime-type type="text/lazarus-code-inlay">
<sub-class-of type="text/plain"/>
<alias type="text/lazarus-code-inlay"/>
<comment>Lazarus code inlay</comment>
<acronym>Lazarus</acronym>
<expanded-acronym>Lazarus code inlay</expanded-acronym>
<glob pattern="*.dci"/>
<comment xml:lang="de">Lazarus Quellcode Schablonen</comment>
</mime-type>
</mime-info>