Dumped some old mimetype files.

Added InstallEdeMimeFiles rule, which should install a new XDG
mime types and update mime database.
Added fluid mime until fd.o merge it into official mime distribution.
This commit is contained in:
Sanel Zukan
2008-02-11 13:55:58 +00:00
parent b9440e66be
commit 54fc91849c
6 changed files with 65 additions and 188 deletions

13
datas/mime-types/Jamfile Normal file
View File

@ -0,0 +1,13 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2008 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP datas mime-types ;
InstallEdeMimeFiles x-fluid.xml ;

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-fluid">
<sub-class-of type="text/plain"/>
<comment>FLTK Fluid file</comment>
<magic priority="50">
<match type="string" value="# data file for the Fltk" offset="0"/>
<match type="string" value="version" offset="0"/>
<match type="string" value="header_name" offset="0"/>
<match type="string" value="code_name" offset="0"/>
</magic>
<glob pattern="*.fl"/>
</mime-type>
</mime-info>