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-10.0 platform.
Download (HTTP): https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/0440063a2e6823a4b1a6fb2f2af8350f/shared-mime-info-2.0.tar.xz
Download MD5 sum: 59ae45ffff6d334f97328e422562f937
Download size: 4.8 MB
Estimated disk space required: 29 MB
Estimated build time: 0.3 SBU
GLib-2.64.4, itstool-2.0.6, libxml2-2.9.10, and xmlto-0.0.28
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/shared-mime-info
Install Shared Mime Info by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dupdate-mimedb=true .. && ninja
This package does not come with a working test suite.
Now, as the root
user:
ninja install
-Dupdate-mimedb=true
: This
parameter tells the build system to run update-mime-database during
installation. Otherwise, this must be done manually in order to be
able to use the MIME database.
Last updated on 2020-08-16 21:26:53 -0700