The shared-mime-info package contains a MIME database. This allows central updates of MIME information for all supporting applications.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://freedesktop.org/~hadess/shared-mime-info-0.60.tar.bz2
Download (FTP): ftp://mirror.ovh.net/gentoo-distfiles/distfiles/shared-mime-info-0.60.tar.bz2
Download MD5 sum: 339b8c284a3b7c153adea985b419030e
Download size: 447 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
GLib-2.22.0, libxml2-2.7.6, and XML::Parser-2.34
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/shared-mime-info
Install shared-mime-info by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install
Some applications (including GNOME-2) require a properly set environment variable to locate the MIME database. Satisfy this requirement by setting the following variable in your local shell profile, or the system-wide profile:
XDG_DATA_DIRS=/usr/share
export XDG_DATA_DIRS
Last updated on 2009-09-02 13:47:01 +0000