UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

shared-mime-info

The Shared Mime Info package contains a MIME database.

Package info

Codename: shared-mime-info
Source file: shared-mime-info-2.2.tar.gz
Source directory: shared-mime-info-2.2
Package URL: https://umvirt.com/linux/downloads/0.2/packages/s/shared-mime-info-2.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/s/shared-mime-info-2.2.tar.gz.md5sum
Dependances: libxml2, glib.
Dependance of: lxde-common, gnome-control-center, xine-ui, gdk-pixbuf.
Patches: *** NO PATCHES FOUND ***
Addons: xdgmime.tar.xz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then

tar -xf ../xdgmime.tar.xz &&
make -C xdgmime

fi

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release -Dupdate-mimedb=true .. 

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install