File: README

package info (click to toggle)
shared-mime-info 0.16-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,676 kB
  • ctags: 89
  • sloc: sh: 8,415; ansic: 1,299; xml: 690; makefile: 49
file content (32 lines) | stat: -rw-r--r-- 683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This package contains:

- The freedesktop.org shared MIME database spec.
- The merged GNOME and KDE databases, in the new format.
- The update-mime-database command, used to install new MIME data.


To install:

Do the usual:
	
	$ ./configure
	$ make
	$ make install

If you want to install to your home directory, you should instead do:

	$ ./configure --prefix=$HOME/.local
	$ make
	$ make install

You'll need to make sure that $HOME/.local/bin is in your PATH, of course.

See http://www.freedesktop.org/standards/shared-mime-info-spec for more
information.


Please report bugs to the mailing list:

	http://www.freedesktop.org/Main/GettingInvolved

Thomas Leonard, 04-Aug-2004