$(top_srcdir)/desktop/puffin_48.png \
$(top_srcdir)/desktop/puffin.png \
$(top_srcdir)/desktop/puffin.icns \
+$(top_srcdir)/desktop/scilab.xml \
$(top_srcdir)/desktop/scilab.icns
valgrinddir=$(pkgdatadir)/tools/profiling
$(top_srcdir)/desktop/puffin_48.png \
$(top_srcdir)/desktop/puffin.png \
$(top_srcdir)/desktop/puffin.icns \
+$(top_srcdir)/desktop/scilab.xml \
$(top_srcdir)/desktop/scilab.icns
valgrinddir = $(pkgdatadir)/tools/profiling
GenericName[fr]=Logiciel de calcul numérique
GenericName[de]=Wissenschaftssoftware
Icon=/usr/share/scilab/desktop/scilab.png
+MimeType=text/sci;text/sce;text/tst;application/xcos+xml
Name=Scilab
Name[de]=Scilab
StartupNotify=false
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="text/sci">
+ <comment xml:lang="en">Scilab macro</comment>
+ <glob pattern="*.sci"/>
+ </mime-type>
+ <mime-type type="text/sce">
+ <comment xml:lang="en">Scilab script</comment>
+ <glob pattern="*.sce"/>
+ </mime-type>
+ <mime-type type="text/tst">
+ <comment xml:lang="en">Scilab test</comment>
+ <glob pattern="*.tst"/>
+ </mime-type>
+ <mime-type type="application/xcos+xml">
+ <comment xml:lang="en">Scilab/Xcos schema</comment>
+ <glob pattern="*.xcos"/>
+ </mime-type>
+</mime-info>