~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/gcompris/mimetypes/mime_type.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<MimeTypeRoot>
 
3
  <MimeType 
 
4
             mimetype="image/gcompris+anim"
 
5
             extension=".gcanim"
 
6
             icon="gcompris/mimetypes/icons/gcompris+anim.png">
 
7
             <_description>gcompris animation</_description>
 
8
  </MimeType>
 
9
  <MimeType 
 
10
             mimetype="image/gcompris+draw"
 
11
             extension=".gcdraw"
 
12
             icon="gcompris/mimetypes/icons/gcompris+draw.png">
 
13
             <_description>gcompris drawing</_description>
 
14
  </MimeType>
 
15
  <MimeType 
 
16
             mimetype="image/svg+xml+javascript"
 
17
             extension=".xml"
 
18
             icon="gcompris/mimetypes/icons/svg+xml+javascript.png">
 
19
             <_description>svg mozilla animation</_description>
 
20
  </MimeType>
 
21
  <MimeType 
 
22
             mimetype="image/svg+xml"
 
23
             extension=".svg"
 
24
             icon="gcompris/mimetypes/icons/svg+xml.png">
 
25
             <_description>svg drawing</_description>
 
26
  </MimeType>
 
27
</MimeTypeRoot>